Oct 27 20:18:20.750 INFO checking jemallocator-0.1.9 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 20:18:20.750 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 20:18:21.109 INFO blam! eae0353941ce6def906ef4a57a780b3115b0ecdb6894c715e211790c019952dd Oct 27 20:18:21.126 INFO running `"docker" "start" "-a" "eae0353941ce6def906ef4a57a780b3115b0ecdb6894c715e211790c019952dd"` Oct 27 20:18:22.739 INFO kablam! usermod: no changes Oct 27 20:18:22.835 INFO kablam! Compiling fs_extra v1.1.0 Oct 27 20:18:24.415 INFO kablam! Compiling jemalloc-sys v0.1.8 Oct 27 20:20:10.098 INFO kablam! Checking jemallocator v0.1.9 (/source) Oct 27 20:20:13.663 INFO kablam! error[E0432]: unresolved import `std::heap` Oct 27 20:20:13.663 INFO kablam! --> benches/roundtrip.rs:9:10 Oct 27 20:20:13.663 INFO kablam! | Oct 27 20:20:13.663 INFO kablam! 9 | use std::heap::{Alloc, Layout, Excess}; Oct 27 20:20:13.663 INFO kablam! | ^^^^ Could not find `heap` in `std` Oct 27 20:20:13.663 INFO kablam! Oct 27 20:20:14.607 INFO kablam! warning: unused import: `Alloc` Oct 27 20:20:14.607 INFO kablam! --> benches/roundtrip.rs:9:17 Oct 27 20:20:14.607 INFO kablam! | Oct 27 20:20:14.607 INFO kablam! 9 | use std::heap::{Alloc, Layout, Excess}; Oct 27 20:20:14.607 INFO kablam! | ^^^^^ Oct 27 20:20:14.607 INFO kablam! | Oct 27 20:20:14.607 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 20:20:14.607 INFO kablam! Oct 27 20:20:23.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.093 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.093 INFO kablam! | ^^^^^ Oct 27 20:20:23.093 INFO kablam! ... Oct 27 20:20:23.093 INFO kablam! 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Oct 27 20:20:23.093 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! Oct 27 20:20:23.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.093 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.093 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.093 INFO kablam! ... Oct 27 20:20:23.093 INFO kablam! 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Oct 27 20:20:23.093 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! Oct 27 20:20:23.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.093 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.093 INFO kablam! | ^^^^^ Oct 27 20:20:23.093 INFO kablam! ... Oct 27 20:20:23.093 INFO kablam! 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Oct 27 20:20:23.093 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! Oct 27 20:20:23.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.093 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.093 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.093 INFO kablam! ... Oct 27 20:20:23.093 INFO kablam! 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Oct 27 20:20:23.093 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.093 INFO kablam! Oct 27 20:20:23.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.093 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.093 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.094 INFO kablam! | ^^^^^ Oct 27 20:20:23.094 INFO kablam! ... Oct 27 20:20:23.094 INFO kablam! 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Oct 27 20:20:23.094 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! Oct 27 20:20:23.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.094 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.094 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.094 INFO kablam! ... Oct 27 20:20:23.094 INFO kablam! 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Oct 27 20:20:23.094 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! Oct 27 20:20:23.094 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.094 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.094 INFO kablam! | ^^^^^ Oct 27 20:20:23.094 INFO kablam! ... Oct 27 20:20:23.094 INFO kablam! 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Oct 27 20:20:23.094 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! Oct 27 20:20:23.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.094 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.094 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.094 INFO kablam! ... Oct 27 20:20:23.094 INFO kablam! 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Oct 27 20:20:23.094 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! Oct 27 20:20:23.094 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.094 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.094 INFO kablam! | ^^^^^ Oct 27 20:20:23.094 INFO kablam! ... Oct 27 20:20:23.094 INFO kablam! 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Oct 27 20:20:23.094 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! Oct 27 20:20:23.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.094 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.094 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.094 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.094 INFO kablam! ... Oct 27 20:20:23.094 INFO kablam! 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Oct 27 20:20:23.094 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.094 INFO kablam! | Oct 27 20:20:23.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.095 INFO kablam! | Oct 27 20:20:23.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.095 INFO kablam! | Oct 27 20:20:23.095 INFO kablam! Oct 27 20:20:23.095 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.095 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.095 INFO kablam! | Oct 27 20:20:23.095 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.095 INFO kablam! | ^^^^^ Oct 27 20:20:23.095 INFO kablam! ... Oct 27 20:20:23.095 INFO kablam! 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Oct 27 20:20:23.095 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.095 INFO kablam! | Oct 27 20:20:23.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.095 INFO kablam! | Oct 27 20:20:23.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.095 INFO kablam! | Oct 27 20:20:23.095 INFO kablam! Oct 27 20:20:23.095 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.095 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.095 INFO kablam! | Oct 27 20:20:23.095 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.095 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.095 INFO kablam! ... Oct 27 20:20:23.095 INFO kablam! 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Oct 27 20:20:23.095 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.099 INFO kablam! | Oct 27 20:20:23.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.099 INFO kablam! | Oct 27 20:20:23.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.099 INFO kablam! | Oct 27 20:20:23.099 INFO kablam! Oct 27 20:20:23.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.099 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.099 INFO kablam! | Oct 27 20:20:23.099 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.099 INFO kablam! | ^^^^^ Oct 27 20:20:23.099 INFO kablam! ... Oct 27 20:20:23.099 INFO kablam! 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Oct 27 20:20:23.099 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.099 INFO kablam! | Oct 27 20:20:23.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.099 INFO kablam! | Oct 27 20:20:23.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.099 INFO kablam! | Oct 27 20:20:23.099 INFO kablam! Oct 27 20:20:23.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.099 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.099 INFO kablam! | Oct 27 20:20:23.099 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.099 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.099 INFO kablam! ... Oct 27 20:20:23.099 INFO kablam! 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Oct 27 20:20:23.099 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.099 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! Oct 27 20:20:23.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.101 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.101 INFO kablam! | ^^^^^ Oct 27 20:20:23.101 INFO kablam! ... Oct 27 20:20:23.101 INFO kablam! 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Oct 27 20:20:23.101 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! Oct 27 20:20:23.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.101 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.101 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.101 INFO kablam! ... Oct 27 20:20:23.101 INFO kablam! 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Oct 27 20:20:23.101 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! Oct 27 20:20:23.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.101 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.101 INFO kablam! | ^^^^^ Oct 27 20:20:23.101 INFO kablam! ... Oct 27 20:20:23.101 INFO kablam! 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Oct 27 20:20:23.101 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! Oct 27 20:20:23.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.101 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.101 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.101 INFO kablam! ... Oct 27 20:20:23.101 INFO kablam! 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Oct 27 20:20:23.101 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.101 INFO kablam! | Oct 27 20:20:23.101 INFO kablam! Oct 27 20:20:23.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.102 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.102 INFO kablam! | ^^^^^ Oct 27 20:20:23.102 INFO kablam! ... Oct 27 20:20:23.102 INFO kablam! 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Oct 27 20:20:23.102 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! Oct 27 20:20:23.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.102 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.102 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.102 INFO kablam! ... Oct 27 20:20:23.102 INFO kablam! 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Oct 27 20:20:23.102 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! Oct 27 20:20:23.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.102 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.102 INFO kablam! | ^^^^^ Oct 27 20:20:23.102 INFO kablam! ... Oct 27 20:20:23.102 INFO kablam! 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Oct 27 20:20:23.102 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! Oct 27 20:20:23.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.102 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.102 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.102 INFO kablam! ... Oct 27 20:20:23.102 INFO kablam! 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Oct 27 20:20:23.102 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.102 INFO kablam! | Oct 27 20:20:23.102 INFO kablam! Oct 27 20:20:23.107 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.109 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.109 INFO kablam! | ^^^^^ Oct 27 20:20:23.109 INFO kablam! ... Oct 27 20:20:23.109 INFO kablam! 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Oct 27 20:20:23.109 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! Oct 27 20:20:23.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.109 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.109 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.109 INFO kablam! ... Oct 27 20:20:23.109 INFO kablam! 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Oct 27 20:20:23.109 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! Oct 27 20:20:23.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.109 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.109 INFO kablam! | ^^^^^ Oct 27 20:20:23.109 INFO kablam! ... Oct 27 20:20:23.109 INFO kablam! 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Oct 27 20:20:23.109 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! Oct 27 20:20:23.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.109 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.109 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.109 INFO kablam! ... Oct 27 20:20:23.109 INFO kablam! 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Oct 27 20:20:23.109 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! Oct 27 20:20:23.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.109 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.109 INFO kablam! | ^^^^^ Oct 27 20:20:23.109 INFO kablam! ... Oct 27 20:20:23.109 INFO kablam! 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Oct 27 20:20:23.109 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.109 INFO kablam! | Oct 27 20:20:23.109 INFO kablam! Oct 27 20:20:23.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.115 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.115 INFO kablam! ... Oct 27 20:20:23.115 INFO kablam! 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Oct 27 20:20:23.115 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! Oct 27 20:20:23.115 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.115 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.115 INFO kablam! | ^^^^^ Oct 27 20:20:23.115 INFO kablam! ... Oct 27 20:20:23.115 INFO kablam! 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Oct 27 20:20:23.115 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! Oct 27 20:20:23.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.115 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.115 INFO kablam! ... Oct 27 20:20:23.115 INFO kablam! 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Oct 27 20:20:23.115 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! Oct 27 20:20:23.115 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.115 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.115 INFO kablam! | ^^^^^ Oct 27 20:20:23.115 INFO kablam! ... Oct 27 20:20:23.115 INFO kablam! 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Oct 27 20:20:23.115 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! Oct 27 20:20:23.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.115 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.115 INFO kablam! | Oct 27 20:20:23.115 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.115 INFO kablam! ... Oct 27 20:20:23.115 INFO kablam! 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Oct 27 20:20:23.116 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! Oct 27 20:20:23.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.116 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.116 INFO kablam! | ^^^^^ Oct 27 20:20:23.116 INFO kablam! ... Oct 27 20:20:23.116 INFO kablam! 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Oct 27 20:20:23.116 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! Oct 27 20:20:23.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.116 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.116 INFO kablam! ... Oct 27 20:20:23.116 INFO kablam! 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Oct 27 20:20:23.116 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! Oct 27 20:20:23.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.116 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.116 INFO kablam! | ^^^^^ Oct 27 20:20:23.116 INFO kablam! ... Oct 27 20:20:23.116 INFO kablam! 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Oct 27 20:20:23.116 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! Oct 27 20:20:23.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.116 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.116 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.116 INFO kablam! ... Oct 27 20:20:23.116 INFO kablam! 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Oct 27 20:20:23.116 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! Oct 27 20:20:23.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.116 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.116 INFO kablam! | ^^^^^ Oct 27 20:20:23.116 INFO kablam! ... Oct 27 20:20:23.116 INFO kablam! 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Oct 27 20:20:23.116 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.116 INFO kablam! Oct 27 20:20:23.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.116 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.116 INFO kablam! | Oct 27 20:20:23.117 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.117 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.117 INFO kablam! ... Oct 27 20:20:23.117 INFO kablam! 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Oct 27 20:20:23.117 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.117 INFO kablam! | Oct 27 20:20:23.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.117 INFO kablam! | Oct 27 20:20:23.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.117 INFO kablam! | Oct 27 20:20:23.117 INFO kablam! Oct 27 20:20:23.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.117 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.117 INFO kablam! | Oct 27 20:20:23.117 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.117 INFO kablam! | ^^^^^ Oct 27 20:20:23.117 INFO kablam! ... Oct 27 20:20:23.117 INFO kablam! 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Oct 27 20:20:23.117 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.117 INFO kablam! | Oct 27 20:20:23.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.117 INFO kablam! | Oct 27 20:20:23.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.117 INFO kablam! | Oct 27 20:20:23.117 INFO kablam! Oct 27 20:20:23.122 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.123 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.123 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.123 INFO kablam! ... Oct 27 20:20:23.123 INFO kablam! 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Oct 27 20:20:23.123 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! Oct 27 20:20:23.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.123 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.123 INFO kablam! | ^^^^^ Oct 27 20:20:23.123 INFO kablam! ... Oct 27 20:20:23.123 INFO kablam! 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Oct 27 20:20:23.123 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! Oct 27 20:20:23.123 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.123 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.123 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.123 INFO kablam! ... Oct 27 20:20:23.123 INFO kablam! 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Oct 27 20:20:23.123 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! Oct 27 20:20:23.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.123 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.123 INFO kablam! | Oct 27 20:20:23.123 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.123 INFO kablam! | ^^^^^ Oct 27 20:20:23.123 INFO kablam! ... Oct 27 20:20:23.123 INFO kablam! 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Oct 27 20:20:23.126 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! Oct 27 20:20:23.126 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.126 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.126 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.126 INFO kablam! ... Oct 27 20:20:23.126 INFO kablam! 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Oct 27 20:20:23.126 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! Oct 27 20:20:23.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.126 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.126 INFO kablam! | ^^^^^ Oct 27 20:20:23.126 INFO kablam! ... Oct 27 20:20:23.126 INFO kablam! 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Oct 27 20:20:23.126 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! Oct 27 20:20:23.126 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.126 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.126 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.126 INFO kablam! ... Oct 27 20:20:23.126 INFO kablam! 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Oct 27 20:20:23.126 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.126 INFO kablam! | Oct 27 20:20:23.126 INFO kablam! Oct 27 20:20:23.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.126 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.127 INFO kablam! | Oct 27 20:20:23.127 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.127 INFO kablam! | ^^^^^ Oct 27 20:20:23.127 INFO kablam! ... Oct 27 20:20:23.127 INFO kablam! 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Oct 27 20:20:23.127 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.127 INFO kablam! | Oct 27 20:20:23.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.127 INFO kablam! | Oct 27 20:20:23.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.127 INFO kablam! | Oct 27 20:20:23.127 INFO kablam! Oct 27 20:20:23.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.131 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.131 INFO kablam! ... Oct 27 20:20:23.131 INFO kablam! 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Oct 27 20:20:23.131 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! Oct 27 20:20:23.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.131 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.131 INFO kablam! | ^^^^^ Oct 27 20:20:23.131 INFO kablam! ... Oct 27 20:20:23.131 INFO kablam! 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Oct 27 20:20:23.131 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! Oct 27 20:20:23.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.131 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.131 INFO kablam! ... Oct 27 20:20:23.131 INFO kablam! 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Oct 27 20:20:23.131 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! Oct 27 20:20:23.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.131 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.131 INFO kablam! | ^^^^^ Oct 27 20:20:23.131 INFO kablam! ... Oct 27 20:20:23.131 INFO kablam! 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Oct 27 20:20:23.131 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.131 INFO kablam! | Oct 27 20:20:23.134 INFO kablam! Oct 27 20:20:23.135 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.135 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.135 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.135 INFO kablam! ... Oct 27 20:20:23.135 INFO kablam! 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Oct 27 20:20:23.135 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! Oct 27 20:20:23.135 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.135 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.135 INFO kablam! | ^^^^^ Oct 27 20:20:23.135 INFO kablam! ... Oct 27 20:20:23.135 INFO kablam! 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Oct 27 20:20:23.135 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! Oct 27 20:20:23.135 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.135 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.135 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.135 INFO kablam! ... Oct 27 20:20:23.135 INFO kablam! 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Oct 27 20:20:23.135 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.135 INFO kablam! | Oct 27 20:20:23.135 INFO kablam! Oct 27 20:20:23.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.139 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.139 INFO kablam! | ^^^^^ Oct 27 20:20:23.139 INFO kablam! ... Oct 27 20:20:23.139 INFO kablam! 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Oct 27 20:20:23.139 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! Oct 27 20:20:23.139 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.139 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.139 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.139 INFO kablam! ... Oct 27 20:20:23.139 INFO kablam! 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Oct 27 20:20:23.139 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! Oct 27 20:20:23.139 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.139 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.139 INFO kablam! | ^^^^^ Oct 27 20:20:23.139 INFO kablam! ... Oct 27 20:20:23.139 INFO kablam! 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Oct 27 20:20:23.139 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! Oct 27 20:20:23.139 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.139 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.139 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.139 INFO kablam! ... Oct 27 20:20:23.139 INFO kablam! 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Oct 27 20:20:23.139 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.139 INFO kablam! | Oct 27 20:20:23.139 INFO kablam! Oct 27 20:20:23.142 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.143 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.143 INFO kablam! | ^^^^^ Oct 27 20:20:23.143 INFO kablam! ... Oct 27 20:20:23.143 INFO kablam! 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Oct 27 20:20:23.143 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! Oct 27 20:20:23.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.143 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.143 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.143 INFO kablam! ... Oct 27 20:20:23.143 INFO kablam! 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Oct 27 20:20:23.143 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! Oct 27 20:20:23.143 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.143 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.143 INFO kablam! | ^^^^^ Oct 27 20:20:23.143 INFO kablam! ... Oct 27 20:20:23.143 INFO kablam! 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Oct 27 20:20:23.143 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! Oct 27 20:20:23.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.143 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.143 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.143 INFO kablam! ... Oct 27 20:20:23.143 INFO kablam! 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Oct 27 20:20:23.143 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.143 INFO kablam! | Oct 27 20:20:23.143 INFO kablam! Oct 27 20:20:23.150 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.151 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.151 INFO kablam! | ^^^^^ Oct 27 20:20:23.151 INFO kablam! ... Oct 27 20:20:23.151 INFO kablam! 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Oct 27 20:20:23.151 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! Oct 27 20:20:23.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.151 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.151 INFO kablam! ... Oct 27 20:20:23.151 INFO kablam! 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Oct 27 20:20:23.151 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! Oct 27 20:20:23.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.151 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.151 INFO kablam! | ^^^^^ Oct 27 20:20:23.151 INFO kablam! ... Oct 27 20:20:23.151 INFO kablam! 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Oct 27 20:20:23.151 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! Oct 27 20:20:23.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.151 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.151 INFO kablam! ... Oct 27 20:20:23.151 INFO kablam! 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Oct 27 20:20:23.151 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! Oct 27 20:20:23.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.151 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.151 INFO kablam! | ^^^^^ Oct 27 20:20:23.151 INFO kablam! ... Oct 27 20:20:23.151 INFO kablam! 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Oct 27 20:20:23.151 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.151 INFO kablam! | Oct 27 20:20:23.152 INFO kablam! Oct 27 20:20:23.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.152 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.152 INFO kablam! | Oct 27 20:20:23.152 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.152 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.152 INFO kablam! ... Oct 27 20:20:23.152 INFO kablam! 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Oct 27 20:20:23.152 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.152 INFO kablam! | Oct 27 20:20:23.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.152 INFO kablam! | Oct 27 20:20:23.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.152 INFO kablam! | Oct 27 20:20:23.152 INFO kablam! Oct 27 20:20:23.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.152 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.152 INFO kablam! | Oct 27 20:20:23.152 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.152 INFO kablam! | ^^^^^ Oct 27 20:20:23.152 INFO kablam! ... Oct 27 20:20:23.152 INFO kablam! 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Oct 27 20:20:23.152 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.152 INFO kablam! | Oct 27 20:20:23.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.152 INFO kablam! | Oct 27 20:20:23.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.152 INFO kablam! | Oct 27 20:20:23.152 INFO kablam! Oct 27 20:20:23.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.159 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.159 INFO kablam! ... Oct 27 20:20:23.159 INFO kablam! 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Oct 27 20:20:23.159 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! Oct 27 20:20:23.159 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.159 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.159 INFO kablam! | ^^^^^ Oct 27 20:20:23.159 INFO kablam! ... Oct 27 20:20:23.159 INFO kablam! 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Oct 27 20:20:23.159 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! Oct 27 20:20:23.159 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.159 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.159 INFO kablam! ... Oct 27 20:20:23.159 INFO kablam! 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Oct 27 20:20:23.159 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! Oct 27 20:20:23.159 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.159 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.159 INFO kablam! | ^^^^^ Oct 27 20:20:23.159 INFO kablam! ... Oct 27 20:20:23.159 INFO kablam! 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Oct 27 20:20:23.159 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! Oct 27 20:20:23.159 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.159 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.159 INFO kablam! ... Oct 27 20:20:23.159 INFO kablam! 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Oct 27 20:20:23.159 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! Oct 27 20:20:23.159 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.159 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.159 INFO kablam! | Oct 27 20:20:23.159 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.159 INFO kablam! | ^^^^^ Oct 27 20:20:23.160 INFO kablam! ... Oct 27 20:20:23.160 INFO kablam! 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Oct 27 20:20:23.160 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! Oct 27 20:20:23.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.160 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.160 INFO kablam! ... Oct 27 20:20:23.160 INFO kablam! 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Oct 27 20:20:23.160 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! Oct 27 20:20:23.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.160 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.160 INFO kablam! | ^^^^^ Oct 27 20:20:23.160 INFO kablam! ... Oct 27 20:20:23.160 INFO kablam! 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Oct 27 20:20:23.160 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.160 INFO kablam! | Oct 27 20:20:23.160 INFO kablam! Oct 27 20:20:23.167 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.167 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.167 INFO kablam! ... Oct 27 20:20:23.167 INFO kablam! 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Oct 27 20:20:23.167 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! Oct 27 20:20:23.167 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.167 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.167 INFO kablam! | ^^^^^ Oct 27 20:20:23.167 INFO kablam! ... Oct 27 20:20:23.167 INFO kablam! 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Oct 27 20:20:23.167 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! Oct 27 20:20:23.167 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.167 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.167 INFO kablam! ... Oct 27 20:20:23.167 INFO kablam! 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Oct 27 20:20:23.167 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.167 INFO kablam! Oct 27 20:20:23.167 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.167 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.167 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.168 INFO kablam! | ^^^^^ Oct 27 20:20:23.168 INFO kablam! ... Oct 27 20:20:23.168 INFO kablam! 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Oct 27 20:20:23.168 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! Oct 27 20:20:23.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.168 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.168 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.168 INFO kablam! ... Oct 27 20:20:23.168 INFO kablam! 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Oct 27 20:20:23.168 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! Oct 27 20:20:23.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.168 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.168 INFO kablam! | ^^^^^ Oct 27 20:20:23.168 INFO kablam! ... Oct 27 20:20:23.168 INFO kablam! 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Oct 27 20:20:23.168 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! Oct 27 20:20:23.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.168 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.168 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.168 INFO kablam! ... Oct 27 20:20:23.168 INFO kablam! 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Oct 27 20:20:23.168 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.168 INFO kablam! | Oct 27 20:20:23.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.169 INFO kablam! | Oct 27 20:20:23.169 INFO kablam! Oct 27 20:20:23.175 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.175 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.175 INFO kablam! | ^^^^^ Oct 27 20:20:23.175 INFO kablam! ... Oct 27 20:20:23.175 INFO kablam! 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Oct 27 20:20:23.175 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! Oct 27 20:20:23.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.175 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.175 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.175 INFO kablam! ... Oct 27 20:20:23.175 INFO kablam! 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Oct 27 20:20:23.175 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! Oct 27 20:20:23.175 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.175 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.175 INFO kablam! | ^^^^^ Oct 27 20:20:23.175 INFO kablam! ... Oct 27 20:20:23.175 INFO kablam! 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Oct 27 20:20:23.175 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! Oct 27 20:20:23.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.175 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.175 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.175 INFO kablam! ... Oct 27 20:20:23.175 INFO kablam! 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Oct 27 20:20:23.175 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.175 INFO kablam! | Oct 27 20:20:23.175 INFO kablam! Oct 27 20:20:23.183 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.184 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.184 INFO kablam! | ^^^^^ Oct 27 20:20:23.184 INFO kablam! ... Oct 27 20:20:23.184 INFO kablam! 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Oct 27 20:20:23.184 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! Oct 27 20:20:23.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.184 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.184 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.184 INFO kablam! ... Oct 27 20:20:23.184 INFO kablam! 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Oct 27 20:20:23.184 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! Oct 27 20:20:23.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.184 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.184 INFO kablam! | ^^^^^ Oct 27 20:20:23.184 INFO kablam! ... Oct 27 20:20:23.184 INFO kablam! 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Oct 27 20:20:23.184 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! Oct 27 20:20:23.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.184 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.184 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.184 INFO kablam! ... Oct 27 20:20:23.184 INFO kablam! 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Oct 27 20:20:23.184 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! Oct 27 20:20:23.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.184 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.184 INFO kablam! | ^^^^^ Oct 27 20:20:23.184 INFO kablam! ... Oct 27 20:20:23.184 INFO kablam! 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Oct 27 20:20:23.184 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.184 INFO kablam! | Oct 27 20:20:23.184 INFO kablam! Oct 27 20:20:23.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.185 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.185 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.185 INFO kablam! ... Oct 27 20:20:23.185 INFO kablam! 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Oct 27 20:20:23.185 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! Oct 27 20:20:23.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.185 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.185 INFO kablam! | ^^^^^ Oct 27 20:20:23.185 INFO kablam! ... Oct 27 20:20:23.185 INFO kablam! 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Oct 27 20:20:23.185 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! Oct 27 20:20:23.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.185 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.185 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.185 INFO kablam! ... Oct 27 20:20:23.185 INFO kablam! 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Oct 27 20:20:23.185 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! Oct 27 20:20:23.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.185 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.185 INFO kablam! | ^^^^^ Oct 27 20:20:23.185 INFO kablam! ... Oct 27 20:20:23.185 INFO kablam! 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Oct 27 20:20:23.185 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! Oct 27 20:20:23.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.185 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.185 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.185 INFO kablam! ... Oct 27 20:20:23.185 INFO kablam! 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Oct 27 20:20:23.185 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! Oct 27 20:20:23.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.185 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.185 INFO kablam! | Oct 27 20:20:23.185 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.185 INFO kablam! | ^^^^^ Oct 27 20:20:23.185 INFO kablam! ... Oct 27 20:20:23.185 INFO kablam! 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Oct 27 20:20:23.186 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.186 INFO kablam! | Oct 27 20:20:23.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.186 INFO kablam! | Oct 27 20:20:23.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.186 INFO kablam! | Oct 27 20:20:23.186 INFO kablam! Oct 27 20:20:23.186 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.186 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.186 INFO kablam! | Oct 27 20:20:23.186 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.186 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.186 INFO kablam! ... Oct 27 20:20:23.186 INFO kablam! 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Oct 27 20:20:23.186 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.186 INFO kablam! | Oct 27 20:20:23.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.186 INFO kablam! | Oct 27 20:20:23.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.186 INFO kablam! | Oct 27 20:20:23.186 INFO kablam! Oct 27 20:20:23.186 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.187 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.187 INFO kablam! | Oct 27 20:20:23.187 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.187 INFO kablam! | ^^^^^ Oct 27 20:20:23.187 INFO kablam! ... Oct 27 20:20:23.187 INFO kablam! 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Oct 27 20:20:23.187 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.187 INFO kablam! | Oct 27 20:20:23.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.187 INFO kablam! | Oct 27 20:20:23.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.187 INFO kablam! | Oct 27 20:20:23.187 INFO kablam! Oct 27 20:20:23.187 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.187 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.187 INFO kablam! | Oct 27 20:20:23.187 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.187 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.187 INFO kablam! ... Oct 27 20:20:23.187 INFO kablam! 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Oct 27 20:20:23.187 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.187 INFO kablam! | Oct 27 20:20:23.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.187 INFO kablam! | Oct 27 20:20:23.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.187 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! Oct 27 20:20:23.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.196 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.196 INFO kablam! | ^^^^^ Oct 27 20:20:23.196 INFO kablam! ... Oct 27 20:20:23.196 INFO kablam! 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Oct 27 20:20:23.196 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! Oct 27 20:20:23.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.196 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.196 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.196 INFO kablam! ... Oct 27 20:20:23.196 INFO kablam! 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Oct 27 20:20:23.196 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! Oct 27 20:20:23.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.196 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.196 INFO kablam! | ^^^^^ Oct 27 20:20:23.196 INFO kablam! ... Oct 27 20:20:23.196 INFO kablam! 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Oct 27 20:20:23.196 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! Oct 27 20:20:23.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.196 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.196 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.196 INFO kablam! ... Oct 27 20:20:23.196 INFO kablam! 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Oct 27 20:20:23.196 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! Oct 27 20:20:23.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.196 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.196 INFO kablam! | ^^^^^ Oct 27 20:20:23.196 INFO kablam! ... Oct 27 20:20:23.196 INFO kablam! 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Oct 27 20:20:23.196 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.196 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! Oct 27 20:20:23.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.197 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.197 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.197 INFO kablam! ... Oct 27 20:20:23.197 INFO kablam! 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Oct 27 20:20:23.197 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! Oct 27 20:20:23.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.197 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.197 INFO kablam! | ^^^^^ Oct 27 20:20:23.197 INFO kablam! ... Oct 27 20:20:23.197 INFO kablam! 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Oct 27 20:20:23.197 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! Oct 27 20:20:23.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.197 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.197 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.197 INFO kablam! ... Oct 27 20:20:23.197 INFO kablam! 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Oct 27 20:20:23.197 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! Oct 27 20:20:23.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.197 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.197 INFO kablam! | ^^^^^ Oct 27 20:20:23.197 INFO kablam! ... Oct 27 20:20:23.197 INFO kablam! 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Oct 27 20:20:23.197 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! Oct 27 20:20:23.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.197 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.197 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.197 INFO kablam! ... Oct 27 20:20:23.197 INFO kablam! 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Oct 27 20:20:23.197 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! Oct 27 20:20:23.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.197 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.197 INFO kablam! | Oct 27 20:20:23.197 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.197 INFO kablam! | ^^^^^ Oct 27 20:20:23.198 INFO kablam! ... Oct 27 20:20:23.198 INFO kablam! 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Oct 27 20:20:23.198 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.198 INFO kablam! | Oct 27 20:20:23.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.198 INFO kablam! | Oct 27 20:20:23.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.198 INFO kablam! | Oct 27 20:20:23.198 INFO kablam! Oct 27 20:20:23.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.205 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.205 INFO kablam! | Oct 27 20:20:23.205 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.205 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.205 INFO kablam! ... Oct 27 20:20:23.205 INFO kablam! 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Oct 27 20:20:23.205 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.205 INFO kablam! | Oct 27 20:20:23.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.205 INFO kablam! | Oct 27 20:20:23.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.205 INFO kablam! | Oct 27 20:20:23.205 INFO kablam! Oct 27 20:20:23.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.205 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.205 INFO kablam! | Oct 27 20:20:23.205 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.205 INFO kablam! | ^^^^^ Oct 27 20:20:23.205 INFO kablam! ... Oct 27 20:20:23.205 INFO kablam! 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Oct 27 20:20:23.205 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.205 INFO kablam! | Oct 27 20:20:23.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.206 INFO kablam! | Oct 27 20:20:23.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.206 INFO kablam! | Oct 27 20:20:23.206 INFO kablam! Oct 27 20:20:23.206 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.206 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.206 INFO kablam! | Oct 27 20:20:23.206 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.206 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.206 INFO kablam! ... Oct 27 20:20:23.206 INFO kablam! 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Oct 27 20:20:23.206 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.206 INFO kablam! | Oct 27 20:20:23.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.206 INFO kablam! | Oct 27 20:20:23.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.206 INFO kablam! | Oct 27 20:20:23.206 INFO kablam! Oct 27 20:20:23.206 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.206 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.206 INFO kablam! | Oct 27 20:20:23.206 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.206 INFO kablam! | ^^^^^ Oct 27 20:20:23.206 INFO kablam! ... Oct 27 20:20:23.206 INFO kablam! 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Oct 27 20:20:23.206 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.208 INFO kablam! | Oct 27 20:20:23.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.208 INFO kablam! | Oct 27 20:20:23.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.208 INFO kablam! | Oct 27 20:20:23.208 INFO kablam! Oct 27 20:20:23.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.208 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.208 INFO kablam! | Oct 27 20:20:23.208 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.209 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.209 INFO kablam! ... Oct 27 20:20:23.209 INFO kablam! 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Oct 27 20:20:23.209 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.209 INFO kablam! | Oct 27 20:20:23.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.209 INFO kablam! | Oct 27 20:20:23.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.209 INFO kablam! | Oct 27 20:20:23.209 INFO kablam! Oct 27 20:20:23.209 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.209 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.209 INFO kablam! | Oct 27 20:20:23.209 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.209 INFO kablam! | ^^^^^ Oct 27 20:20:23.209 INFO kablam! ... Oct 27 20:20:23.209 INFO kablam! 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Oct 27 20:20:23.209 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.209 INFO kablam! | Oct 27 20:20:23.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.209 INFO kablam! | Oct 27 20:20:23.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.209 INFO kablam! | Oct 27 20:20:23.209 INFO kablam! Oct 27 20:20:23.209 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.209 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.209 INFO kablam! | Oct 27 20:20:23.209 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.209 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.209 INFO kablam! ... Oct 27 20:20:23.209 INFO kablam! 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Oct 27 20:20:23.210 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.210 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! Oct 27 20:20:23.210 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.210 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.210 INFO kablam! | ^^^^^ Oct 27 20:20:23.210 INFO kablam! ... Oct 27 20:20:23.210 INFO kablam! 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Oct 27 20:20:23.210 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.210 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! Oct 27 20:20:23.210 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.210 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.210 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.210 INFO kablam! ... Oct 27 20:20:23.210 INFO kablam! 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Oct 27 20:20:23.210 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.210 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! Oct 27 20:20:23.210 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.210 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.210 INFO kablam! | Oct 27 20:20:23.210 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.210 INFO kablam! | ^^^^^ Oct 27 20:20:23.210 INFO kablam! ... Oct 27 20:20:23.210 INFO kablam! 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Oct 27 20:20:23.210 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.218 INFO kablam! | Oct 27 20:20:23.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.219 INFO kablam! | Oct 27 20:20:23.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.219 INFO kablam! | Oct 27 20:20:23.219 INFO kablam! Oct 27 20:20:23.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.219 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.219 INFO kablam! | Oct 27 20:20:23.219 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.219 INFO kablam! ... Oct 27 20:20:23.219 INFO kablam! 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Oct 27 20:20:23.219 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.219 INFO kablam! | Oct 27 20:20:23.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.219 INFO kablam! | Oct 27 20:20:23.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.219 INFO kablam! | Oct 27 20:20:23.219 INFO kablam! Oct 27 20:20:23.219 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.219 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.219 INFO kablam! | Oct 27 20:20:23.219 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.219 INFO kablam! | ^^^^^ Oct 27 20:20:23.219 INFO kablam! ... Oct 27 20:20:23.219 INFO kablam! 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Oct 27 20:20:23.219 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.219 INFO kablam! | Oct 27 20:20:23.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.220 INFO kablam! | Oct 27 20:20:23.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.220 INFO kablam! | Oct 27 20:20:23.220 INFO kablam! Oct 27 20:20:23.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.220 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.220 INFO kablam! | Oct 27 20:20:23.220 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.221 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.221 INFO kablam! ... Oct 27 20:20:23.221 INFO kablam! 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Oct 27 20:20:23.221 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.221 INFO kablam! | Oct 27 20:20:23.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.221 INFO kablam! | Oct 27 20:20:23.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.221 INFO kablam! | Oct 27 20:20:23.221 INFO kablam! Oct 27 20:20:23.221 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.221 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.221 INFO kablam! | Oct 27 20:20:23.221 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.221 INFO kablam! | ^^^^^ Oct 27 20:20:23.221 INFO kablam! ... Oct 27 20:20:23.221 INFO kablam! 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Oct 27 20:20:23.221 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.221 INFO kablam! | Oct 27 20:20:23.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.221 INFO kablam! | Oct 27 20:20:23.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.221 INFO kablam! | Oct 27 20:20:23.221 INFO kablam! Oct 27 20:20:23.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.221 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.221 INFO kablam! | Oct 27 20:20:23.221 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.221 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.221 INFO kablam! ... Oct 27 20:20:23.221 INFO kablam! 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Oct 27 20:20:23.221 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.221 INFO kablam! | Oct 27 20:20:23.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.223 INFO kablam! | Oct 27 20:20:23.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.223 INFO kablam! | Oct 27 20:20:23.223 INFO kablam! Oct 27 20:20:23.223 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.223 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.223 INFO kablam! | Oct 27 20:20:23.223 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.223 INFO kablam! | ^^^^^ Oct 27 20:20:23.223 INFO kablam! ... Oct 27 20:20:23.223 INFO kablam! 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Oct 27 20:20:23.223 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.223 INFO kablam! | Oct 27 20:20:23.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.223 INFO kablam! | Oct 27 20:20:23.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.223 INFO kablam! | Oct 27 20:20:23.223 INFO kablam! Oct 27 20:20:23.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.223 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.223 INFO kablam! | Oct 27 20:20:23.223 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.224 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.224 INFO kablam! ... Oct 27 20:20:23.224 INFO kablam! 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Oct 27 20:20:23.224 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.224 INFO kablam! | Oct 27 20:20:23.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.224 INFO kablam! | Oct 27 20:20:23.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.225 INFO kablam! | Oct 27 20:20:23.225 INFO kablam! Oct 27 20:20:23.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.225 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.225 INFO kablam! | Oct 27 20:20:23.225 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.225 INFO kablam! | ^^^^^ Oct 27 20:20:23.225 INFO kablam! ... Oct 27 20:20:23.225 INFO kablam! 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Oct 27 20:20:23.225 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.225 INFO kablam! | Oct 27 20:20:23.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.225 INFO kablam! | Oct 27 20:20:23.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.225 INFO kablam! | Oct 27 20:20:23.225 INFO kablam! Oct 27 20:20:23.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.225 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.225 INFO kablam! | Oct 27 20:20:23.225 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.225 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.225 INFO kablam! ... Oct 27 20:20:23.225 INFO kablam! 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Oct 27 20:20:23.225 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.225 INFO kablam! | Oct 27 20:20:23.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.225 INFO kablam! | Oct 27 20:20:23.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.225 INFO kablam! | Oct 27 20:20:23.225 INFO kablam! Oct 27 20:20:23.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.225 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.225 INFO kablam! | Oct 27 20:20:23.226 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.226 INFO kablam! | ^^^^^ Oct 27 20:20:23.226 INFO kablam! ... Oct 27 20:20:23.226 INFO kablam! 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Oct 27 20:20:23.226 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.226 INFO kablam! | Oct 27 20:20:23.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.226 INFO kablam! | Oct 27 20:20:23.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.226 INFO kablam! | Oct 27 20:20:23.226 INFO kablam! Oct 27 20:20:23.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.226 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.226 INFO kablam! | Oct 27 20:20:23.226 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.226 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.226 INFO kablam! ... Oct 27 20:20:23.226 INFO kablam! 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Oct 27 20:20:23.226 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.226 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! Oct 27 20:20:23.227 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.227 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.227 INFO kablam! | ^^^^^ Oct 27 20:20:23.227 INFO kablam! ... Oct 27 20:20:23.227 INFO kablam! 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Oct 27 20:20:23.227 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! Oct 27 20:20:23.227 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.227 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.227 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.227 INFO kablam! ... Oct 27 20:20:23.227 INFO kablam! 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Oct 27 20:20:23.227 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! Oct 27 20:20:23.227 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.227 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.227 INFO kablam! | ^^^^^ Oct 27 20:20:23.227 INFO kablam! ... Oct 27 20:20:23.227 INFO kablam! 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Oct 27 20:20:23.227 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! Oct 27 20:20:23.227 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.227 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.227 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.227 INFO kablam! ... Oct 27 20:20:23.227 INFO kablam! 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Oct 27 20:20:23.227 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! Oct 27 20:20:23.227 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.227 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.227 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.227 INFO kablam! | ^^^^^ Oct 27 20:20:23.227 INFO kablam! ... Oct 27 20:20:23.227 INFO kablam! 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Oct 27 20:20:23.227 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.227 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! Oct 27 20:20:23.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.228 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.228 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.228 INFO kablam! ... Oct 27 20:20:23.228 INFO kablam! 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Oct 27 20:20:23.228 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! Oct 27 20:20:23.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.228 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.228 INFO kablam! | ^^^^^ Oct 27 20:20:23.228 INFO kablam! ... Oct 27 20:20:23.228 INFO kablam! 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Oct 27 20:20:23.228 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! Oct 27 20:20:23.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.228 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.228 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.228 INFO kablam! ... Oct 27 20:20:23.228 INFO kablam! 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Oct 27 20:20:23.228 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! Oct 27 20:20:23.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.228 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.228 INFO kablam! | ^^^^^ Oct 27 20:20:23.228 INFO kablam! ... Oct 27 20:20:23.228 INFO kablam! 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Oct 27 20:20:23.228 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! Oct 27 20:20:23.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.228 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.228 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.228 INFO kablam! ... Oct 27 20:20:23.228 INFO kablam! 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Oct 27 20:20:23.228 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.228 INFO kablam! | Oct 27 20:20:23.228 INFO kablam! Oct 27 20:20:23.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.233 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.233 INFO kablam! | Oct 27 20:20:23.233 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.233 INFO kablam! | ^^^^^ Oct 27 20:20:23.233 INFO kablam! ... Oct 27 20:20:23.233 INFO kablam! 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Oct 27 20:20:23.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.233 INFO kablam! | Oct 27 20:20:23.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.245 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! Oct 27 20:20:23.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.246 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.246 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.246 INFO kablam! ... Oct 27 20:20:23.246 INFO kablam! 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Oct 27 20:20:23.246 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! Oct 27 20:20:23.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.246 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.246 INFO kablam! | ^^^^^ Oct 27 20:20:23.246 INFO kablam! ... Oct 27 20:20:23.246 INFO kablam! 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Oct 27 20:20:23.246 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! Oct 27 20:20:23.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.246 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.246 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.246 INFO kablam! ... Oct 27 20:20:23.246 INFO kablam! 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Oct 27 20:20:23.246 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! Oct 27 20:20:23.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.246 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.246 INFO kablam! | ^^^^^ Oct 27 20:20:23.246 INFO kablam! ... Oct 27 20:20:23.246 INFO kablam! 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Oct 27 20:20:23.246 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.246 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! Oct 27 20:20:23.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.247 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.247 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.247 INFO kablam! ... Oct 27 20:20:23.247 INFO kablam! 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Oct 27 20:20:23.247 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! Oct 27 20:20:23.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.247 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.247 INFO kablam! | ^^^^^ Oct 27 20:20:23.247 INFO kablam! ... Oct 27 20:20:23.247 INFO kablam! 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Oct 27 20:20:23.247 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! Oct 27 20:20:23.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.247 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.247 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.247 INFO kablam! ... Oct 27 20:20:23.247 INFO kablam! 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Oct 27 20:20:23.247 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.247 INFO kablam! | Oct 27 20:20:23.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.249 INFO kablam! | Oct 27 20:20:23.249 INFO kablam! Oct 27 20:20:23.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.250 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.250 INFO kablam! | ^^^^^ Oct 27 20:20:23.250 INFO kablam! ... Oct 27 20:20:23.250 INFO kablam! 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Oct 27 20:20:23.250 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! Oct 27 20:20:23.250 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.250 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.250 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.250 INFO kablam! ... Oct 27 20:20:23.250 INFO kablam! 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Oct 27 20:20:23.250 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! Oct 27 20:20:23.250 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.250 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.250 INFO kablam! | ^^^^^ Oct 27 20:20:23.250 INFO kablam! ... Oct 27 20:20:23.250 INFO kablam! 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Oct 27 20:20:23.250 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! Oct 27 20:20:23.250 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.250 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.250 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.250 INFO kablam! ... Oct 27 20:20:23.250 INFO kablam! 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Oct 27 20:20:23.250 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! Oct 27 20:20:23.250 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.250 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.250 INFO kablam! | ^^^^^ Oct 27 20:20:23.250 INFO kablam! ... Oct 27 20:20:23.250 INFO kablam! 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Oct 27 20:20:23.250 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! Oct 27 20:20:23.250 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.250 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.250 INFO kablam! | Oct 27 20:20:23.250 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.251 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.251 INFO kablam! ... Oct 27 20:20:23.251 INFO kablam! 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Oct 27 20:20:23.251 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! Oct 27 20:20:23.251 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.251 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.251 INFO kablam! | ^^^^^ Oct 27 20:20:23.251 INFO kablam! ... Oct 27 20:20:23.251 INFO kablam! 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Oct 27 20:20:23.251 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! Oct 27 20:20:23.251 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.251 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.251 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.251 INFO kablam! ... Oct 27 20:20:23.251 INFO kablam! 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Oct 27 20:20:23.251 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! Oct 27 20:20:23.251 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.251 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.251 INFO kablam! | ^^^^^ Oct 27 20:20:23.251 INFO kablam! ... Oct 27 20:20:23.251 INFO kablam! 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Oct 27 20:20:23.251 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.251 INFO kablam! | Oct 27 20:20:23.251 INFO kablam! Oct 27 20:20:23.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.252 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.252 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.252 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.252 INFO kablam! ... Oct 27 20:20:23.252 INFO kablam! 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Oct 27 20:20:23.252 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.252 INFO kablam! Oct 27 20:20:23.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.252 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.252 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.252 INFO kablam! | ^^^^^ Oct 27 20:20:23.252 INFO kablam! ... Oct 27 20:20:23.252 INFO kablam! 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Oct 27 20:20:23.252 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.252 INFO kablam! Oct 27 20:20:23.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.252 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.252 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.252 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.252 INFO kablam! ... Oct 27 20:20:23.252 INFO kablam! 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Oct 27 20:20:23.252 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.252 INFO kablam! | Oct 27 20:20:23.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.253 INFO kablam! | Oct 27 20:20:23.253 INFO kablam! Oct 27 20:20:23.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.255 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.255 INFO kablam! | ^^^^^ Oct 27 20:20:23.255 INFO kablam! ... Oct 27 20:20:23.255 INFO kablam! 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Oct 27 20:20:23.255 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! Oct 27 20:20:23.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.255 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.255 INFO kablam! ... Oct 27 20:20:23.255 INFO kablam! 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Oct 27 20:20:23.255 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! Oct 27 20:20:23.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.255 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.255 INFO kablam! | ^^^^^ Oct 27 20:20:23.255 INFO kablam! ... Oct 27 20:20:23.255 INFO kablam! 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Oct 27 20:20:23.255 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.255 INFO kablam! | Oct 27 20:20:23.255 INFO kablam! Oct 27 20:20:23.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.260 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.260 INFO kablam! ... Oct 27 20:20:23.260 INFO kablam! 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Oct 27 20:20:23.260 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! Oct 27 20:20:23.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.260 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.260 INFO kablam! | ^^^^^ Oct 27 20:20:23.260 INFO kablam! ... Oct 27 20:20:23.260 INFO kablam! 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Oct 27 20:20:23.260 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! Oct 27 20:20:23.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.260 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.260 INFO kablam! ... Oct 27 20:20:23.260 INFO kablam! 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Oct 27 20:20:23.260 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.260 INFO kablam! | Oct 27 20:20:23.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.261 INFO kablam! | Oct 27 20:20:23.261 INFO kablam! Oct 27 20:20:23.261 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.261 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.261 INFO kablam! | Oct 27 20:20:23.261 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.261 INFO kablam! | ^^^^^ Oct 27 20:20:23.261 INFO kablam! ... Oct 27 20:20:23.261 INFO kablam! 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Oct 27 20:20:23.261 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.261 INFO kablam! | Oct 27 20:20:23.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.261 INFO kablam! | Oct 27 20:20:23.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.261 INFO kablam! | Oct 27 20:20:23.261 INFO kablam! Oct 27 20:20:23.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.264 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.264 INFO kablam! | Oct 27 20:20:23.264 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.265 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.265 INFO kablam! ... Oct 27 20:20:23.265 INFO kablam! 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Oct 27 20:20:23.265 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! Oct 27 20:20:23.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.265 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.265 INFO kablam! | ^^^^^ Oct 27 20:20:23.265 INFO kablam! ... Oct 27 20:20:23.265 INFO kablam! 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Oct 27 20:20:23.265 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! Oct 27 20:20:23.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.265 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.265 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.265 INFO kablam! ... Oct 27 20:20:23.265 INFO kablam! 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Oct 27 20:20:23.265 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! Oct 27 20:20:23.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.265 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.265 INFO kablam! | ^^^^^ Oct 27 20:20:23.265 INFO kablam! ... Oct 27 20:20:23.265 INFO kablam! 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Oct 27 20:20:23.265 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.265 INFO kablam! | Oct 27 20:20:23.265 INFO kablam! Oct 27 20:20:23.267 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.267 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.267 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.267 INFO kablam! ... Oct 27 20:20:23.267 INFO kablam! 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Oct 27 20:20:23.267 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! Oct 27 20:20:23.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.267 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.267 INFO kablam! | ^^^^^ Oct 27 20:20:23.267 INFO kablam! ... Oct 27 20:20:23.267 INFO kablam! 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Oct 27 20:20:23.267 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! Oct 27 20:20:23.267 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.267 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.267 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.267 INFO kablam! ... Oct 27 20:20:23.267 INFO kablam! 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Oct 27 20:20:23.267 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.267 INFO kablam! | Oct 27 20:20:23.267 INFO kablam! Oct 27 20:20:23.274 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.275 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.275 INFO kablam! | ^^^^^ Oct 27 20:20:23.275 INFO kablam! ... Oct 27 20:20:23.275 INFO kablam! 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); Oct 27 20:20:23.275 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! Oct 27 20:20:23.275 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.275 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.275 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.275 INFO kablam! ... Oct 27 20:20:23.275 INFO kablam! 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); Oct 27 20:20:23.275 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! Oct 27 20:20:23.275 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.275 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.275 INFO kablam! | ^^^^^ Oct 27 20:20:23.275 INFO kablam! ... Oct 27 20:20:23.275 INFO kablam! 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); Oct 27 20:20:23.275 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! Oct 27 20:20:23.275 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.275 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.275 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.275 INFO kablam! ... Oct 27 20:20:23.275 INFO kablam! 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); Oct 27 20:20:23.275 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.275 INFO kablam! | Oct 27 20:20:23.275 INFO kablam! Oct 27 20:20:23.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.277 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.277 INFO kablam! | ^^^^^ Oct 27 20:20:23.277 INFO kablam! ... Oct 27 20:20:23.277 INFO kablam! 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); Oct 27 20:20:23.277 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! Oct 27 20:20:23.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.277 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.277 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.277 INFO kablam! ... Oct 27 20:20:23.277 INFO kablam! 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); Oct 27 20:20:23.277 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! Oct 27 20:20:23.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.277 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.277 INFO kablam! | ^^^^^ Oct 27 20:20:23.277 INFO kablam! ... Oct 27 20:20:23.277 INFO kablam! 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Oct 27 20:20:23.277 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! Oct 27 20:20:23.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.277 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.277 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.277 INFO kablam! ... Oct 27 20:20:23.277 INFO kablam! 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Oct 27 20:20:23.277 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.277 INFO kablam! | Oct 27 20:20:23.277 INFO kablam! Oct 27 20:20:23.279 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.279 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.279 INFO kablam! | Oct 27 20:20:23.279 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.279 INFO kablam! | ^^^^^ Oct 27 20:20:23.279 INFO kablam! ... Oct 27 20:20:23.279 INFO kablam! 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Oct 27 20:20:23.279 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.279 INFO kablam! | Oct 27 20:20:23.279 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.279 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.279 INFO kablam! | Oct 27 20:20:23.279 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.279 INFO kablam! | Oct 27 20:20:23.279 INFO kablam! Oct 27 20:20:23.279 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.279 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.279 INFO kablam! | Oct 27 20:20:23.279 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.279 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.279 INFO kablam! ... Oct 27 20:20:23.279 INFO kablam! 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Oct 27 20:20:23.279 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.279 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.280 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.280 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! Oct 27 20:20:23.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.280 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.280 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.280 INFO kablam! | ^^^^^ Oct 27 20:20:23.280 INFO kablam! ... Oct 27 20:20:23.280 INFO kablam! 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Oct 27 20:20:23.280 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.280 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.280 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.280 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! Oct 27 20:20:23.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.280 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.280 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.280 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.280 INFO kablam! ... Oct 27 20:20:23.280 INFO kablam! 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Oct 27 20:20:23.280 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.280 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.280 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.280 INFO kablam! | Oct 27 20:20:23.280 INFO kablam! Oct 27 20:20:23.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.284 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.284 INFO kablam! | Oct 27 20:20:23.284 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.284 INFO kablam! | ^^^^^ Oct 27 20:20:23.284 INFO kablam! ... Oct 27 20:20:23.284 INFO kablam! 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Oct 27 20:20:23.284 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.284 INFO kablam! | Oct 27 20:20:23.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.284 INFO kablam! | Oct 27 20:20:23.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.284 INFO kablam! | Oct 27 20:20:23.284 INFO kablam! Oct 27 20:20:23.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.284 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.284 INFO kablam! | Oct 27 20:20:23.284 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.284 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.284 INFO kablam! ... Oct 27 20:20:23.284 INFO kablam! 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Oct 27 20:20:23.284 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.284 INFO kablam! | Oct 27 20:20:23.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.284 INFO kablam! | Oct 27 20:20:23.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.284 INFO kablam! | Oct 27 20:20:23.284 INFO kablam! Oct 27 20:20:23.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.284 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.284 INFO kablam! | Oct 27 20:20:23.284 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.284 INFO kablam! | ^^^^^ Oct 27 20:20:23.284 INFO kablam! ... Oct 27 20:20:23.284 INFO kablam! 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Oct 27 20:20:23.284 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.284 INFO kablam! | Oct 27 20:20:23.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.285 INFO kablam! | Oct 27 20:20:23.285 INFO kablam! Oct 27 20:20:23.286 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.286 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.286 INFO kablam! | Oct 27 20:20:23.286 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.286 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.286 INFO kablam! ... Oct 27 20:20:23.286 INFO kablam! 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Oct 27 20:20:23.286 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.286 INFO kablam! | Oct 27 20:20:23.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.286 INFO kablam! | Oct 27 20:20:23.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.286 INFO kablam! | Oct 27 20:20:23.286 INFO kablam! Oct 27 20:20:23.286 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.286 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.286 INFO kablam! | Oct 27 20:20:23.286 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.286 INFO kablam! | ^^^^^ Oct 27 20:20:23.286 INFO kablam! ... Oct 27 20:20:23.286 INFO kablam! 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Oct 27 20:20:23.286 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.286 INFO kablam! | Oct 27 20:20:23.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.286 INFO kablam! | Oct 27 20:20:23.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.286 INFO kablam! | Oct 27 20:20:23.286 INFO kablam! Oct 27 20:20:23.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.295 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.295 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.295 INFO kablam! ... Oct 27 20:20:23.295 INFO kablam! 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Oct 27 20:20:23.295 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! Oct 27 20:20:23.295 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.295 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.295 INFO kablam! | ^^^^^ Oct 27 20:20:23.295 INFO kablam! ... Oct 27 20:20:23.295 INFO kablam! 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Oct 27 20:20:23.295 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! Oct 27 20:20:23.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.295 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.295 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.295 INFO kablam! ... Oct 27 20:20:23.295 INFO kablam! 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Oct 27 20:20:23.295 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! Oct 27 20:20:23.295 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.295 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.295 INFO kablam! | ^^^^^ Oct 27 20:20:23.295 INFO kablam! ... Oct 27 20:20:23.295 INFO kablam! 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); Oct 27 20:20:23.295 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! Oct 27 20:20:23.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.295 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.295 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.295 INFO kablam! ... Oct 27 20:20:23.295 INFO kablam! 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); Oct 27 20:20:23.295 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.295 INFO kablam! | Oct 27 20:20:23.295 INFO kablam! Oct 27 20:20:23.296 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.296 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.296 INFO kablam! | Oct 27 20:20:23.296 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.296 INFO kablam! | ^^^^^ Oct 27 20:20:23.296 INFO kablam! ... Oct 27 20:20:23.296 INFO kablam! 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Oct 27 20:20:23.296 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.296 INFO kablam! | Oct 27 20:20:23.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.296 INFO kablam! | Oct 27 20:20:23.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.296 INFO kablam! | Oct 27 20:20:23.296 INFO kablam! Oct 27 20:20:23.298 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.298 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.298 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.298 INFO kablam! ... Oct 27 20:20:23.298 INFO kablam! 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Oct 27 20:20:23.298 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! Oct 27 20:20:23.298 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.298 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.298 INFO kablam! | ^^^^^ Oct 27 20:20:23.298 INFO kablam! ... Oct 27 20:20:23.298 INFO kablam! 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Oct 27 20:20:23.298 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! Oct 27 20:20:23.298 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.298 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.298 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.298 INFO kablam! ... Oct 27 20:20:23.298 INFO kablam! 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Oct 27 20:20:23.298 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! Oct 27 20:20:23.298 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.298 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.298 INFO kablam! | ^^^^^ Oct 27 20:20:23.298 INFO kablam! ... Oct 27 20:20:23.298 INFO kablam! 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Oct 27 20:20:23.298 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.298 INFO kablam! | Oct 27 20:20:23.298 INFO kablam! Oct 27 20:20:23.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.301 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.301 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.301 INFO kablam! ... Oct 27 20:20:23.301 INFO kablam! 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Oct 27 20:20:23.301 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! Oct 27 20:20:23.301 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.301 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.301 INFO kablam! | ^^^^^ Oct 27 20:20:23.301 INFO kablam! ... Oct 27 20:20:23.301 INFO kablam! 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Oct 27 20:20:23.301 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! Oct 27 20:20:23.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.301 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.301 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.301 INFO kablam! ... Oct 27 20:20:23.301 INFO kablam! 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Oct 27 20:20:23.301 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.301 INFO kablam! | Oct 27 20:20:23.301 INFO kablam! Oct 27 20:20:23.302 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.302 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.302 INFO kablam! | Oct 27 20:20:23.302 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.302 INFO kablam! | ^^^^^ Oct 27 20:20:23.302 INFO kablam! ... Oct 27 20:20:23.302 INFO kablam! 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Oct 27 20:20:23.302 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.302 INFO kablam! | Oct 27 20:20:23.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.302 INFO kablam! | Oct 27 20:20:23.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.302 INFO kablam! | Oct 27 20:20:23.302 INFO kablam! Oct 27 20:20:23.302 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.302 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.302 INFO kablam! | Oct 27 20:20:23.302 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.302 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.302 INFO kablam! ... Oct 27 20:20:23.302 INFO kablam! 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Oct 27 20:20:23.302 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.302 INFO kablam! | Oct 27 20:20:23.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.302 INFO kablam! | Oct 27 20:20:23.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.303 INFO kablam! | Oct 27 20:20:23.303 INFO kablam! Oct 27 20:20:23.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.303 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.303 INFO kablam! | Oct 27 20:20:23.303 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.303 INFO kablam! | ^^^^^ Oct 27 20:20:23.303 INFO kablam! ... Oct 27 20:20:23.303 INFO kablam! 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Oct 27 20:20:23.303 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.303 INFO kablam! | Oct 27 20:20:23.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.303 INFO kablam! | Oct 27 20:20:23.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.303 INFO kablam! | Oct 27 20:20:23.303 INFO kablam! Oct 27 20:20:23.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.312 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.312 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.312 INFO kablam! ... Oct 27 20:20:23.312 INFO kablam! 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Oct 27 20:20:23.312 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! Oct 27 20:20:23.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.312 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.312 INFO kablam! | ^^^^^ Oct 27 20:20:23.312 INFO kablam! ... Oct 27 20:20:23.312 INFO kablam! 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Oct 27 20:20:23.312 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! Oct 27 20:20:23.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.312 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.312 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.312 INFO kablam! ... Oct 27 20:20:23.312 INFO kablam! 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Oct 27 20:20:23.312 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! Oct 27 20:20:23.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.312 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.312 INFO kablam! | ^^^^^ Oct 27 20:20:23.312 INFO kablam! ... Oct 27 20:20:23.312 INFO kablam! 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Oct 27 20:20:23.312 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! Oct 27 20:20:23.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.312 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.312 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.312 INFO kablam! ... Oct 27 20:20:23.312 INFO kablam! 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Oct 27 20:20:23.312 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.312 INFO kablam! | Oct 27 20:20:23.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! Oct 27 20:20:23.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.313 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.313 INFO kablam! | ^^^^^ Oct 27 20:20:23.313 INFO kablam! ... Oct 27 20:20:23.313 INFO kablam! 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Oct 27 20:20:23.313 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! Oct 27 20:20:23.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.313 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.313 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.313 INFO kablam! ... Oct 27 20:20:23.313 INFO kablam! 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Oct 27 20:20:23.313 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! Oct 27 20:20:23.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.313 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.313 INFO kablam! | ^^^^^ Oct 27 20:20:23.313 INFO kablam! ... Oct 27 20:20:23.313 INFO kablam! 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Oct 27 20:20:23.313 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.313 INFO kablam! | Oct 27 20:20:23.313 INFO kablam! Oct 27 20:20:23.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.321 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.322 INFO kablam! | Oct 27 20:20:23.322 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.322 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.322 INFO kablam! ... Oct 27 20:20:23.322 INFO kablam! 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Oct 27 20:20:23.322 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.322 INFO kablam! | Oct 27 20:20:23.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.322 INFO kablam! | Oct 27 20:20:23.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.322 INFO kablam! | Oct 27 20:20:23.322 INFO kablam! Oct 27 20:20:23.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.322 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.322 INFO kablam! | Oct 27 20:20:23.322 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.322 INFO kablam! | ^^^^^ Oct 27 20:20:23.322 INFO kablam! ... Oct 27 20:20:23.322 INFO kablam! 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Oct 27 20:20:23.325 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.325 INFO kablam! | Oct 27 20:20:23.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.325 INFO kablam! | Oct 27 20:20:23.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.325 INFO kablam! | Oct 27 20:20:23.325 INFO kablam! Oct 27 20:20:23.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.325 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.325 INFO kablam! | Oct 27 20:20:23.325 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.325 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.325 INFO kablam! ... Oct 27 20:20:23.325 INFO kablam! 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Oct 27 20:20:23.325 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.325 INFO kablam! | Oct 27 20:20:23.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.325 INFO kablam! | Oct 27 20:20:23.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.325 INFO kablam! | Oct 27 20:20:23.325 INFO kablam! Oct 27 20:20:23.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.325 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.325 INFO kablam! | Oct 27 20:20:23.326 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.326 INFO kablam! | ^^^^^ Oct 27 20:20:23.326 INFO kablam! ... Oct 27 20:20:23.326 INFO kablam! 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Oct 27 20:20:23.326 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.326 INFO kablam! | Oct 27 20:20:23.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.326 INFO kablam! | Oct 27 20:20:23.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.326 INFO kablam! | Oct 27 20:20:23.326 INFO kablam! Oct 27 20:20:23.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.326 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.327 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.336 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.336 INFO kablam! ... Oct 27 20:20:23.336 INFO kablam! 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Oct 27 20:20:23.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! Oct 27 20:20:23.336 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.336 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.336 INFO kablam! | ^^^^^ Oct 27 20:20:23.336 INFO kablam! ... Oct 27 20:20:23.336 INFO kablam! 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Oct 27 20:20:23.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! Oct 27 20:20:23.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.336 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.336 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.336 INFO kablam! ... Oct 27 20:20:23.336 INFO kablam! 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Oct 27 20:20:23.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.336 INFO kablam! | Oct 27 20:20:23.336 INFO kablam! Oct 27 20:20:23.336 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.337 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.337 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.349 INFO kablam! | ^^^^^ Oct 27 20:20:23.349 INFO kablam! ... Oct 27 20:20:23.349 INFO kablam! 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Oct 27 20:20:23.349 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! Oct 27 20:20:23.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.349 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.349 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.349 INFO kablam! ... Oct 27 20:20:23.349 INFO kablam! 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Oct 27 20:20:23.349 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! Oct 27 20:20:23.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.349 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.349 INFO kablam! | ^^^^^ Oct 27 20:20:23.349 INFO kablam! ... Oct 27 20:20:23.349 INFO kablam! 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Oct 27 20:20:23.349 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! Oct 27 20:20:23.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.349 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.349 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.349 INFO kablam! ... Oct 27 20:20:23.349 INFO kablam! 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Oct 27 20:20:23.349 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! Oct 27 20:20:23.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.349 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.349 INFO kablam! | ^^^^^ Oct 27 20:20:23.349 INFO kablam! ... Oct 27 20:20:23.349 INFO kablam! 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Oct 27 20:20:23.349 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.349 INFO kablam! Oct 27 20:20:23.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.349 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.349 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.350 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.350 INFO kablam! ... Oct 27 20:20:23.350 INFO kablam! 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Oct 27 20:20:23.350 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! Oct 27 20:20:23.350 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.350 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.350 INFO kablam! | ^^^^^ Oct 27 20:20:23.350 INFO kablam! ... Oct 27 20:20:23.350 INFO kablam! 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Oct 27 20:20:23.350 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! Oct 27 20:20:23.350 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.350 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.350 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.350 INFO kablam! ... Oct 27 20:20:23.350 INFO kablam! 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Oct 27 20:20:23.350 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! Oct 27 20:20:23.350 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.350 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.350 INFO kablam! | ^^^^^ Oct 27 20:20:23.350 INFO kablam! ... Oct 27 20:20:23.350 INFO kablam! 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Oct 27 20:20:23.350 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! Oct 27 20:20:23.350 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.350 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.350 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.350 INFO kablam! ... Oct 27 20:20:23.350 INFO kablam! 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Oct 27 20:20:23.350 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.350 INFO kablam! | Oct 27 20:20:23.350 INFO kablam! Oct 27 20:20:23.355 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.355 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.355 INFO kablam! | Oct 27 20:20:23.355 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.355 INFO kablam! | ^^^^^ Oct 27 20:20:23.355 INFO kablam! ... Oct 27 20:20:23.355 INFO kablam! 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Oct 27 20:20:23.355 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.355 INFO kablam! | Oct 27 20:20:23.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.355 INFO kablam! | Oct 27 20:20:23.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.355 INFO kablam! | Oct 27 20:20:23.355 INFO kablam! Oct 27 20:20:23.355 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.355 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.355 INFO kablam! | Oct 27 20:20:23.355 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.355 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.355 INFO kablam! ... Oct 27 20:20:23.355 INFO kablam! 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Oct 27 20:20:23.355 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.355 INFO kablam! | Oct 27 20:20:23.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! Oct 27 20:20:23.356 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.356 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.356 INFO kablam! | ^^^^^ Oct 27 20:20:23.356 INFO kablam! ... Oct 27 20:20:23.356 INFO kablam! 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Oct 27 20:20:23.356 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! Oct 27 20:20:23.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.356 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.356 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.356 INFO kablam! ... Oct 27 20:20:23.356 INFO kablam! 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Oct 27 20:20:23.356 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! Oct 27 20:20:23.356 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.356 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.356 INFO kablam! | ^^^^^ Oct 27 20:20:23.356 INFO kablam! ... Oct 27 20:20:23.356 INFO kablam! 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Oct 27 20:20:23.356 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! Oct 27 20:20:23.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.356 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.356 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.356 INFO kablam! ... Oct 27 20:20:23.356 INFO kablam! 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Oct 27 20:20:23.356 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! Oct 27 20:20:23.356 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.356 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.356 INFO kablam! | ^^^^^ Oct 27 20:20:23.356 INFO kablam! ... Oct 27 20:20:23.356 INFO kablam! 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Oct 27 20:20:23.356 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.356 INFO kablam! | Oct 27 20:20:23.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.357 INFO kablam! | Oct 27 20:20:23.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.357 INFO kablam! | Oct 27 20:20:23.357 INFO kablam! Oct 27 20:20:23.357 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.357 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.357 INFO kablam! | Oct 27 20:20:23.357 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.357 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.357 INFO kablam! ... Oct 27 20:20:23.357 INFO kablam! 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Oct 27 20:20:23.357 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! Oct 27 20:20:23.358 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.358 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.358 INFO kablam! | ^^^^^ Oct 27 20:20:23.358 INFO kablam! ... Oct 27 20:20:23.358 INFO kablam! 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); Oct 27 20:20:23.358 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! Oct 27 20:20:23.358 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.358 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.358 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.358 INFO kablam! ... Oct 27 20:20:23.358 INFO kablam! 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); Oct 27 20:20:23.358 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! Oct 27 20:20:23.358 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.358 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.358 INFO kablam! | ^^^^^ Oct 27 20:20:23.358 INFO kablam! ... Oct 27 20:20:23.358 INFO kablam! 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Oct 27 20:20:23.358 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.358 INFO kablam! | Oct 27 20:20:23.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.359 INFO kablam! | Oct 27 20:20:23.359 INFO kablam! Oct 27 20:20:23.359 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.359 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.359 INFO kablam! | Oct 27 20:20:23.359 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.359 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.359 INFO kablam! ... Oct 27 20:20:23.359 INFO kablam! 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Oct 27 20:20:23.359 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.359 INFO kablam! | Oct 27 20:20:23.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.359 INFO kablam! | Oct 27 20:20:23.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.359 INFO kablam! | Oct 27 20:20:23.359 INFO kablam! Oct 27 20:20:23.359 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.360 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.360 INFO kablam! | Oct 27 20:20:23.360 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.360 INFO kablam! | ^^^^^ Oct 27 20:20:23.360 INFO kablam! ... Oct 27 20:20:23.360 INFO kablam! 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Oct 27 20:20:23.360 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.360 INFO kablam! | Oct 27 20:20:23.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.360 INFO kablam! | Oct 27 20:20:23.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.360 INFO kablam! | Oct 27 20:20:23.360 INFO kablam! Oct 27 20:20:23.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.360 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.360 INFO kablam! | Oct 27 20:20:23.360 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.360 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.360 INFO kablam! ... Oct 27 20:20:23.360 INFO kablam! 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Oct 27 20:20:23.360 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.360 INFO kablam! | Oct 27 20:20:23.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.360 INFO kablam! | Oct 27 20:20:23.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.360 INFO kablam! | Oct 27 20:20:23.360 INFO kablam! Oct 27 20:20:23.360 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.360 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.360 INFO kablam! | Oct 27 20:20:23.360 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.360 INFO kablam! | ^^^^^ Oct 27 20:20:23.360 INFO kablam! ... Oct 27 20:20:23.360 INFO kablam! 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Oct 27 20:20:23.360 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.360 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! Oct 27 20:20:23.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.361 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.361 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.361 INFO kablam! ... Oct 27 20:20:23.361 INFO kablam! 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Oct 27 20:20:23.361 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! Oct 27 20:20:23.361 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.361 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.361 INFO kablam! | ^^^^^ Oct 27 20:20:23.361 INFO kablam! ... Oct 27 20:20:23.361 INFO kablam! 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Oct 27 20:20:23.361 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! Oct 27 20:20:23.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.361 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.361 INFO kablam! | Oct 27 20:20:23.361 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.361 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.361 INFO kablam! ... Oct 27 20:20:23.364 INFO kablam! 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Oct 27 20:20:23.364 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! Oct 27 20:20:23.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.364 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.364 INFO kablam! | ^^^^^ Oct 27 20:20:23.364 INFO kablam! ... Oct 27 20:20:23.364 INFO kablam! 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Oct 27 20:20:23.364 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! Oct 27 20:20:23.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.364 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.364 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.364 INFO kablam! ... Oct 27 20:20:23.364 INFO kablam! 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Oct 27 20:20:23.364 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! Oct 27 20:20:23.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.364 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.364 INFO kablam! | Oct 27 20:20:23.364 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.365 INFO kablam! | ^^^^^ Oct 27 20:20:23.365 INFO kablam! ... Oct 27 20:20:23.365 INFO kablam! 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Oct 27 20:20:23.365 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! Oct 27 20:20:23.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.365 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.365 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.365 INFO kablam! ... Oct 27 20:20:23.365 INFO kablam! 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Oct 27 20:20:23.365 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! Oct 27 20:20:23.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.365 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.365 INFO kablam! | ^^^^^ Oct 27 20:20:23.365 INFO kablam! ... Oct 27 20:20:23.365 INFO kablam! 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Oct 27 20:20:23.365 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! Oct 27 20:20:23.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.365 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.365 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.365 INFO kablam! ... Oct 27 20:20:23.365 INFO kablam! 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Oct 27 20:20:23.365 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.365 INFO kablam! Oct 27 20:20:23.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.365 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.365 INFO kablam! | Oct 27 20:20:23.366 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.371 INFO kablam! | ^^^^^ Oct 27 20:20:23.371 INFO kablam! ... Oct 27 20:20:23.371 INFO kablam! 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Oct 27 20:20:23.371 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.371 INFO kablam! | Oct 27 20:20:23.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.371 INFO kablam! | Oct 27 20:20:23.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.371 INFO kablam! | Oct 27 20:20:23.371 INFO kablam! Oct 27 20:20:23.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.371 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.371 INFO kablam! | Oct 27 20:20:23.371 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.371 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.371 INFO kablam! ... Oct 27 20:20:23.371 INFO kablam! 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Oct 27 20:20:23.372 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.372 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! Oct 27 20:20:23.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.373 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.373 INFO kablam! | ^^^^^ Oct 27 20:20:23.373 INFO kablam! ... Oct 27 20:20:23.373 INFO kablam! 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Oct 27 20:20:23.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! Oct 27 20:20:23.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.373 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.373 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.373 INFO kablam! ... Oct 27 20:20:23.373 INFO kablam! 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Oct 27 20:20:23.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! Oct 27 20:20:23.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.373 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.373 INFO kablam! | ^^^^^ Oct 27 20:20:23.373 INFO kablam! ... Oct 27 20:20:23.373 INFO kablam! 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); Oct 27 20:20:23.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! Oct 27 20:20:23.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.373 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.373 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.373 INFO kablam! ... Oct 27 20:20:23.373 INFO kablam! 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); Oct 27 20:20:23.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.373 INFO kablam! | Oct 27 20:20:23.373 INFO kablam! Oct 27 20:20:23.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.374 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.374 INFO kablam! | Oct 27 20:20:23.374 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.374 INFO kablam! | ^^^^^ Oct 27 20:20:23.374 INFO kablam! ... Oct 27 20:20:23.374 INFO kablam! 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Oct 27 20:20:23.374 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.374 INFO kablam! | Oct 27 20:20:23.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.374 INFO kablam! | Oct 27 20:20:23.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.374 INFO kablam! | Oct 27 20:20:23.374 INFO kablam! Oct 27 20:20:23.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.374 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.377 INFO kablam! | Oct 27 20:20:23.377 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.377 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.377 INFO kablam! ... Oct 27 20:20:23.377 INFO kablam! 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Oct 27 20:20:23.377 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.377 INFO kablam! | Oct 27 20:20:23.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.377 INFO kablam! | Oct 27 20:20:23.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.377 INFO kablam! | Oct 27 20:20:23.377 INFO kablam! Oct 27 20:20:23.377 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.377 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.377 INFO kablam! | Oct 27 20:20:23.377 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.377 INFO kablam! | ^^^^^ Oct 27 20:20:23.377 INFO kablam! ... Oct 27 20:20:23.377 INFO kablam! 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Oct 27 20:20:23.377 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.377 INFO kablam! | Oct 27 20:20:23.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.377 INFO kablam! | Oct 27 20:20:23.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.377 INFO kablam! | Oct 27 20:20:23.377 INFO kablam! Oct 27 20:20:23.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.378 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.378 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.378 INFO kablam! ... Oct 27 20:20:23.378 INFO kablam! 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Oct 27 20:20:23.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! Oct 27 20:20:23.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.378 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.378 INFO kablam! | ^^^^^ Oct 27 20:20:23.378 INFO kablam! ... Oct 27 20:20:23.378 INFO kablam! 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Oct 27 20:20:23.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! Oct 27 20:20:23.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.378 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.378 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.378 INFO kablam! ... Oct 27 20:20:23.378 INFO kablam! 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Oct 27 20:20:23.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! Oct 27 20:20:23.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.378 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.378 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.378 INFO kablam! | ^^^^^ Oct 27 20:20:23.378 INFO kablam! ... Oct 27 20:20:23.378 INFO kablam! 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); Oct 27 20:20:23.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.378 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.383 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.383 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! Oct 27 20:20:23.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.383 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.383 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.383 INFO kablam! ... Oct 27 20:20:23.383 INFO kablam! 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); Oct 27 20:20:23.383 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.383 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.383 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.383 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! Oct 27 20:20:23.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.383 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.383 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.383 INFO kablam! | ^^^^^ Oct 27 20:20:23.383 INFO kablam! ... Oct 27 20:20:23.383 INFO kablam! 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Oct 27 20:20:23.383 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.383 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.383 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.383 INFO kablam! | Oct 27 20:20:23.383 INFO kablam! Oct 27 20:20:23.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.383 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.384 INFO kablam! ... Oct 27 20:20:23.384 INFO kablam! 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Oct 27 20:20:23.384 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! Oct 27 20:20:23.384 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.384 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.384 INFO kablam! | ^^^^^ Oct 27 20:20:23.384 INFO kablam! ... Oct 27 20:20:23.384 INFO kablam! 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); Oct 27 20:20:23.384 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! Oct 27 20:20:23.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.384 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.384 INFO kablam! ... Oct 27 20:20:23.384 INFO kablam! 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); Oct 27 20:20:23.384 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! Oct 27 20:20:23.384 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.384 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.384 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.384 INFO kablam! | ^^^^^ Oct 27 20:20:23.384 INFO kablam! ... Oct 27 20:20:23.384 INFO kablam! 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Oct 27 20:20:23.384 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.384 INFO kablam! | Oct 27 20:20:23.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! Oct 27 20:20:23.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.387 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.387 INFO kablam! ... Oct 27 20:20:23.387 INFO kablam! 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Oct 27 20:20:23.387 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! Oct 27 20:20:23.387 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.387 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.387 INFO kablam! | ^^^^^ Oct 27 20:20:23.387 INFO kablam! ... Oct 27 20:20:23.387 INFO kablam! 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); Oct 27 20:20:23.387 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! Oct 27 20:20:23.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.387 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.387 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.387 INFO kablam! ... Oct 27 20:20:23.387 INFO kablam! 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); Oct 27 20:20:23.387 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.387 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! Oct 27 20:20:23.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.388 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.388 INFO kablam! | ^^^^^ Oct 27 20:20:23.388 INFO kablam! ... Oct 27 20:20:23.388 INFO kablam! 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); Oct 27 20:20:23.388 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! Oct 27 20:20:23.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.388 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.388 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.388 INFO kablam! ... Oct 27 20:20:23.388 INFO kablam! 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); Oct 27 20:20:23.388 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! Oct 27 20:20:23.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.388 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.388 INFO kablam! | ^^^^^ Oct 27 20:20:23.388 INFO kablam! ... Oct 27 20:20:23.388 INFO kablam! 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Oct 27 20:20:23.388 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! Oct 27 20:20:23.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.388 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.388 INFO kablam! | Oct 27 20:20:23.388 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.388 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.388 INFO kablam! ... Oct 27 20:20:23.388 INFO kablam! 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Oct 27 20:20:23.389 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.389 INFO kablam! | Oct 27 20:20:23.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.389 INFO kablam! | Oct 27 20:20:23.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.389 INFO kablam! | Oct 27 20:20:23.389 INFO kablam! Oct 27 20:20:23.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.389 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.389 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.390 INFO kablam! | ^^^^^ Oct 27 20:20:23.390 INFO kablam! ... Oct 27 20:20:23.390 INFO kablam! 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Oct 27 20:20:23.390 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! Oct 27 20:20:23.390 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.390 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.390 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.390 INFO kablam! ... Oct 27 20:20:23.390 INFO kablam! 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Oct 27 20:20:23.390 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! Oct 27 20:20:23.390 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.390 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.390 INFO kablam! | ^^^^^ Oct 27 20:20:23.390 INFO kablam! ... Oct 27 20:20:23.390 INFO kablam! 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Oct 27 20:20:23.390 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.390 INFO kablam! | Oct 27 20:20:23.390 INFO kablam! Oct 27 20:20:23.391 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.391 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.391 INFO kablam! | Oct 27 20:20:23.391 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.391 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.391 INFO kablam! ... Oct 27 20:20:23.391 INFO kablam! 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Oct 27 20:20:23.391 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.391 INFO kablam! | Oct 27 20:20:23.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.391 INFO kablam! | Oct 27 20:20:23.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.391 INFO kablam! | Oct 27 20:20:23.391 INFO kablam! Oct 27 20:20:23.391 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.391 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.391 INFO kablam! | Oct 27 20:20:23.391 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.391 INFO kablam! | ^^^^^ Oct 27 20:20:23.391 INFO kablam! ... Oct 27 20:20:23.391 INFO kablam! 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); Oct 27 20:20:23.391 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.391 INFO kablam! | Oct 27 20:20:23.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.391 INFO kablam! | Oct 27 20:20:23.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.391 INFO kablam! | Oct 27 20:20:23.391 INFO kablam! Oct 27 20:20:23.391 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.391 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.391 INFO kablam! | Oct 27 20:20:23.391 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.391 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.391 INFO kablam! ... Oct 27 20:20:23.391 INFO kablam! 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); Oct 27 20:20:23.391 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.391 INFO kablam! | Oct 27 20:20:23.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.392 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.392 INFO kablam! | Oct 27 20:20:23.392 INFO kablam! Oct 27 20:20:23.393 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.393 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.393 INFO kablam! | ^^^^^ Oct 27 20:20:23.393 INFO kablam! ... Oct 27 20:20:23.393 INFO kablam! 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); Oct 27 20:20:23.393 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! Oct 27 20:20:23.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.393 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.393 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.393 INFO kablam! ... Oct 27 20:20:23.393 INFO kablam! 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); Oct 27 20:20:23.393 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! Oct 27 20:20:23.393 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.393 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.393 INFO kablam! | ^^^^^ Oct 27 20:20:23.393 INFO kablam! ... Oct 27 20:20:23.393 INFO kablam! 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); Oct 27 20:20:23.393 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.393 INFO kablam! | Oct 27 20:20:23.393 INFO kablam! Oct 27 20:20:23.394 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.394 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.394 INFO kablam! | Oct 27 20:20:23.394 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.394 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.394 INFO kablam! ... Oct 27 20:20:23.394 INFO kablam! 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); Oct 27 20:20:23.394 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.394 INFO kablam! | Oct 27 20:20:23.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.394 INFO kablam! | Oct 27 20:20:23.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.394 INFO kablam! | Oct 27 20:20:23.394 INFO kablam! Oct 27 20:20:23.399 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.399 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.399 INFO kablam! | Oct 27 20:20:23.399 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.399 INFO kablam! | ^^^^^ Oct 27 20:20:23.399 INFO kablam! ... Oct 27 20:20:23.399 INFO kablam! 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Oct 27 20:20:23.399 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! Oct 27 20:20:23.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.400 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.400 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.400 INFO kablam! ... Oct 27 20:20:23.400 INFO kablam! 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Oct 27 20:20:23.400 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! Oct 27 20:20:23.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.400 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.400 INFO kablam! | ^^^^^ Oct 27 20:20:23.400 INFO kablam! ... Oct 27 20:20:23.400 INFO kablam! 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Oct 27 20:20:23.400 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! Oct 27 20:20:23.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.400 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.400 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.400 INFO kablam! ... Oct 27 20:20:23.400 INFO kablam! 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Oct 27 20:20:23.400 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! Oct 27 20:20:23.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.400 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.400 INFO kablam! | ^^^^^ Oct 27 20:20:23.400 INFO kablam! ... Oct 27 20:20:23.400 INFO kablam! 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Oct 27 20:20:23.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.400 INFO kablam! | Oct 27 20:20:23.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.401 INFO kablam! | Oct 27 20:20:23.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.401 INFO kablam! | Oct 27 20:20:23.401 INFO kablam! Oct 27 20:20:23.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.401 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.401 INFO kablam! | Oct 27 20:20:23.401 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.401 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.401 INFO kablam! ... Oct 27 20:20:23.401 INFO kablam! 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Oct 27 20:20:23.401 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.401 INFO kablam! | Oct 27 20:20:23.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.401 INFO kablam! | Oct 27 20:20:23.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.401 INFO kablam! | Oct 27 20:20:23.401 INFO kablam! Oct 27 20:20:23.403 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.403 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.403 INFO kablam! | Oct 27 20:20:23.403 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.403 INFO kablam! | ^^^^^ Oct 27 20:20:23.403 INFO kablam! ... Oct 27 20:20:23.403 INFO kablam! 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Oct 27 20:20:23.403 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.403 INFO kablam! | Oct 27 20:20:23.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.403 INFO kablam! | Oct 27 20:20:23.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.403 INFO kablam! | Oct 27 20:20:23.403 INFO kablam! Oct 27 20:20:23.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.403 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.403 INFO kablam! | Oct 27 20:20:23.403 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.403 INFO kablam! ... Oct 27 20:20:23.403 INFO kablam! 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Oct 27 20:20:23.403 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.403 INFO kablam! | Oct 27 20:20:23.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.404 INFO kablam! | Oct 27 20:20:23.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.404 INFO kablam! | Oct 27 20:20:23.404 INFO kablam! Oct 27 20:20:23.404 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.404 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.404 INFO kablam! | Oct 27 20:20:23.404 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.404 INFO kablam! | ^^^^^ Oct 27 20:20:23.404 INFO kablam! ... Oct 27 20:20:23.404 INFO kablam! 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Oct 27 20:20:23.404 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.404 INFO kablam! | Oct 27 20:20:23.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.404 INFO kablam! | Oct 27 20:20:23.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.404 INFO kablam! | Oct 27 20:20:23.404 INFO kablam! Oct 27 20:20:23.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.407 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.407 INFO kablam! ... Oct 27 20:20:23.407 INFO kablam! 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Oct 27 20:20:23.407 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! Oct 27 20:20:23.407 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.407 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.407 INFO kablam! | ^^^^^ Oct 27 20:20:23.407 INFO kablam! ... Oct 27 20:20:23.407 INFO kablam! 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Oct 27 20:20:23.407 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! Oct 27 20:20:23.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.407 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.407 INFO kablam! ... Oct 27 20:20:23.407 INFO kablam! 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Oct 27 20:20:23.407 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.407 INFO kablam! | Oct 27 20:20:23.407 INFO kablam! Oct 27 20:20:23.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.408 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.408 INFO kablam! | Oct 27 20:20:23.408 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.408 INFO kablam! | ^^^^^ Oct 27 20:20:23.408 INFO kablam! ... Oct 27 20:20:23.408 INFO kablam! 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Oct 27 20:20:23.408 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.408 INFO kablam! | Oct 27 20:20:23.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.408 INFO kablam! | Oct 27 20:20:23.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.408 INFO kablam! | Oct 27 20:20:23.408 INFO kablam! Oct 27 20:20:23.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.410 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.410 INFO kablam! | Oct 27 20:20:23.410 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.410 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.410 INFO kablam! ... Oct 27 20:20:23.410 INFO kablam! 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Oct 27 20:20:23.410 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.410 INFO kablam! | Oct 27 20:20:23.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.410 INFO kablam! | Oct 27 20:20:23.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.410 INFO kablam! | Oct 27 20:20:23.410 INFO kablam! Oct 27 20:20:23.410 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.410 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.410 INFO kablam! | Oct 27 20:20:23.410 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.410 INFO kablam! | ^^^^^ Oct 27 20:20:23.410 INFO kablam! ... Oct 27 20:20:23.410 INFO kablam! 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Oct 27 20:20:23.410 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.410 INFO kablam! | Oct 27 20:20:23.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.410 INFO kablam! | Oct 27 20:20:23.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.410 INFO kablam! | Oct 27 20:20:23.410 INFO kablam! Oct 27 20:20:23.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.426 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.426 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.426 INFO kablam! ... Oct 27 20:20:23.426 INFO kablam! 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Oct 27 20:20:23.426 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! Oct 27 20:20:23.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.426 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.426 INFO kablam! | ^^^^^ Oct 27 20:20:23.426 INFO kablam! ... Oct 27 20:20:23.426 INFO kablam! 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Oct 27 20:20:23.426 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! Oct 27 20:20:23.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.426 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.426 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.426 INFO kablam! ... Oct 27 20:20:23.426 INFO kablam! 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Oct 27 20:20:23.426 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.426 INFO kablam! | Oct 27 20:20:23.426 INFO kablam! Oct 27 20:20:23.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.427 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.427 INFO kablam! | Oct 27 20:20:23.427 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.427 INFO kablam! | ^^^^^ Oct 27 20:20:23.427 INFO kablam! ... Oct 27 20:20:23.427 INFO kablam! 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Oct 27 20:20:23.427 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.427 INFO kablam! | Oct 27 20:20:23.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.427 INFO kablam! | Oct 27 20:20:23.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.427 INFO kablam! | Oct 27 20:20:23.427 INFO kablam! Oct 27 20:20:23.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.427 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.427 INFO kablam! | Oct 27 20:20:23.427 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.427 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.427 INFO kablam! ... Oct 27 20:20:23.427 INFO kablam! 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Oct 27 20:20:23.427 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.427 INFO kablam! | Oct 27 20:20:23.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.427 INFO kablam! | Oct 27 20:20:23.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.427 INFO kablam! | Oct 27 20:20:23.427 INFO kablam! Oct 27 20:20:23.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.427 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.427 INFO kablam! | Oct 27 20:20:23.427 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.427 INFO kablam! | ^^^^^ Oct 27 20:20:23.428 INFO kablam! ... Oct 27 20:20:23.428 INFO kablam! 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Oct 27 20:20:23.428 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.428 INFO kablam! | Oct 27 20:20:23.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.428 INFO kablam! | Oct 27 20:20:23.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.428 INFO kablam! | Oct 27 20:20:23.428 INFO kablam! Oct 27 20:20:23.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.428 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.428 INFO kablam! | Oct 27 20:20:23.428 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.428 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.435 INFO kablam! ... Oct 27 20:20:23.435 INFO kablam! 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Oct 27 20:20:23.435 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.435 INFO kablam! | Oct 27 20:20:23.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.435 INFO kablam! | Oct 27 20:20:23.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.435 INFO kablam! | Oct 27 20:20:23.435 INFO kablam! Oct 27 20:20:23.435 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.435 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.436 INFO kablam! | ^^^^^ Oct 27 20:20:23.436 INFO kablam! ... Oct 27 20:20:23.436 INFO kablam! 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Oct 27 20:20:23.436 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! Oct 27 20:20:23.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.436 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.436 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.436 INFO kablam! ... Oct 27 20:20:23.436 INFO kablam! 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Oct 27 20:20:23.436 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! Oct 27 20:20:23.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.436 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.436 INFO kablam! | ^^^^^ Oct 27 20:20:23.436 INFO kablam! ... Oct 27 20:20:23.436 INFO kablam! 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Oct 27 20:20:23.436 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! Oct 27 20:20:23.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.436 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.436 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.436 INFO kablam! ... Oct 27 20:20:23.436 INFO kablam! 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Oct 27 20:20:23.436 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! Oct 27 20:20:23.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.436 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.436 INFO kablam! | ^^^^^ Oct 27 20:20:23.436 INFO kablam! ... Oct 27 20:20:23.436 INFO kablam! 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); Oct 27 20:20:23.436 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! Oct 27 20:20:23.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.436 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.436 INFO kablam! | Oct 27 20:20:23.436 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.436 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.436 INFO kablam! ... Oct 27 20:20:23.436 INFO kablam! 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); Oct 27 20:20:23.436 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! Oct 27 20:20:23.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.437 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.437 INFO kablam! | ^^^^^ Oct 27 20:20:23.437 INFO kablam! ... Oct 27 20:20:23.437 INFO kablam! 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Oct 27 20:20:23.437 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! Oct 27 20:20:23.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.437 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.437 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.437 INFO kablam! ... Oct 27 20:20:23.437 INFO kablam! 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Oct 27 20:20:23.437 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! Oct 27 20:20:23.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.437 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.437 INFO kablam! | ^^^^^ Oct 27 20:20:23.437 INFO kablam! ... Oct 27 20:20:23.437 INFO kablam! 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); Oct 27 20:20:23.437 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! Oct 27 20:20:23.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.437 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.437 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.437 INFO kablam! ... Oct 27 20:20:23.437 INFO kablam! 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); Oct 27 20:20:23.437 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! Oct 27 20:20:23.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.437 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.437 INFO kablam! | ^^^^^ Oct 27 20:20:23.437 INFO kablam! ... Oct 27 20:20:23.437 INFO kablam! 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); Oct 27 20:20:23.437 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.437 INFO kablam! | Oct 27 20:20:23.437 INFO kablam! Oct 27 20:20:23.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.438 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.438 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.438 INFO kablam! ... Oct 27 20:20:23.438 INFO kablam! 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); Oct 27 20:20:23.438 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! Oct 27 20:20:23.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.438 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.438 INFO kablam! | ^^^^^ Oct 27 20:20:23.438 INFO kablam! ... Oct 27 20:20:23.438 INFO kablam! 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Oct 27 20:20:23.438 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! Oct 27 20:20:23.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.438 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.438 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.438 INFO kablam! ... Oct 27 20:20:23.438 INFO kablam! 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Oct 27 20:20:23.438 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! Oct 27 20:20:23.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.438 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.438 INFO kablam! | ^^^^^ Oct 27 20:20:23.438 INFO kablam! ... Oct 27 20:20:23.438 INFO kablam! 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Oct 27 20:20:23.438 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! Oct 27 20:20:23.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.438 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.438 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.438 INFO kablam! ... Oct 27 20:20:23.438 INFO kablam! 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Oct 27 20:20:23.438 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.438 INFO kablam! | Oct 27 20:20:23.443 INFO kablam! Oct 27 20:20:23.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.444 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.444 INFO kablam! | ^^^^^ Oct 27 20:20:23.444 INFO kablam! ... Oct 27 20:20:23.444 INFO kablam! 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); Oct 27 20:20:23.444 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! Oct 27 20:20:23.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.444 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.444 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.444 INFO kablam! ... Oct 27 20:20:23.444 INFO kablam! 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); Oct 27 20:20:23.444 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! Oct 27 20:20:23.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.444 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.444 INFO kablam! | ^^^^^ Oct 27 20:20:23.444 INFO kablam! ... Oct 27 20:20:23.444 INFO kablam! 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Oct 27 20:20:23.444 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! Oct 27 20:20:23.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.444 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.444 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.444 INFO kablam! ... Oct 27 20:20:23.444 INFO kablam! 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Oct 27 20:20:23.444 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.444 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! Oct 27 20:20:23.445 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.445 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.445 INFO kablam! | ^^^^^ Oct 27 20:20:23.445 INFO kablam! ... Oct 27 20:20:23.445 INFO kablam! 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Oct 27 20:20:23.445 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! Oct 27 20:20:23.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.445 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.445 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.445 INFO kablam! ... Oct 27 20:20:23.445 INFO kablam! 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Oct 27 20:20:23.445 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! Oct 27 20:20:23.445 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.445 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.445 INFO kablam! | ^^^^^ Oct 27 20:20:23.445 INFO kablam! ... Oct 27 20:20:23.445 INFO kablam! 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Oct 27 20:20:23.445 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! Oct 27 20:20:23.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.445 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.445 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.445 INFO kablam! ... Oct 27 20:20:23.445 INFO kablam! 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Oct 27 20:20:23.445 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! Oct 27 20:20:23.445 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.445 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.445 INFO kablam! | ^^^^^ Oct 27 20:20:23.445 INFO kablam! ... Oct 27 20:20:23.445 INFO kablam! 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Oct 27 20:20:23.445 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.445 INFO kablam! | Oct 27 20:20:23.445 INFO kablam! Oct 27 20:20:23.450 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.450 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.450 INFO kablam! | Oct 27 20:20:23.450 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.450 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.450 INFO kablam! ... Oct 27 20:20:23.450 INFO kablam! 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Oct 27 20:20:23.450 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.450 INFO kablam! | Oct 27 20:20:23.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.450 INFO kablam! | Oct 27 20:20:23.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.450 INFO kablam! | Oct 27 20:20:23.450 INFO kablam! Oct 27 20:20:23.450 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.450 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.450 INFO kablam! | Oct 27 20:20:23.450 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.450 INFO kablam! | ^^^^^ Oct 27 20:20:23.450 INFO kablam! ... Oct 27 20:20:23.450 INFO kablam! 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Oct 27 20:20:23.450 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.450 INFO kablam! | Oct 27 20:20:23.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.450 INFO kablam! | Oct 27 20:20:23.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.450 INFO kablam! | Oct 27 20:20:23.450 INFO kablam! Oct 27 20:20:23.450 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.450 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.450 INFO kablam! | Oct 27 20:20:23.450 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.450 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.450 INFO kablam! ... Oct 27 20:20:23.450 INFO kablam! 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Oct 27 20:20:23.450 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.451 INFO kablam! | Oct 27 20:20:23.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! Oct 27 20:20:23.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.456 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.456 INFO kablam! | ^^^^^ Oct 27 20:20:23.456 INFO kablam! ... Oct 27 20:20:23.456 INFO kablam! 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Oct 27 20:20:23.456 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! Oct 27 20:20:23.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.456 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.456 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.456 INFO kablam! ... Oct 27 20:20:23.456 INFO kablam! 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Oct 27 20:20:23.456 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! Oct 27 20:20:23.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.456 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.456 INFO kablam! | ^^^^^ Oct 27 20:20:23.456 INFO kablam! ... Oct 27 20:20:23.456 INFO kablam! 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Oct 27 20:20:23.456 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! Oct 27 20:20:23.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.456 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.456 INFO kablam! | Oct 27 20:20:23.456 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.456 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.456 INFO kablam! ... Oct 27 20:20:23.456 INFO kablam! 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Oct 27 20:20:23.457 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! Oct 27 20:20:23.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.457 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.457 INFO kablam! | ^^^^^ Oct 27 20:20:23.457 INFO kablam! ... Oct 27 20:20:23.457 INFO kablam! 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Oct 27 20:20:23.457 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! Oct 27 20:20:23.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.457 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.457 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.457 INFO kablam! ... Oct 27 20:20:23.457 INFO kablam! 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Oct 27 20:20:23.457 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! Oct 27 20:20:23.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.457 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.457 INFO kablam! | ^^^^^ Oct 27 20:20:23.457 INFO kablam! ... Oct 27 20:20:23.457 INFO kablam! 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); Oct 27 20:20:23.457 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! Oct 27 20:20:23.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.457 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.457 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.457 INFO kablam! ... Oct 27 20:20:23.457 INFO kablam! 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); Oct 27 20:20:23.457 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! Oct 27 20:20:23.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.457 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.457 INFO kablam! | Oct 27 20:20:23.457 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.457 INFO kablam! | ^^^^^ Oct 27 20:20:23.457 INFO kablam! ... Oct 27 20:20:23.458 INFO kablam! 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); Oct 27 20:20:23.458 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.458 INFO kablam! | Oct 27 20:20:23.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.458 INFO kablam! | Oct 27 20:20:23.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.458 INFO kablam! | Oct 27 20:20:23.458 INFO kablam! Oct 27 20:20:23.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.458 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.458 INFO kablam! | Oct 27 20:20:23.458 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.458 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.458 INFO kablam! ... Oct 27 20:20:23.458 INFO kablam! 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); Oct 27 20:20:23.458 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.458 INFO kablam! | Oct 27 20:20:23.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.458 INFO kablam! | Oct 27 20:20:23.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.458 INFO kablam! | Oct 27 20:20:23.458 INFO kablam! Oct 27 20:20:23.467 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.467 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.467 INFO kablam! | Oct 27 20:20:23.467 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.467 INFO kablam! | ^^^^^ Oct 27 20:20:23.467 INFO kablam! ... Oct 27 20:20:23.467 INFO kablam! 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Oct 27 20:20:23.467 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.467 INFO kablam! | Oct 27 20:20:23.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.467 INFO kablam! | Oct 27 20:20:23.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.467 INFO kablam! | Oct 27 20:20:23.467 INFO kablam! Oct 27 20:20:23.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.468 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.468 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.468 INFO kablam! ... Oct 27 20:20:23.468 INFO kablam! 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Oct 27 20:20:23.468 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! Oct 27 20:20:23.468 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.468 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.468 INFO kablam! | ^^^^^ Oct 27 20:20:23.468 INFO kablam! ... Oct 27 20:20:23.468 INFO kablam! 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Oct 27 20:20:23.468 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! Oct 27 20:20:23.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.468 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.468 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.468 INFO kablam! ... Oct 27 20:20:23.468 INFO kablam! 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Oct 27 20:20:23.468 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! Oct 27 20:20:23.468 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.468 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.468 INFO kablam! | ^^^^^ Oct 27 20:20:23.468 INFO kablam! ... Oct 27 20:20:23.468 INFO kablam! 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Oct 27 20:20:23.468 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! Oct 27 20:20:23.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.468 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.468 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.468 INFO kablam! ... Oct 27 20:20:23.468 INFO kablam! 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Oct 27 20:20:23.468 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! Oct 27 20:20:23.468 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.468 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.468 INFO kablam! | Oct 27 20:20:23.468 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.468 INFO kablam! | ^^^^^ Oct 27 20:20:23.468 INFO kablam! ... Oct 27 20:20:23.468 INFO kablam! 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); Oct 27 20:20:23.468 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! Oct 27 20:20:23.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.469 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.469 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.469 INFO kablam! ... Oct 27 20:20:23.469 INFO kablam! 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); Oct 27 20:20:23.469 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! Oct 27 20:20:23.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.469 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.469 INFO kablam! | ^^^^^ Oct 27 20:20:23.469 INFO kablam! ... Oct 27 20:20:23.469 INFO kablam! 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); Oct 27 20:20:23.469 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.469 INFO kablam! | Oct 27 20:20:23.469 INFO kablam! Oct 27 20:20:23.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.470 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.470 INFO kablam! | Oct 27 20:20:23.470 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.470 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.470 INFO kablam! ... Oct 27 20:20:23.470 INFO kablam! 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); Oct 27 20:20:23.470 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.470 INFO kablam! | Oct 27 20:20:23.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.470 INFO kablam! | Oct 27 20:20:23.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.470 INFO kablam! | Oct 27 20:20:23.470 INFO kablam! Oct 27 20:20:23.473 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.473 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.473 INFO kablam! | ^^^^^ Oct 27 20:20:23.473 INFO kablam! ... Oct 27 20:20:23.473 INFO kablam! 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Oct 27 20:20:23.473 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! Oct 27 20:20:23.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.473 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.473 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.473 INFO kablam! ... Oct 27 20:20:23.473 INFO kablam! 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Oct 27 20:20:23.473 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! Oct 27 20:20:23.473 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.473 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.473 INFO kablam! | ^^^^^ Oct 27 20:20:23.473 INFO kablam! ... Oct 27 20:20:23.473 INFO kablam! 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Oct 27 20:20:23.473 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! Oct 27 20:20:23.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.473 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.473 INFO kablam! | Oct 27 20:20:23.473 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.474 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.474 INFO kablam! ... Oct 27 20:20:23.474 INFO kablam! 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Oct 27 20:20:23.474 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.474 INFO kablam! | Oct 27 20:20:23.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.474 INFO kablam! | Oct 27 20:20:23.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.474 INFO kablam! | Oct 27 20:20:23.474 INFO kablam! Oct 27 20:20:23.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.475 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.475 INFO kablam! | Oct 27 20:20:23.475 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.475 INFO kablam! | ^^^^^ Oct 27 20:20:23.475 INFO kablam! ... Oct 27 20:20:23.475 INFO kablam! 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Oct 27 20:20:23.475 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.475 INFO kablam! | Oct 27 20:20:23.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.475 INFO kablam! | Oct 27 20:20:23.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.475 INFO kablam! | Oct 27 20:20:23.475 INFO kablam! Oct 27 20:20:23.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.475 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.475 INFO kablam! | Oct 27 20:20:23.475 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.475 INFO kablam! ... Oct 27 20:20:23.475 INFO kablam! 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Oct 27 20:20:23.475 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.475 INFO kablam! | Oct 27 20:20:23.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.475 INFO kablam! | Oct 27 20:20:23.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.475 INFO kablam! | Oct 27 20:20:23.475 INFO kablam! Oct 27 20:20:23.479 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.479 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.479 INFO kablam! | Oct 27 20:20:23.479 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.479 INFO kablam! | ^^^^^ Oct 27 20:20:23.479 INFO kablam! ... Oct 27 20:20:23.479 INFO kablam! 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); Oct 27 20:20:23.479 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.479 INFO kablam! | Oct 27 20:20:23.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.479 INFO kablam! | Oct 27 20:20:23.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.479 INFO kablam! | Oct 27 20:20:23.479 INFO kablam! Oct 27 20:20:23.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.479 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.479 INFO kablam! | Oct 27 20:20:23.479 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.479 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.479 INFO kablam! ... Oct 27 20:20:23.479 INFO kablam! 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); Oct 27 20:20:23.479 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.479 INFO kablam! | Oct 27 20:20:23.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.479 INFO kablam! | Oct 27 20:20:23.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.479 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! Oct 27 20:20:23.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.480 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.480 INFO kablam! | ^^^^^ Oct 27 20:20:23.480 INFO kablam! ... Oct 27 20:20:23.480 INFO kablam! 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); Oct 27 20:20:23.480 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! Oct 27 20:20:23.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.480 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.480 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.480 INFO kablam! ... Oct 27 20:20:23.480 INFO kablam! 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); Oct 27 20:20:23.480 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! Oct 27 20:20:23.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.480 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.480 INFO kablam! | ^^^^^ Oct 27 20:20:23.480 INFO kablam! ... Oct 27 20:20:23.480 INFO kablam! 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Oct 27 20:20:23.480 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.480 INFO kablam! | Oct 27 20:20:23.480 INFO kablam! Oct 27 20:20:23.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.485 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.485 INFO kablam! | Oct 27 20:20:23.485 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.485 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.485 INFO kablam! ... Oct 27 20:20:23.485 INFO kablam! 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Oct 27 20:20:23.485 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.486 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! Oct 27 20:20:23.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.488 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.488 INFO kablam! | ^^^^^ Oct 27 20:20:23.488 INFO kablam! ... Oct 27 20:20:23.488 INFO kablam! 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Oct 27 20:20:23.488 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! Oct 27 20:20:23.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.488 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.488 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.488 INFO kablam! ... Oct 27 20:20:23.488 INFO kablam! 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Oct 27 20:20:23.488 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! Oct 27 20:20:23.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.488 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.488 INFO kablam! | Oct 27 20:20:23.488 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.488 INFO kablam! | ^^^^^ Oct 27 20:20:23.488 INFO kablam! ... Oct 27 20:20:23.488 INFO kablam! 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Oct 27 20:20:23.489 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.489 INFO kablam! | Oct 27 20:20:23.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.489 INFO kablam! | Oct 27 20:20:23.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.489 INFO kablam! | Oct 27 20:20:23.489 INFO kablam! Oct 27 20:20:23.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.489 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.489 INFO kablam! | Oct 27 20:20:23.489 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.489 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.489 INFO kablam! ... Oct 27 20:20:23.489 INFO kablam! 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Oct 27 20:20:23.489 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.489 INFO kablam! | Oct 27 20:20:23.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.489 INFO kablam! | Oct 27 20:20:23.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.503 INFO kablam! | Oct 27 20:20:23.503 INFO kablam! Oct 27 20:20:23.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.503 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.503 INFO kablam! | Oct 27 20:20:23.503 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.503 INFO kablam! | ^^^^^ Oct 27 20:20:23.503 INFO kablam! ... Oct 27 20:20:23.503 INFO kablam! 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Oct 27 20:20:23.503 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.503 INFO kablam! | Oct 27 20:20:23.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.503 INFO kablam! | Oct 27 20:20:23.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.503 INFO kablam! | Oct 27 20:20:23.503 INFO kablam! Oct 27 20:20:23.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.503 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.503 INFO kablam! | Oct 27 20:20:23.503 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.503 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.504 INFO kablam! ... Oct 27 20:20:23.504 INFO kablam! 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Oct 27 20:20:23.504 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! Oct 27 20:20:23.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.504 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.504 INFO kablam! | ^^^^^ Oct 27 20:20:23.504 INFO kablam! ... Oct 27 20:20:23.504 INFO kablam! 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Oct 27 20:20:23.504 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! Oct 27 20:20:23.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.504 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.504 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.504 INFO kablam! ... Oct 27 20:20:23.504 INFO kablam! 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Oct 27 20:20:23.504 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! Oct 27 20:20:23.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.504 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.504 INFO kablam! | Oct 27 20:20:23.504 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.504 INFO kablam! | ^^^^^ Oct 27 20:20:23.505 INFO kablam! ... Oct 27 20:20:23.505 INFO kablam! 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Oct 27 20:20:23.505 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! Oct 27 20:20:23.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.505 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.505 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.505 INFO kablam! ... Oct 27 20:20:23.505 INFO kablam! 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Oct 27 20:20:23.505 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! Oct 27 20:20:23.505 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.505 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.505 INFO kablam! | ^^^^^ Oct 27 20:20:23.505 INFO kablam! ... Oct 27 20:20:23.505 INFO kablam! 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Oct 27 20:20:23.505 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! Oct 27 20:20:23.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.505 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.505 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.505 INFO kablam! ... Oct 27 20:20:23.505 INFO kablam! 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Oct 27 20:20:23.505 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! Oct 27 20:20:23.505 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.505 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.505 INFO kablam! | ^^^^^ Oct 27 20:20:23.505 INFO kablam! ... Oct 27 20:20:23.505 INFO kablam! 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Oct 27 20:20:23.505 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.505 INFO kablam! | Oct 27 20:20:23.505 INFO kablam! Oct 27 20:20:23.506 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.506 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.506 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.506 INFO kablam! ... Oct 27 20:20:23.506 INFO kablam! 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Oct 27 20:20:23.506 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! Oct 27 20:20:23.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.506 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.506 INFO kablam! | ^^^^^ Oct 27 20:20:23.506 INFO kablam! ... Oct 27 20:20:23.506 INFO kablam! 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Oct 27 20:20:23.506 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! Oct 27 20:20:23.506 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.506 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.506 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.506 INFO kablam! ... Oct 27 20:20:23.506 INFO kablam! 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Oct 27 20:20:23.506 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! Oct 27 20:20:23.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.506 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.506 INFO kablam! | ^^^^^ Oct 27 20:20:23.506 INFO kablam! ... Oct 27 20:20:23.506 INFO kablam! 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Oct 27 20:20:23.506 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.506 INFO kablam! | Oct 27 20:20:23.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.507 INFO kablam! | Oct 27 20:20:23.507 INFO kablam! Oct 27 20:20:23.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.507 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.514 INFO kablam! | Oct 27 20:20:23.514 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.514 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.514 INFO kablam! ... Oct 27 20:20:23.514 INFO kablam! 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Oct 27 20:20:23.514 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.514 INFO kablam! | Oct 27 20:20:23.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.514 INFO kablam! | Oct 27 20:20:23.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.514 INFO kablam! | Oct 27 20:20:23.514 INFO kablam! Oct 27 20:20:23.514 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.514 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.514 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.515 INFO kablam! | ^^^^^ Oct 27 20:20:23.515 INFO kablam! ... Oct 27 20:20:23.515 INFO kablam! 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Oct 27 20:20:23.515 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! Oct 27 20:20:23.515 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.515 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.515 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.515 INFO kablam! ... Oct 27 20:20:23.515 INFO kablam! 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Oct 27 20:20:23.515 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! Oct 27 20:20:23.515 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.515 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.515 INFO kablam! | ^^^^^ Oct 27 20:20:23.515 INFO kablam! ... Oct 27 20:20:23.515 INFO kablam! 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Oct 27 20:20:23.515 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! Oct 27 20:20:23.515 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.515 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.515 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.515 INFO kablam! ... Oct 27 20:20:23.515 INFO kablam! 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Oct 27 20:20:23.515 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! Oct 27 20:20:23.515 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.515 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.515 INFO kablam! | ^^^^^ Oct 27 20:20:23.515 INFO kablam! ... Oct 27 20:20:23.515 INFO kablam! 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Oct 27 20:20:23.515 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! Oct 27 20:20:23.515 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.515 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.515 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.515 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.515 INFO kablam! ... Oct 27 20:20:23.515 INFO kablam! 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Oct 27 20:20:23.515 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.515 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! Oct 27 20:20:23.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.516 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.516 INFO kablam! | ^^^^^ Oct 27 20:20:23.516 INFO kablam! ... Oct 27 20:20:23.516 INFO kablam! 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Oct 27 20:20:23.516 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! Oct 27 20:20:23.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.516 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.516 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.516 INFO kablam! ... Oct 27 20:20:23.516 INFO kablam! 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Oct 27 20:20:23.516 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! Oct 27 20:20:23.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.516 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.516 INFO kablam! | ^^^^^ Oct 27 20:20:23.516 INFO kablam! ... Oct 27 20:20:23.516 INFO kablam! 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Oct 27 20:20:23.516 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! Oct 27 20:20:23.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.516 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.516 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.516 INFO kablam! ... Oct 27 20:20:23.516 INFO kablam! 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Oct 27 20:20:23.516 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! Oct 27 20:20:23.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.516 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.516 INFO kablam! | ^^^^^ Oct 27 20:20:23.516 INFO kablam! ... Oct 27 20:20:23.516 INFO kablam! 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Oct 27 20:20:23.516 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.516 INFO kablam! Oct 27 20:20:23.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.516 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.516 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.517 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.517 INFO kablam! ... Oct 27 20:20:23.517 INFO kablam! 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Oct 27 20:20:23.517 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! Oct 27 20:20:23.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.517 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.517 INFO kablam! | ^^^^^ Oct 27 20:20:23.517 INFO kablam! ... Oct 27 20:20:23.517 INFO kablam! 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Oct 27 20:20:23.517 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! Oct 27 20:20:23.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.517 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.517 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.517 INFO kablam! ... Oct 27 20:20:23.517 INFO kablam! 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Oct 27 20:20:23.517 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.517 INFO kablam! | Oct 27 20:20:23.517 INFO kablam! Oct 27 20:20:23.534 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.535 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.535 INFO kablam! | ^^^^^ Oct 27 20:20:23.535 INFO kablam! ... Oct 27 20:20:23.535 INFO kablam! 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Oct 27 20:20:23.535 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! Oct 27 20:20:23.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.535 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.535 INFO kablam! ... Oct 27 20:20:23.535 INFO kablam! 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Oct 27 20:20:23.535 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! Oct 27 20:20:23.535 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.535 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.535 INFO kablam! | ^^^^^ Oct 27 20:20:23.535 INFO kablam! ... Oct 27 20:20:23.535 INFO kablam! 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Oct 27 20:20:23.535 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! Oct 27 20:20:23.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.535 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.535 INFO kablam! ... Oct 27 20:20:23.535 INFO kablam! 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Oct 27 20:20:23.535 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! Oct 27 20:20:23.535 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.535 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.535 INFO kablam! | ^^^^^ Oct 27 20:20:23.535 INFO kablam! ... Oct 27 20:20:23.535 INFO kablam! 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); Oct 27 20:20:23.535 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! Oct 27 20:20:23.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.535 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.535 INFO kablam! | Oct 27 20:20:23.535 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.536 INFO kablam! ... Oct 27 20:20:23.536 INFO kablam! 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); Oct 27 20:20:23.536 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! Oct 27 20:20:23.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.536 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.536 INFO kablam! | ^^^^^ Oct 27 20:20:23.536 INFO kablam! ... Oct 27 20:20:23.536 INFO kablam! 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Oct 27 20:20:23.536 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! Oct 27 20:20:23.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.536 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.536 INFO kablam! ... Oct 27 20:20:23.536 INFO kablam! 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Oct 27 20:20:23.536 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! Oct 27 20:20:23.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.536 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.536 INFO kablam! | ^^^^^ Oct 27 20:20:23.536 INFO kablam! ... Oct 27 20:20:23.536 INFO kablam! 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Oct 27 20:20:23.536 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! Oct 27 20:20:23.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.536 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.536 INFO kablam! ... Oct 27 20:20:23.536 INFO kablam! 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Oct 27 20:20:23.536 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! Oct 27 20:20:23.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.536 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.536 INFO kablam! | ^^^^^ Oct 27 20:20:23.536 INFO kablam! ... Oct 27 20:20:23.536 INFO kablam! 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Oct 27 20:20:23.536 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.536 INFO kablam! | Oct 27 20:20:23.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.537 INFO kablam! | Oct 27 20:20:23.537 INFO kablam! Oct 27 20:20:23.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.537 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.537 INFO kablam! | Oct 27 20:20:23.537 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.537 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.537 INFO kablam! ... Oct 27 20:20:23.537 INFO kablam! 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Oct 27 20:20:23.537 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.537 INFO kablam! | Oct 27 20:20:23.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.537 INFO kablam! | Oct 27 20:20:23.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.537 INFO kablam! | Oct 27 20:20:23.537 INFO kablam! Oct 27 20:20:23.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.545 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.545 INFO kablam! | ^^^^^ Oct 27 20:20:23.545 INFO kablam! ... Oct 27 20:20:23.545 INFO kablam! 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Oct 27 20:20:23.545 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! Oct 27 20:20:23.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.545 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.545 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.545 INFO kablam! ... Oct 27 20:20:23.545 INFO kablam! 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Oct 27 20:20:23.545 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! Oct 27 20:20:23.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.545 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.545 INFO kablam! | ^^^^^ Oct 27 20:20:23.545 INFO kablam! ... Oct 27 20:20:23.545 INFO kablam! 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Oct 27 20:20:23.545 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.545 INFO kablam! | Oct 27 20:20:23.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! Oct 27 20:20:23.546 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.546 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.546 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.546 INFO kablam! ... Oct 27 20:20:23.546 INFO kablam! 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Oct 27 20:20:23.546 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! Oct 27 20:20:23.546 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.546 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.546 INFO kablam! | ^^^^^ Oct 27 20:20:23.546 INFO kablam! ... Oct 27 20:20:23.546 INFO kablam! 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Oct 27 20:20:23.546 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! Oct 27 20:20:23.546 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.546 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.546 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.546 INFO kablam! ... Oct 27 20:20:23.546 INFO kablam! 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Oct 27 20:20:23.546 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.546 INFO kablam! | Oct 27 20:20:23.546 INFO kablam! Oct 27 20:20:23.547 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.547 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.547 INFO kablam! | Oct 27 20:20:23.547 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.547 INFO kablam! | ^^^^^ Oct 27 20:20:23.547 INFO kablam! ... Oct 27 20:20:23.547 INFO kablam! 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); Oct 27 20:20:23.547 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.547 INFO kablam! | Oct 27 20:20:23.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.547 INFO kablam! | Oct 27 20:20:23.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.547 INFO kablam! | Oct 27 20:20:23.547 INFO kablam! Oct 27 20:20:23.547 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.547 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.547 INFO kablam! | Oct 27 20:20:23.547 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.547 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.547 INFO kablam! ... Oct 27 20:20:23.547 INFO kablam! 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); Oct 27 20:20:23.547 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.547 INFO kablam! | Oct 27 20:20:23.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.547 INFO kablam! | Oct 27 20:20:23.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.547 INFO kablam! | Oct 27 20:20:23.547 INFO kablam! Oct 27 20:20:23.547 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.547 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.547 INFO kablam! | Oct 27 20:20:23.547 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.547 INFO kablam! | ^^^^^ Oct 27 20:20:23.547 INFO kablam! ... Oct 27 20:20:23.548 INFO kablam! 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); Oct 27 20:20:23.548 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! Oct 27 20:20:23.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.548 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.548 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.548 INFO kablam! ... Oct 27 20:20:23.548 INFO kablam! 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); Oct 27 20:20:23.548 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! Oct 27 20:20:23.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.548 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.548 INFO kablam! | ^^^^^ Oct 27 20:20:23.548 INFO kablam! ... Oct 27 20:20:23.548 INFO kablam! 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); Oct 27 20:20:23.548 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! Oct 27 20:20:23.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.548 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.548 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.548 INFO kablam! ... Oct 27 20:20:23.548 INFO kablam! 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); Oct 27 20:20:23.548 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.548 INFO kablam! | Oct 27 20:20:23.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! Oct 27 20:20:23.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.549 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.549 INFO kablam! | ^^^^^ Oct 27 20:20:23.549 INFO kablam! ... Oct 27 20:20:23.549 INFO kablam! 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Oct 27 20:20:23.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! Oct 27 20:20:23.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.549 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.549 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.549 INFO kablam! ... Oct 27 20:20:23.549 INFO kablam! 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Oct 27 20:20:23.549 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! Oct 27 20:20:23.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.549 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.549 INFO kablam! | ^^^^^ Oct 27 20:20:23.549 INFO kablam! ... Oct 27 20:20:23.549 INFO kablam! 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Oct 27 20:20:23.549 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.549 INFO kablam! | Oct 27 20:20:23.549 INFO kablam! Oct 27 20:20:23.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.552 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.552 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.552 INFO kablam! ... Oct 27 20:20:23.552 INFO kablam! 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Oct 27 20:20:23.552 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! Oct 27 20:20:23.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.552 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.552 INFO kablam! | ^^^^^ Oct 27 20:20:23.552 INFO kablam! ... Oct 27 20:20:23.552 INFO kablam! 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Oct 27 20:20:23.552 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! Oct 27 20:20:23.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.552 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.552 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.552 INFO kablam! ... Oct 27 20:20:23.552 INFO kablam! 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Oct 27 20:20:23.552 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.552 INFO kablam! | Oct 27 20:20:23.552 INFO kablam! Oct 27 20:20:23.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.553 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.553 INFO kablam! | Oct 27 20:20:23.553 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.553 INFO kablam! | ^^^^^ Oct 27 20:20:23.553 INFO kablam! ... Oct 27 20:20:23.553 INFO kablam! 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Oct 27 20:20:23.553 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.553 INFO kablam! | Oct 27 20:20:23.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.553 INFO kablam! | Oct 27 20:20:23.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.553 INFO kablam! | Oct 27 20:20:23.553 INFO kablam! Oct 27 20:20:23.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.553 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.553 INFO kablam! | Oct 27 20:20:23.553 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.553 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.553 INFO kablam! ... Oct 27 20:20:23.553 INFO kablam! 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Oct 27 20:20:23.553 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.553 INFO kablam! | Oct 27 20:20:23.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.553 INFO kablam! | Oct 27 20:20:23.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.553 INFO kablam! | Oct 27 20:20:23.553 INFO kablam! Oct 27 20:20:23.555 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.555 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.555 INFO kablam! | ^^^^^ Oct 27 20:20:23.555 INFO kablam! ... Oct 27 20:20:23.555 INFO kablam! 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Oct 27 20:20:23.555 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! Oct 27 20:20:23.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.555 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.555 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.555 INFO kablam! ... Oct 27 20:20:23.555 INFO kablam! 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Oct 27 20:20:23.555 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! Oct 27 20:20:23.555 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.555 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.555 INFO kablam! | ^^^^^ Oct 27 20:20:23.555 INFO kablam! ... Oct 27 20:20:23.555 INFO kablam! 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Oct 27 20:20:23.555 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! Oct 27 20:20:23.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.555 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.555 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.555 INFO kablam! ... Oct 27 20:20:23.555 INFO kablam! 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Oct 27 20:20:23.555 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.555 INFO kablam! | Oct 27 20:20:23.555 INFO kablam! Oct 27 20:20:23.559 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.559 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.559 INFO kablam! | Oct 27 20:20:23.559 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.559 INFO kablam! | ^^^^^ Oct 27 20:20:23.559 INFO kablam! ... Oct 27 20:20:23.559 INFO kablam! 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Oct 27 20:20:23.559 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.559 INFO kablam! | Oct 27 20:20:23.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! Oct 27 20:20:23.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.560 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.560 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.560 INFO kablam! ... Oct 27 20:20:23.560 INFO kablam! 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Oct 27 20:20:23.560 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! Oct 27 20:20:23.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.560 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.560 INFO kablam! | ^^^^^ Oct 27 20:20:23.560 INFO kablam! ... Oct 27 20:20:23.560 INFO kablam! 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Oct 27 20:20:23.560 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! Oct 27 20:20:23.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.560 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.560 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.560 INFO kablam! ... Oct 27 20:20:23.560 INFO kablam! 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Oct 27 20:20:23.560 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.560 INFO kablam! | Oct 27 20:20:23.561 INFO kablam! Oct 27 20:20:23.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.561 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.561 INFO kablam! | Oct 27 20:20:23.561 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.561 INFO kablam! | ^^^^^ Oct 27 20:20:23.561 INFO kablam! ... Oct 27 20:20:23.561 INFO kablam! 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Oct 27 20:20:23.561 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.561 INFO kablam! | Oct 27 20:20:23.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.561 INFO kablam! | Oct 27 20:20:23.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.561 INFO kablam! | Oct 27 20:20:23.561 INFO kablam! Oct 27 20:20:23.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.565 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.565 INFO kablam! | Oct 27 20:20:23.565 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.565 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.565 INFO kablam! ... Oct 27 20:20:23.565 INFO kablam! 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Oct 27 20:20:23.565 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.565 INFO kablam! | Oct 27 20:20:23.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.565 INFO kablam! | Oct 27 20:20:23.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.565 INFO kablam! | Oct 27 20:20:23.565 INFO kablam! Oct 27 20:20:23.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.565 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.565 INFO kablam! | Oct 27 20:20:23.565 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.565 INFO kablam! | ^^^^^ Oct 27 20:20:23.565 INFO kablam! ... Oct 27 20:20:23.565 INFO kablam! 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Oct 27 20:20:23.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.565 INFO kablam! | Oct 27 20:20:23.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! Oct 27 20:20:23.566 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.566 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.566 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.566 INFO kablam! ... Oct 27 20:20:23.566 INFO kablam! 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Oct 27 20:20:23.566 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! Oct 27 20:20:23.566 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.566 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.566 INFO kablam! | ^^^^^ Oct 27 20:20:23.566 INFO kablam! ... Oct 27 20:20:23.566 INFO kablam! 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); Oct 27 20:20:23.566 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! Oct 27 20:20:23.566 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.566 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.566 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.566 INFO kablam! ... Oct 27 20:20:23.566 INFO kablam! 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); Oct 27 20:20:23.566 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.566 INFO kablam! | Oct 27 20:20:23.566 INFO kablam! Oct 27 20:20:23.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.577 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.577 INFO kablam! | Oct 27 20:20:23.577 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.577 INFO kablam! | ^^^^^ Oct 27 20:20:23.577 INFO kablam! ... Oct 27 20:20:23.577 INFO kablam! 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); Oct 27 20:20:23.577 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.577 INFO kablam! | Oct 27 20:20:23.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.577 INFO kablam! | Oct 27 20:20:23.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.577 INFO kablam! | Oct 27 20:20:23.577 INFO kablam! Oct 27 20:20:23.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.577 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.577 INFO kablam! | Oct 27 20:20:23.577 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.577 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.577 INFO kablam! ... Oct 27 20:20:23.577 INFO kablam! 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); Oct 27 20:20:23.577 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.577 INFO kablam! | Oct 27 20:20:23.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.577 INFO kablam! | Oct 27 20:20:23.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.577 INFO kablam! | Oct 27 20:20:23.577 INFO kablam! Oct 27 20:20:23.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.577 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.577 INFO kablam! | Oct 27 20:20:23.577 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.578 INFO kablam! | ^^^^^ Oct 27 20:20:23.578 INFO kablam! ... Oct 27 20:20:23.578 INFO kablam! 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Oct 27 20:20:23.578 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.578 INFO kablam! | Oct 27 20:20:23.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.578 INFO kablam! | Oct 27 20:20:23.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.578 INFO kablam! | Oct 27 20:20:23.578 INFO kablam! Oct 27 20:20:23.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.578 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.578 INFO kablam! | Oct 27 20:20:23.578 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.578 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.578 INFO kablam! ... Oct 27 20:20:23.578 INFO kablam! 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Oct 27 20:20:23.578 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.578 INFO kablam! | Oct 27 20:20:23.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.578 INFO kablam! | Oct 27 20:20:23.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.578 INFO kablam! | Oct 27 20:20:23.578 INFO kablam! Oct 27 20:20:23.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.578 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.578 INFO kablam! | Oct 27 20:20:23.578 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.578 INFO kablam! | ^^^^^ Oct 27 20:20:23.578 INFO kablam! ... Oct 27 20:20:23.578 INFO kablam! 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Oct 27 20:20:23.578 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.578 INFO kablam! | Oct 27 20:20:23.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.578 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! Oct 27 20:20:23.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.580 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.580 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.580 INFO kablam! ... Oct 27 20:20:23.580 INFO kablam! 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Oct 27 20:20:23.580 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! Oct 27 20:20:23.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.580 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.580 INFO kablam! | ^^^^^ Oct 27 20:20:23.580 INFO kablam! ... Oct 27 20:20:23.580 INFO kablam! 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Oct 27 20:20:23.580 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! Oct 27 20:20:23.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.580 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.580 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.580 INFO kablam! ... Oct 27 20:20:23.580 INFO kablam! 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Oct 27 20:20:23.580 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! Oct 27 20:20:23.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.580 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.580 INFO kablam! | ^^^^^ Oct 27 20:20:23.580 INFO kablam! ... Oct 27 20:20:23.580 INFO kablam! 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Oct 27 20:20:23.580 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! Oct 27 20:20:23.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.580 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.580 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.580 INFO kablam! ... Oct 27 20:20:23.580 INFO kablam! 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Oct 27 20:20:23.580 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.580 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.581 INFO kablam! | Oct 27 20:20:23.581 INFO kablam! Oct 27 20:20:23.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.585 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.585 INFO kablam! | Oct 27 20:20:23.585 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.585 INFO kablam! | ^^^^^ Oct 27 20:20:23.585 INFO kablam! ... Oct 27 20:20:23.585 INFO kablam! 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Oct 27 20:20:23.585 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.585 INFO kablam! | Oct 27 20:20:23.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.585 INFO kablam! | Oct 27 20:20:23.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.585 INFO kablam! | Oct 27 20:20:23.585 INFO kablam! Oct 27 20:20:23.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.585 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.585 INFO kablam! | Oct 27 20:20:23.585 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.585 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.585 INFO kablam! ... Oct 27 20:20:23.585 INFO kablam! 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Oct 27 20:20:23.585 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.585 INFO kablam! | Oct 27 20:20:23.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.585 INFO kablam! | Oct 27 20:20:23.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.585 INFO kablam! | Oct 27 20:20:23.585 INFO kablam! Oct 27 20:20:23.587 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.587 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.587 INFO kablam! | Oct 27 20:20:23.587 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.587 INFO kablam! | ^^^^^ Oct 27 20:20:23.587 INFO kablam! ... Oct 27 20:20:23.587 INFO kablam! 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Oct 27 20:20:23.587 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.587 INFO kablam! | Oct 27 20:20:23.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.587 INFO kablam! | Oct 27 20:20:23.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.587 INFO kablam! | Oct 27 20:20:23.587 INFO kablam! Oct 27 20:20:23.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.587 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.588 INFO kablam! | Oct 27 20:20:23.588 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.588 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.588 INFO kablam! ... Oct 27 20:20:23.588 INFO kablam! 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Oct 27 20:20:23.588 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.588 INFO kablam! | Oct 27 20:20:23.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.588 INFO kablam! | Oct 27 20:20:23.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.588 INFO kablam! | Oct 27 20:20:23.588 INFO kablam! Oct 27 20:20:23.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.588 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.588 INFO kablam! | Oct 27 20:20:23.588 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.588 INFO kablam! | ^^^^^ Oct 27 20:20:23.588 INFO kablam! ... Oct 27 20:20:23.588 INFO kablam! 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Oct 27 20:20:23.588 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.588 INFO kablam! | Oct 27 20:20:23.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.588 INFO kablam! | Oct 27 20:20:23.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.588 INFO kablam! | Oct 27 20:20:23.588 INFO kablam! Oct 27 20:20:23.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.588 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.588 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.589 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.589 INFO kablam! ... Oct 27 20:20:23.589 INFO kablam! 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Oct 27 20:20:23.589 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! Oct 27 20:20:23.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.589 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.589 INFO kablam! | ^^^^^ Oct 27 20:20:23.589 INFO kablam! ... Oct 27 20:20:23.589 INFO kablam! 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Oct 27 20:20:23.589 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! Oct 27 20:20:23.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.589 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.589 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.589 INFO kablam! ... Oct 27 20:20:23.589 INFO kablam! 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Oct 27 20:20:23.589 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! Oct 27 20:20:23.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.589 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.589 INFO kablam! | ^^^^^ Oct 27 20:20:23.589 INFO kablam! ... Oct 27 20:20:23.589 INFO kablam! 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Oct 27 20:20:23.589 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.589 INFO kablam! | Oct 27 20:20:23.589 INFO kablam! Oct 27 20:20:23.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.594 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.594 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.594 INFO kablam! ... Oct 27 20:20:23.594 INFO kablam! 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Oct 27 20:20:23.594 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! Oct 27 20:20:23.594 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.594 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.594 INFO kablam! | ^^^^^ Oct 27 20:20:23.594 INFO kablam! ... Oct 27 20:20:23.594 INFO kablam! 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Oct 27 20:20:23.594 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! Oct 27 20:20:23.594 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.594 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.594 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.594 INFO kablam! ... Oct 27 20:20:23.594 INFO kablam! 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Oct 27 20:20:23.594 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! Oct 27 20:20:23.594 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.594 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.594 INFO kablam! | ^^^^^ Oct 27 20:20:23.594 INFO kablam! ... Oct 27 20:20:23.594 INFO kablam! 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Oct 27 20:20:23.594 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.594 INFO kablam! | Oct 27 20:20:23.594 INFO kablam! Oct 27 20:20:23.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.595 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.595 INFO kablam! ... Oct 27 20:20:23.595 INFO kablam! 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Oct 27 20:20:23.595 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! Oct 27 20:20:23.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.595 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.595 INFO kablam! | ^^^^^ Oct 27 20:20:23.595 INFO kablam! ... Oct 27 20:20:23.595 INFO kablam! 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Oct 27 20:20:23.595 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! Oct 27 20:20:23.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.595 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.595 INFO kablam! ... Oct 27 20:20:23.595 INFO kablam! 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Oct 27 20:20:23.595 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! Oct 27 20:20:23.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.595 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.595 INFO kablam! | ^^^^^ Oct 27 20:20:23.595 INFO kablam! ... Oct 27 20:20:23.595 INFO kablam! 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); Oct 27 20:20:23.595 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.595 INFO kablam! | Oct 27 20:20:23.595 INFO kablam! Oct 27 20:20:23.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.596 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.596 INFO kablam! | Oct 27 20:20:23.596 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.596 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.596 INFO kablam! ... Oct 27 20:20:23.596 INFO kablam! 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); Oct 27 20:20:23.596 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.596 INFO kablam! | Oct 27 20:20:23.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.596 INFO kablam! | Oct 27 20:20:23.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.596 INFO kablam! | Oct 27 20:20:23.596 INFO kablam! Oct 27 20:20:23.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.596 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.596 INFO kablam! | Oct 27 20:20:23.596 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.596 INFO kablam! | ^^^^^ Oct 27 20:20:23.596 INFO kablam! ... Oct 27 20:20:23.596 INFO kablam! 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Oct 27 20:20:23.597 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.597 INFO kablam! | Oct 27 20:20:23.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.597 INFO kablam! | Oct 27 20:20:23.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.597 INFO kablam! | Oct 27 20:20:23.597 INFO kablam! Oct 27 20:20:23.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.597 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.597 INFO kablam! | Oct 27 20:20:23.597 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.597 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.597 INFO kablam! ... Oct 27 20:20:23.597 INFO kablam! 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Oct 27 20:20:23.597 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.597 INFO kablam! | Oct 27 20:20:23.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.597 INFO kablam! | Oct 27 20:20:23.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.597 INFO kablam! | Oct 27 20:20:23.597 INFO kablam! Oct 27 20:20:23.691 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.691 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.691 INFO kablam! | ^^^^^ Oct 27 20:20:23.691 INFO kablam! ... Oct 27 20:20:23.691 INFO kablam! 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Oct 27 20:20:23.691 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! Oct 27 20:20:23.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.691 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.691 INFO kablam! ... Oct 27 20:20:23.691 INFO kablam! 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Oct 27 20:20:23.691 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! Oct 27 20:20:23.691 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.691 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.691 INFO kablam! | ^^^^^ Oct 27 20:20:23.691 INFO kablam! ... Oct 27 20:20:23.691 INFO kablam! 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Oct 27 20:20:23.691 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! Oct 27 20:20:23.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.691 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.691 INFO kablam! ... Oct 27 20:20:23.691 INFO kablam! 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Oct 27 20:20:23.691 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.691 INFO kablam! | Oct 27 20:20:23.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! Oct 27 20:20:23.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.692 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.692 INFO kablam! | ^^^^^ Oct 27 20:20:23.692 INFO kablam! ... Oct 27 20:20:23.692 INFO kablam! 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Oct 27 20:20:23.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! Oct 27 20:20:23.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.692 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.692 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.692 INFO kablam! ... Oct 27 20:20:23.692 INFO kablam! 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Oct 27 20:20:23.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! Oct 27 20:20:23.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.692 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.692 INFO kablam! | ^^^^^ Oct 27 20:20:23.692 INFO kablam! ... Oct 27 20:20:23.692 INFO kablam! 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Oct 27 20:20:23.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! Oct 27 20:20:23.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.692 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.692 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.692 INFO kablam! ... Oct 27 20:20:23.692 INFO kablam! 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Oct 27 20:20:23.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! Oct 27 20:20:23.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.692 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.692 INFO kablam! | ^^^^^ Oct 27 20:20:23.692 INFO kablam! ... Oct 27 20:20:23.692 INFO kablam! 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Oct 27 20:20:23.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! Oct 27 20:20:23.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.692 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.692 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.692 INFO kablam! ... Oct 27 20:20:23.692 INFO kablam! 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Oct 27 20:20:23.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.692 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! Oct 27 20:20:23.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.693 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.693 INFO kablam! | ^^^^^ Oct 27 20:20:23.693 INFO kablam! ... Oct 27 20:20:23.693 INFO kablam! 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Oct 27 20:20:23.693 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! Oct 27 20:20:23.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.693 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.693 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.693 INFO kablam! ... Oct 27 20:20:23.693 INFO kablam! 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Oct 27 20:20:23.693 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! Oct 27 20:20:23.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.693 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.693 INFO kablam! | ^^^^^ Oct 27 20:20:23.693 INFO kablam! ... Oct 27 20:20:23.693 INFO kablam! 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Oct 27 20:20:23.693 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! Oct 27 20:20:23.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.693 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.693 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.693 INFO kablam! ... Oct 27 20:20:23.693 INFO kablam! 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Oct 27 20:20:23.693 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! Oct 27 20:20:23.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.693 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.693 INFO kablam! | ^^^^^ Oct 27 20:20:23.693 INFO kablam! ... Oct 27 20:20:23.693 INFO kablam! 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Oct 27 20:20:23.693 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! Oct 27 20:20:23.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.693 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.693 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.693 INFO kablam! ... Oct 27 20:20:23.693 INFO kablam! 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Oct 27 20:20:23.693 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.693 INFO kablam! | Oct 27 20:20:23.693 INFO kablam! Oct 27 20:20:23.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.693 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.694 INFO kablam! | ^^^^^ Oct 27 20:20:23.694 INFO kablam! ... Oct 27 20:20:23.694 INFO kablam! 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Oct 27 20:20:23.694 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! Oct 27 20:20:23.694 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.694 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.694 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.694 INFO kablam! ... Oct 27 20:20:23.694 INFO kablam! 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Oct 27 20:20:23.694 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! Oct 27 20:20:23.694 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.694 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.694 INFO kablam! | ^^^^^ Oct 27 20:20:23.694 INFO kablam! ... Oct 27 20:20:23.694 INFO kablam! 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Oct 27 20:20:23.694 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! Oct 27 20:20:23.694 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.694 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.694 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.694 INFO kablam! ... Oct 27 20:20:23.694 INFO kablam! 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Oct 27 20:20:23.694 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! Oct 27 20:20:23.694 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.694 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.694 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.694 INFO kablam! | ^^^^^ Oct 27 20:20:23.694 INFO kablam! ... Oct 27 20:20:23.694 INFO kablam! 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Oct 27 20:20:23.694 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.694 INFO kablam! | Oct 27 20:20:23.698 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! Oct 27 20:20:23.699 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.699 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.699 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.699 INFO kablam! ... Oct 27 20:20:23.699 INFO kablam! 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Oct 27 20:20:23.699 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! Oct 27 20:20:23.699 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.699 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.699 INFO kablam! | ^^^^^ Oct 27 20:20:23.699 INFO kablam! ... Oct 27 20:20:23.699 INFO kablam! 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Oct 27 20:20:23.699 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! Oct 27 20:20:23.699 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.699 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.699 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.699 INFO kablam! ... Oct 27 20:20:23.699 INFO kablam! 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Oct 27 20:20:23.699 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! Oct 27 20:20:23.699 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.699 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.699 INFO kablam! | ^^^^^ Oct 27 20:20:23.699 INFO kablam! ... Oct 27 20:20:23.699 INFO kablam! 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Oct 27 20:20:23.699 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! Oct 27 20:20:23.699 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.699 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.699 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.699 INFO kablam! ... Oct 27 20:20:23.699 INFO kablam! 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Oct 27 20:20:23.699 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.699 INFO kablam! | Oct 27 20:20:23.699 INFO kablam! Oct 27 20:20:23.700 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.700 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.700 INFO kablam! | ^^^^^ Oct 27 20:20:23.700 INFO kablam! ... Oct 27 20:20:23.700 INFO kablam! 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Oct 27 20:20:23.700 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! Oct 27 20:20:23.700 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.700 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.700 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.700 INFO kablam! ... Oct 27 20:20:23.700 INFO kablam! 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Oct 27 20:20:23.700 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! Oct 27 20:20:23.700 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.700 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.700 INFO kablam! | ^^^^^ Oct 27 20:20:23.700 INFO kablam! ... Oct 27 20:20:23.700 INFO kablam! 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Oct 27 20:20:23.700 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! Oct 27 20:20:23.700 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.700 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.700 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.700 INFO kablam! ... Oct 27 20:20:23.700 INFO kablam! 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Oct 27 20:20:23.700 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! Oct 27 20:20:23.700 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.700 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.700 INFO kablam! | ^^^^^ Oct 27 20:20:23.700 INFO kablam! ... Oct 27 20:20:23.700 INFO kablam! 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Oct 27 20:20:23.700 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! Oct 27 20:20:23.700 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.700 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.700 INFO kablam! | Oct 27 20:20:23.700 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.700 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.701 INFO kablam! ... Oct 27 20:20:23.701 INFO kablam! 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Oct 27 20:20:23.701 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! Oct 27 20:20:23.701 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.701 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.701 INFO kablam! | ^^^^^ Oct 27 20:20:23.701 INFO kablam! ... Oct 27 20:20:23.701 INFO kablam! 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Oct 27 20:20:23.701 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! Oct 27 20:20:23.701 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.701 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.701 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.701 INFO kablam! ... Oct 27 20:20:23.701 INFO kablam! 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Oct 27 20:20:23.701 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! Oct 27 20:20:23.701 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.701 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.701 INFO kablam! | ^^^^^ Oct 27 20:20:23.701 INFO kablam! ... Oct 27 20:20:23.701 INFO kablam! 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Oct 27 20:20:23.701 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! Oct 27 20:20:23.701 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.701 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.701 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.701 INFO kablam! ... Oct 27 20:20:23.701 INFO kablam! 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Oct 27 20:20:23.701 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! Oct 27 20:20:23.701 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.701 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.701 INFO kablam! | ^^^^^ Oct 27 20:20:23.701 INFO kablam! ... Oct 27 20:20:23.701 INFO kablam! 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Oct 27 20:20:23.701 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.701 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! Oct 27 20:20:23.702 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.702 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.702 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.702 INFO kablam! ... Oct 27 20:20:23.702 INFO kablam! 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Oct 27 20:20:23.702 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! Oct 27 20:20:23.702 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.702 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.702 INFO kablam! | ^^^^^ Oct 27 20:20:23.702 INFO kablam! ... Oct 27 20:20:23.702 INFO kablam! 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Oct 27 20:20:23.702 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! Oct 27 20:20:23.702 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.702 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.702 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.702 INFO kablam! ... Oct 27 20:20:23.702 INFO kablam! 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Oct 27 20:20:23.702 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! Oct 27 20:20:23.702 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.702 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.702 INFO kablam! | ^^^^^ Oct 27 20:20:23.702 INFO kablam! ... Oct 27 20:20:23.702 INFO kablam! 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Oct 27 20:20:23.702 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! Oct 27 20:20:23.702 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.702 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.702 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.702 INFO kablam! ... Oct 27 20:20:23.702 INFO kablam! 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Oct 27 20:20:23.702 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.702 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! Oct 27 20:20:23.703 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.703 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.703 INFO kablam! | ^^^^^ Oct 27 20:20:23.703 INFO kablam! ... Oct 27 20:20:23.703 INFO kablam! 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Oct 27 20:20:23.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! Oct 27 20:20:23.703 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.703 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.703 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.703 INFO kablam! ... Oct 27 20:20:23.703 INFO kablam! 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Oct 27 20:20:23.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! Oct 27 20:20:23.703 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.703 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.703 INFO kablam! | ^^^^^ Oct 27 20:20:23.703 INFO kablam! ... Oct 27 20:20:23.703 INFO kablam! 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Oct 27 20:20:23.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! Oct 27 20:20:23.703 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.703 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.703 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.703 INFO kablam! ... Oct 27 20:20:23.703 INFO kablam! 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Oct 27 20:20:23.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! Oct 27 20:20:23.703 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.703 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.703 INFO kablam! | ^^^^^ Oct 27 20:20:23.703 INFO kablam! ... Oct 27 20:20:23.703 INFO kablam! 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Oct 27 20:20:23.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.703 INFO kablam! Oct 27 20:20:23.703 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.703 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.703 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.704 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.704 INFO kablam! ... Oct 27 20:20:23.704 INFO kablam! 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Oct 27 20:20:23.704 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! Oct 27 20:20:23.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.704 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.704 INFO kablam! | ^^^^^ Oct 27 20:20:23.704 INFO kablam! ... Oct 27 20:20:23.704 INFO kablam! 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Oct 27 20:20:23.704 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! Oct 27 20:20:23.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.704 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.704 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.704 INFO kablam! ... Oct 27 20:20:23.704 INFO kablam! 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Oct 27 20:20:23.704 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! Oct 27 20:20:23.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.704 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.704 INFO kablam! | ^^^^^ Oct 27 20:20:23.704 INFO kablam! ... Oct 27 20:20:23.704 INFO kablam! 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); Oct 27 20:20:23.704 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! Oct 27 20:20:23.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.704 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.704 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.704 INFO kablam! ... Oct 27 20:20:23.704 INFO kablam! 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); Oct 27 20:20:23.704 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! Oct 27 20:20:23.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.704 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.704 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.704 INFO kablam! | ^^^^^ Oct 27 20:20:23.704 INFO kablam! ... Oct 27 20:20:23.704 INFO kablam! 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); Oct 27 20:20:23.704 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.704 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! Oct 27 20:20:23.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.705 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.705 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.705 INFO kablam! ... Oct 27 20:20:23.705 INFO kablam! 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); Oct 27 20:20:23.705 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! Oct 27 20:20:23.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.705 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.705 INFO kablam! | ^^^^^ Oct 27 20:20:23.705 INFO kablam! ... Oct 27 20:20:23.705 INFO kablam! 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Oct 27 20:20:23.705 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! Oct 27 20:20:23.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.705 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.705 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.705 INFO kablam! ... Oct 27 20:20:23.705 INFO kablam! 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Oct 27 20:20:23.705 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! Oct 27 20:20:23.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.705 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.705 INFO kablam! | ^^^^^ Oct 27 20:20:23.705 INFO kablam! ... Oct 27 20:20:23.705 INFO kablam! 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Oct 27 20:20:23.705 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! Oct 27 20:20:23.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.705 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.705 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.705 INFO kablam! ... Oct 27 20:20:23.705 INFO kablam! 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Oct 27 20:20:23.705 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.705 INFO kablam! | Oct 27 20:20:23.705 INFO kablam! Oct 27 20:20:23.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.706 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.706 INFO kablam! | ^^^^^ Oct 27 20:20:23.706 INFO kablam! ... Oct 27 20:20:23.706 INFO kablam! 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Oct 27 20:20:23.706 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! Oct 27 20:20:23.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.706 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.706 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.706 INFO kablam! ... Oct 27 20:20:23.706 INFO kablam! 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Oct 27 20:20:23.706 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! Oct 27 20:20:23.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.706 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.706 INFO kablam! | ^^^^^ Oct 27 20:20:23.706 INFO kablam! ... Oct 27 20:20:23.706 INFO kablam! 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Oct 27 20:20:23.706 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! Oct 27 20:20:23.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.706 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.706 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.706 INFO kablam! ... Oct 27 20:20:23.706 INFO kablam! 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Oct 27 20:20:23.706 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! Oct 27 20:20:23.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.706 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.706 INFO kablam! | ^^^^^ Oct 27 20:20:23.706 INFO kablam! ... Oct 27 20:20:23.706 INFO kablam! 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Oct 27 20:20:23.706 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.706 INFO kablam! | Oct 27 20:20:23.726 INFO kablam! Oct 27 20:20:23.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.727 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.727 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.727 INFO kablam! ... Oct 27 20:20:23.727 INFO kablam! 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Oct 27 20:20:23.727 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! Oct 27 20:20:23.727 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.727 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.727 INFO kablam! | ^^^^^ Oct 27 20:20:23.727 INFO kablam! ... Oct 27 20:20:23.727 INFO kablam! 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Oct 27 20:20:23.727 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! Oct 27 20:20:23.727 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.727 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.727 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.727 INFO kablam! ... Oct 27 20:20:23.727 INFO kablam! 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Oct 27 20:20:23.727 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! Oct 27 20:20:23.727 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.727 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.727 INFO kablam! | ^^^^^ Oct 27 20:20:23.727 INFO kablam! ... Oct 27 20:20:23.727 INFO kablam! 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Oct 27 20:20:23.727 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! Oct 27 20:20:23.727 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.727 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.727 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.727 INFO kablam! ... Oct 27 20:20:23.727 INFO kablam! 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Oct 27 20:20:23.727 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! Oct 27 20:20:23.727 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.727 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.727 INFO kablam! | Oct 27 20:20:23.727 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.728 INFO kablam! | ^^^^^ Oct 27 20:20:23.728 INFO kablam! ... Oct 27 20:20:23.728 INFO kablam! 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Oct 27 20:20:23.728 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! Oct 27 20:20:23.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.728 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.728 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.728 INFO kablam! ... Oct 27 20:20:23.728 INFO kablam! 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Oct 27 20:20:23.728 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! Oct 27 20:20:23.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.728 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.728 INFO kablam! | ^^^^^ Oct 27 20:20:23.728 INFO kablam! ... Oct 27 20:20:23.728 INFO kablam! 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Oct 27 20:20:23.728 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! Oct 27 20:20:23.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.728 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.728 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.728 INFO kablam! ... Oct 27 20:20:23.728 INFO kablam! 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Oct 27 20:20:23.728 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! Oct 27 20:20:23.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.728 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.728 INFO kablam! | ^^^^^ Oct 27 20:20:23.728 INFO kablam! ... Oct 27 20:20:23.728 INFO kablam! 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Oct 27 20:20:23.728 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! Oct 27 20:20:23.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.728 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.728 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.728 INFO kablam! ... Oct 27 20:20:23.728 INFO kablam! 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Oct 27 20:20:23.728 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.728 INFO kablam! | Oct 27 20:20:23.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! Oct 27 20:20:23.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.729 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.729 INFO kablam! | ^^^^^ Oct 27 20:20:23.729 INFO kablam! ... Oct 27 20:20:23.729 INFO kablam! 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Oct 27 20:20:23.729 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! Oct 27 20:20:23.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.729 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.729 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.729 INFO kablam! ... Oct 27 20:20:23.729 INFO kablam! 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Oct 27 20:20:23.729 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! Oct 27 20:20:23.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.729 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.729 INFO kablam! | ^^^^^ Oct 27 20:20:23.729 INFO kablam! ... Oct 27 20:20:23.729 INFO kablam! 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Oct 27 20:20:23.729 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! Oct 27 20:20:23.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.729 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.729 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.729 INFO kablam! ... Oct 27 20:20:23.729 INFO kablam! 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Oct 27 20:20:23.729 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! Oct 27 20:20:23.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.729 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.729 INFO kablam! | ^^^^^ Oct 27 20:20:23.729 INFO kablam! ... Oct 27 20:20:23.729 INFO kablam! 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Oct 27 20:20:23.729 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.729 INFO kablam! Oct 27 20:20:23.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.729 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.729 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.730 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.730 INFO kablam! ... Oct 27 20:20:23.730 INFO kablam! 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Oct 27 20:20:23.730 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! Oct 27 20:20:23.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.730 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.730 INFO kablam! | ^^^^^ Oct 27 20:20:23.730 INFO kablam! ... Oct 27 20:20:23.730 INFO kablam! 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Oct 27 20:20:23.730 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! Oct 27 20:20:23.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.730 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.730 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.730 INFO kablam! ... Oct 27 20:20:23.730 INFO kablam! 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Oct 27 20:20:23.730 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! Oct 27 20:20:23.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.730 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.730 INFO kablam! | ^^^^^ Oct 27 20:20:23.730 INFO kablam! ... Oct 27 20:20:23.730 INFO kablam! 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Oct 27 20:20:23.730 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! Oct 27 20:20:23.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.730 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.730 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.730 INFO kablam! ... Oct 27 20:20:23.730 INFO kablam! 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Oct 27 20:20:23.730 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.730 INFO kablam! Oct 27 20:20:23.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.730 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.730 INFO kablam! | Oct 27 20:20:23.734 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.734 INFO kablam! | ^^^^^ Oct 27 20:20:23.735 INFO kablam! ... Oct 27 20:20:23.735 INFO kablam! 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Oct 27 20:20:23.735 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! Oct 27 20:20:23.735 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.735 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.735 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.735 INFO kablam! ... Oct 27 20:20:23.735 INFO kablam! 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Oct 27 20:20:23.735 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! Oct 27 20:20:23.735 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.735 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.735 INFO kablam! | ^^^^^ Oct 27 20:20:23.735 INFO kablam! ... Oct 27 20:20:23.735 INFO kablam! 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Oct 27 20:20:23.735 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! Oct 27 20:20:23.735 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.735 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.735 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.735 INFO kablam! ... Oct 27 20:20:23.735 INFO kablam! 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Oct 27 20:20:23.735 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! Oct 27 20:20:23.735 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.735 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.735 INFO kablam! | ^^^^^ Oct 27 20:20:23.735 INFO kablam! ... Oct 27 20:20:23.735 INFO kablam! 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Oct 27 20:20:23.735 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! Oct 27 20:20:23.735 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.735 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.735 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.735 INFO kablam! ... Oct 27 20:20:23.735 INFO kablam! 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Oct 27 20:20:23.735 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.735 INFO kablam! | Oct 27 20:20:23.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.736 INFO kablam! | Oct 27 20:20:23.736 INFO kablam! Oct 27 20:20:23.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.736 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.736 INFO kablam! | Oct 27 20:20:23.736 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.736 INFO kablam! | ^^^^^ Oct 27 20:20:23.736 INFO kablam! ... Oct 27 20:20:23.736 INFO kablam! 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Oct 27 20:20:23.736 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.736 INFO kablam! | Oct 27 20:20:23.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.736 INFO kablam! | Oct 27 20:20:23.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.736 INFO kablam! | Oct 27 20:20:23.736 INFO kablam! Oct 27 20:20:23.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.739 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.739 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.739 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.739 INFO kablam! ... Oct 27 20:20:23.739 INFO kablam! 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Oct 27 20:20:23.739 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.739 INFO kablam! Oct 27 20:20:23.739 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.739 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.739 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.739 INFO kablam! | ^^^^^ Oct 27 20:20:23.739 INFO kablam! ... Oct 27 20:20:23.739 INFO kablam! 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Oct 27 20:20:23.739 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.739 INFO kablam! Oct 27 20:20:23.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.739 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.739 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.739 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.739 INFO kablam! ... Oct 27 20:20:23.739 INFO kablam! 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Oct 27 20:20:23.739 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.739 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! Oct 27 20:20:23.740 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.740 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.740 INFO kablam! | ^^^^^ Oct 27 20:20:23.740 INFO kablam! ... Oct 27 20:20:23.740 INFO kablam! 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Oct 27 20:20:23.740 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! Oct 27 20:20:23.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.740 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.740 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.740 INFO kablam! ... Oct 27 20:20:23.740 INFO kablam! 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Oct 27 20:20:23.740 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! Oct 27 20:20:23.740 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.740 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.740 INFO kablam! | ^^^^^ Oct 27 20:20:23.740 INFO kablam! ... Oct 27 20:20:23.740 INFO kablam! 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Oct 27 20:20:23.740 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! Oct 27 20:20:23.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.740 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.740 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.740 INFO kablam! ... Oct 27 20:20:23.740 INFO kablam! 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Oct 27 20:20:23.740 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! Oct 27 20:20:23.740 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.740 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.740 INFO kablam! | ^^^^^ Oct 27 20:20:23.740 INFO kablam! ... Oct 27 20:20:23.740 INFO kablam! 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Oct 27 20:20:23.740 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! Oct 27 20:20:23.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.740 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.740 INFO kablam! | Oct 27 20:20:23.740 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.740 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.740 INFO kablam! ... Oct 27 20:20:23.740 INFO kablam! 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Oct 27 20:20:23.741 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! Oct 27 20:20:23.741 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.741 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.741 INFO kablam! | ^^^^^ Oct 27 20:20:23.741 INFO kablam! ... Oct 27 20:20:23.741 INFO kablam! 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Oct 27 20:20:23.741 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! Oct 27 20:20:23.741 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.741 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.741 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.741 INFO kablam! ... Oct 27 20:20:23.741 INFO kablam! 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Oct 27 20:20:23.741 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! Oct 27 20:20:23.741 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.741 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.741 INFO kablam! | ^^^^^ Oct 27 20:20:23.741 INFO kablam! ... Oct 27 20:20:23.741 INFO kablam! 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Oct 27 20:20:23.741 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! Oct 27 20:20:23.741 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.741 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.741 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.741 INFO kablam! ... Oct 27 20:20:23.741 INFO kablam! 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Oct 27 20:20:23.741 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! Oct 27 20:20:23.741 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.741 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.741 INFO kablam! | ^^^^^ Oct 27 20:20:23.741 INFO kablam! ... Oct 27 20:20:23.741 INFO kablam! 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Oct 27 20:20:23.741 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.741 INFO kablam! | Oct 27 20:20:23.741 INFO kablam! Oct 27 20:20:23.742 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.742 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.742 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.742 INFO kablam! ... Oct 27 20:20:23.742 INFO kablam! 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Oct 27 20:20:23.742 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.742 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! Oct 27 20:20:23.742 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.742 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.742 INFO kablam! | ^^^^^ Oct 27 20:20:23.742 INFO kablam! ... Oct 27 20:20:23.742 INFO kablam! 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Oct 27 20:20:23.742 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.742 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! Oct 27 20:20:23.742 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.742 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.742 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.742 INFO kablam! ... Oct 27 20:20:23.742 INFO kablam! 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Oct 27 20:20:23.742 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.742 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! Oct 27 20:20:23.742 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.742 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.742 INFO kablam! | ^^^^^ Oct 27 20:20:23.742 INFO kablam! ... Oct 27 20:20:23.742 INFO kablam! 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Oct 27 20:20:23.742 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.742 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! Oct 27 20:20:23.742 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.742 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.742 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.742 INFO kablam! ... Oct 27 20:20:23.742 INFO kablam! 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Oct 27 20:20:23.742 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.742 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.742 INFO kablam! | Oct 27 20:20:23.742 INFO kablam! Oct 27 20:20:23.742 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.771 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.771 INFO kablam! | ^^^^^ Oct 27 20:20:23.771 INFO kablam! ... Oct 27 20:20:23.771 INFO kablam! 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Oct 27 20:20:23.771 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! Oct 27 20:20:23.771 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.771 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.771 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.771 INFO kablam! ... Oct 27 20:20:23.771 INFO kablam! 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Oct 27 20:20:23.771 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! Oct 27 20:20:23.771 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.771 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.771 INFO kablam! | ^^^^^ Oct 27 20:20:23.771 INFO kablam! ... Oct 27 20:20:23.771 INFO kablam! 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Oct 27 20:20:23.771 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! Oct 27 20:20:23.771 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.771 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.771 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.771 INFO kablam! ... Oct 27 20:20:23.771 INFO kablam! 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Oct 27 20:20:23.771 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! Oct 27 20:20:23.771 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.771 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.771 INFO kablam! | Oct 27 20:20:23.771 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.771 INFO kablam! | ^^^^^ Oct 27 20:20:23.771 INFO kablam! ... Oct 27 20:20:23.771 INFO kablam! 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Oct 27 20:20:23.771 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.772 INFO kablam! | Oct 27 20:20:23.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.772 INFO kablam! | Oct 27 20:20:23.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.772 INFO kablam! | Oct 27 20:20:23.772 INFO kablam! Oct 27 20:20:23.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.772 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.773 INFO kablam! | Oct 27 20:20:23.773 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.774 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.774 INFO kablam! ... Oct 27 20:20:23.774 INFO kablam! 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Oct 27 20:20:23.774 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! Oct 27 20:20:23.774 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.774 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.774 INFO kablam! | ^^^^^ Oct 27 20:20:23.774 INFO kablam! ... Oct 27 20:20:23.774 INFO kablam! 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Oct 27 20:20:23.774 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! Oct 27 20:20:23.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.774 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.774 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.774 INFO kablam! ... Oct 27 20:20:23.774 INFO kablam! 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Oct 27 20:20:23.774 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! Oct 27 20:20:23.774 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.774 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.774 INFO kablam! | ^^^^^ Oct 27 20:20:23.774 INFO kablam! ... Oct 27 20:20:23.774 INFO kablam! 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Oct 27 20:20:23.774 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! Oct 27 20:20:23.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.774 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.774 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.774 INFO kablam! ... Oct 27 20:20:23.774 INFO kablam! 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Oct 27 20:20:23.774 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.774 INFO kablam! | Oct 27 20:20:23.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! Oct 27 20:20:23.775 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.775 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.775 INFO kablam! | ^^^^^ Oct 27 20:20:23.775 INFO kablam! ... Oct 27 20:20:23.775 INFO kablam! 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Oct 27 20:20:23.775 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! Oct 27 20:20:23.775 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.775 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.775 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.775 INFO kablam! ... Oct 27 20:20:23.775 INFO kablam! 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Oct 27 20:20:23.775 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! Oct 27 20:20:23.775 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.775 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.775 INFO kablam! | ^^^^^ Oct 27 20:20:23.775 INFO kablam! ... Oct 27 20:20:23.775 INFO kablam! 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Oct 27 20:20:23.775 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! Oct 27 20:20:23.775 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.775 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.775 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.775 INFO kablam! ... Oct 27 20:20:23.775 INFO kablam! 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Oct 27 20:20:23.775 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! Oct 27 20:20:23.775 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.775 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.775 INFO kablam! | ^^^^^ Oct 27 20:20:23.775 INFO kablam! ... Oct 27 20:20:23.775 INFO kablam! 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Oct 27 20:20:23.775 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.775 INFO kablam! | Oct 27 20:20:23.775 INFO kablam! Oct 27 20:20:23.776 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.776 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.776 INFO kablam! | Oct 27 20:20:23.776 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.776 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.776 INFO kablam! ... Oct 27 20:20:23.776 INFO kablam! 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Oct 27 20:20:23.776 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.776 INFO kablam! | Oct 27 20:20:23.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.776 INFO kablam! | Oct 27 20:20:23.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.776 INFO kablam! | Oct 27 20:20:23.776 INFO kablam! Oct 27 20:20:23.776 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.776 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.776 INFO kablam! | Oct 27 20:20:23.776 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.776 INFO kablam! | ^^^^^ Oct 27 20:20:23.776 INFO kablam! ... Oct 27 20:20:23.776 INFO kablam! 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Oct 27 20:20:23.776 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.776 INFO kablam! | Oct 27 20:20:23.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.779 INFO kablam! | Oct 27 20:20:23.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.779 INFO kablam! | Oct 27 20:20:23.779 INFO kablam! Oct 27 20:20:23.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.779 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.779 INFO kablam! | Oct 27 20:20:23.779 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.779 INFO kablam! ... Oct 27 20:20:23.779 INFO kablam! 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Oct 27 20:20:23.779 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.779 INFO kablam! | Oct 27 20:20:23.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.779 INFO kablam! | Oct 27 20:20:23.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.779 INFO kablam! | Oct 27 20:20:23.779 INFO kablam! Oct 27 20:20:23.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.779 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.782 INFO kablam! | ^^^^^ Oct 27 20:20:23.782 INFO kablam! ... Oct 27 20:20:23.782 INFO kablam! 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Oct 27 20:20:23.782 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! Oct 27 20:20:23.782 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.782 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.782 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.782 INFO kablam! ... Oct 27 20:20:23.782 INFO kablam! 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Oct 27 20:20:23.782 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! Oct 27 20:20:23.782 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.782 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.782 INFO kablam! | ^^^^^ Oct 27 20:20:23.782 INFO kablam! ... Oct 27 20:20:23.782 INFO kablam! 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Oct 27 20:20:23.782 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! Oct 27 20:20:23.782 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.782 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.782 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.782 INFO kablam! ... Oct 27 20:20:23.782 INFO kablam! 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Oct 27 20:20:23.782 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.782 INFO kablam! | Oct 27 20:20:23.782 INFO kablam! Oct 27 20:20:23.782 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.783 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.783 INFO kablam! | ^^^^^ Oct 27 20:20:23.783 INFO kablam! ... Oct 27 20:20:23.783 INFO kablam! 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Oct 27 20:20:23.783 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! Oct 27 20:20:23.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.783 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.783 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.783 INFO kablam! ... Oct 27 20:20:23.783 INFO kablam! 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Oct 27 20:20:23.783 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! Oct 27 20:20:23.783 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.783 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.783 INFO kablam! | ^^^^^ Oct 27 20:20:23.783 INFO kablam! ... Oct 27 20:20:23.783 INFO kablam! 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Oct 27 20:20:23.783 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! Oct 27 20:20:23.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.783 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.783 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.783 INFO kablam! ... Oct 27 20:20:23.783 INFO kablam! 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Oct 27 20:20:23.783 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! Oct 27 20:20:23.783 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.783 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.783 INFO kablam! | ^^^^^ Oct 27 20:20:23.783 INFO kablam! ... Oct 27 20:20:23.783 INFO kablam! 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); Oct 27 20:20:23.783 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! Oct 27 20:20:23.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.783 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.783 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.783 INFO kablam! ... Oct 27 20:20:23.783 INFO kablam! 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); Oct 27 20:20:23.783 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.783 INFO kablam! | Oct 27 20:20:23.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.784 INFO kablam! | Oct 27 20:20:23.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.784 INFO kablam! | Oct 27 20:20:23.784 INFO kablam! Oct 27 20:20:23.784 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.784 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.784 INFO kablam! | Oct 27 20:20:23.784 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.784 INFO kablam! | ^^^^^ Oct 27 20:20:23.784 INFO kablam! ... Oct 27 20:20:23.784 INFO kablam! 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); Oct 27 20:20:23.784 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.784 INFO kablam! | Oct 27 20:20:23.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.784 INFO kablam! | Oct 27 20:20:23.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.786 INFO kablam! | Oct 27 20:20:23.786 INFO kablam! Oct 27 20:20:23.786 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.786 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.786 INFO kablam! | Oct 27 20:20:23.786 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.786 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.786 INFO kablam! ... Oct 27 20:20:23.786 INFO kablam! 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); Oct 27 20:20:23.786 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.786 INFO kablam! | Oct 27 20:20:23.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.786 INFO kablam! | Oct 27 20:20:23.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.786 INFO kablam! | Oct 27 20:20:23.786 INFO kablam! Oct 27 20:20:23.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.786 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.786 INFO kablam! | Oct 27 20:20:23.786 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.786 INFO kablam! | ^^^^^ Oct 27 20:20:23.786 INFO kablam! ... Oct 27 20:20:23.786 INFO kablam! 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Oct 27 20:20:23.786 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.786 INFO kablam! | Oct 27 20:20:23.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.786 INFO kablam! | Oct 27 20:20:23.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.786 INFO kablam! | Oct 27 20:20:23.786 INFO kablam! Oct 27 20:20:23.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.791 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.791 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.791 INFO kablam! ... Oct 27 20:20:23.791 INFO kablam! 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Oct 27 20:20:23.791 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! Oct 27 20:20:23.791 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.791 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.791 INFO kablam! | ^^^^^ Oct 27 20:20:23.791 INFO kablam! ... Oct 27 20:20:23.791 INFO kablam! 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Oct 27 20:20:23.791 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! Oct 27 20:20:23.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.791 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.791 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.791 INFO kablam! ... Oct 27 20:20:23.791 INFO kablam! 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Oct 27 20:20:23.791 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! Oct 27 20:20:23.791 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.791 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.791 INFO kablam! | ^^^^^ Oct 27 20:20:23.791 INFO kablam! ... Oct 27 20:20:23.791 INFO kablam! 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Oct 27 20:20:23.791 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! Oct 27 20:20:23.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.791 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.791 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.791 INFO kablam! ... Oct 27 20:20:23.791 INFO kablam! 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Oct 27 20:20:23.791 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.791 INFO kablam! | Oct 27 20:20:23.791 INFO kablam! Oct 27 20:20:23.791 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.791 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.792 INFO kablam! | Oct 27 20:20:23.792 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.792 INFO kablam! | ^^^^^ Oct 27 20:20:23.792 INFO kablam! ... Oct 27 20:20:23.792 INFO kablam! 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Oct 27 20:20:23.792 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.792 INFO kablam! | Oct 27 20:20:23.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.792 INFO kablam! | Oct 27 20:20:23.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.792 INFO kablam! | Oct 27 20:20:23.792 INFO kablam! Oct 27 20:20:23.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.792 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.792 INFO kablam! | Oct 27 20:20:23.792 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.792 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.792 INFO kablam! ... Oct 27 20:20:23.792 INFO kablam! 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Oct 27 20:20:23.792 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.792 INFO kablam! | Oct 27 20:20:23.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.792 INFO kablam! | Oct 27 20:20:23.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.792 INFO kablam! | Oct 27 20:20:23.792 INFO kablam! Oct 27 20:20:23.795 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.795 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.795 INFO kablam! | Oct 27 20:20:23.795 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.795 INFO kablam! | ^^^^^ Oct 27 20:20:23.795 INFO kablam! ... Oct 27 20:20:23.795 INFO kablam! 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Oct 27 20:20:23.795 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.795 INFO kablam! | Oct 27 20:20:23.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.795 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! Oct 27 20:20:23.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.799 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.799 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.799 INFO kablam! ... Oct 27 20:20:23.799 INFO kablam! 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Oct 27 20:20:23.799 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! Oct 27 20:20:23.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.799 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.799 INFO kablam! | ^^^^^ Oct 27 20:20:23.799 INFO kablam! ... Oct 27 20:20:23.799 INFO kablam! 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Oct 27 20:20:23.799 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! Oct 27 20:20:23.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.799 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.799 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.799 INFO kablam! ... Oct 27 20:20:23.799 INFO kablam! 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Oct 27 20:20:23.799 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.799 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! Oct 27 20:20:23.800 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.800 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.800 INFO kablam! | ^^^^^ Oct 27 20:20:23.800 INFO kablam! ... Oct 27 20:20:23.800 INFO kablam! 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Oct 27 20:20:23.800 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! Oct 27 20:20:23.800 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.800 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.800 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.800 INFO kablam! ... Oct 27 20:20:23.800 INFO kablam! 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Oct 27 20:20:23.800 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! Oct 27 20:20:23.800 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.800 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.800 INFO kablam! | ^^^^^ Oct 27 20:20:23.800 INFO kablam! ... Oct 27 20:20:23.800 INFO kablam! 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Oct 27 20:20:23.800 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! Oct 27 20:20:23.800 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.800 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.800 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.800 INFO kablam! ... Oct 27 20:20:23.800 INFO kablam! 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Oct 27 20:20:23.800 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.800 INFO kablam! | Oct 27 20:20:23.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.845 INFO kablam! | Oct 27 20:20:23.845 INFO kablam! Oct 27 20:20:23.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.845 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.845 INFO kablam! | Oct 27 20:20:23.845 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.845 INFO kablam! | ^^^^^ Oct 27 20:20:23.845 INFO kablam! ... Oct 27 20:20:23.845 INFO kablam! 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Oct 27 20:20:23.845 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.845 INFO kablam! | Oct 27 20:20:23.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.845 INFO kablam! | Oct 27 20:20:23.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.845 INFO kablam! | Oct 27 20:20:23.845 INFO kablam! Oct 27 20:20:23.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.845 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.845 INFO kablam! | Oct 27 20:20:23.845 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.845 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.845 INFO kablam! ... Oct 27 20:20:23.845 INFO kablam! 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Oct 27 20:20:23.845 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.845 INFO kablam! | Oct 27 20:20:23.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.845 INFO kablam! | Oct 27 20:20:23.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.845 INFO kablam! | Oct 27 20:20:23.845 INFO kablam! Oct 27 20:20:23.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.845 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.845 INFO kablam! | Oct 27 20:20:23.847 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.848 INFO kablam! | ^^^^^ Oct 27 20:20:23.848 INFO kablam! ... Oct 27 20:20:23.860 INFO kablam! 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Oct 27 20:20:23.870 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.870 INFO kablam! | Oct 27 20:20:23.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! Oct 27 20:20:23.871 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.871 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.871 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.871 INFO kablam! ... Oct 27 20:20:23.871 INFO kablam! 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Oct 27 20:20:23.871 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! Oct 27 20:20:23.871 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.871 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.871 INFO kablam! | ^^^^^ Oct 27 20:20:23.871 INFO kablam! ... Oct 27 20:20:23.871 INFO kablam! 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Oct 27 20:20:23.871 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! Oct 27 20:20:23.871 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.871 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.871 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.871 INFO kablam! ... Oct 27 20:20:23.871 INFO kablam! 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Oct 27 20:20:23.871 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! Oct 27 20:20:23.871 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.871 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.871 INFO kablam! | ^^^^^ Oct 27 20:20:23.871 INFO kablam! ... Oct 27 20:20:23.871 INFO kablam! 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Oct 27 20:20:23.871 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! Oct 27 20:20:23.871 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.871 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.871 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.871 INFO kablam! ... Oct 27 20:20:23.871 INFO kablam! 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Oct 27 20:20:23.871 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.871 INFO kablam! | Oct 27 20:20:23.871 INFO kablam! Oct 27 20:20:23.871 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.872 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.872 INFO kablam! | ^^^^^ Oct 27 20:20:23.872 INFO kablam! ... Oct 27 20:20:23.872 INFO kablam! 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Oct 27 20:20:23.872 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! Oct 27 20:20:23.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.872 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.872 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.872 INFO kablam! ... Oct 27 20:20:23.872 INFO kablam! 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Oct 27 20:20:23.872 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! Oct 27 20:20:23.872 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.872 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.872 INFO kablam! | ^^^^^ Oct 27 20:20:23.872 INFO kablam! ... Oct 27 20:20:23.872 INFO kablam! 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Oct 27 20:20:23.872 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! Oct 27 20:20:23.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.872 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.872 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.872 INFO kablam! ... Oct 27 20:20:23.872 INFO kablam! 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Oct 27 20:20:23.872 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! Oct 27 20:20:23.872 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.872 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.872 INFO kablam! | ^^^^^ Oct 27 20:20:23.872 INFO kablam! ... Oct 27 20:20:23.872 INFO kablam! 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Oct 27 20:20:23.872 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! Oct 27 20:20:23.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.872 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.872 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.872 INFO kablam! ... Oct 27 20:20:23.872 INFO kablam! 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Oct 27 20:20:23.872 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.872 INFO kablam! | Oct 27 20:20:23.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! Oct 27 20:20:23.873 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.873 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.873 INFO kablam! | ^^^^^ Oct 27 20:20:23.873 INFO kablam! ... Oct 27 20:20:23.873 INFO kablam! 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Oct 27 20:20:23.873 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! Oct 27 20:20:23.873 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.873 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.873 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.873 INFO kablam! ... Oct 27 20:20:23.873 INFO kablam! 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Oct 27 20:20:23.873 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! Oct 27 20:20:23.873 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.873 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.873 INFO kablam! | ^^^^^ Oct 27 20:20:23.873 INFO kablam! ... Oct 27 20:20:23.873 INFO kablam! 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Oct 27 20:20:23.873 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! Oct 27 20:20:23.873 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.873 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.873 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.873 INFO kablam! ... Oct 27 20:20:23.873 INFO kablam! 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Oct 27 20:20:23.873 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! Oct 27 20:20:23.873 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.873 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.873 INFO kablam! | ^^^^^ Oct 27 20:20:23.873 INFO kablam! ... Oct 27 20:20:23.873 INFO kablam! 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Oct 27 20:20:23.873 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! Oct 27 20:20:23.873 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.873 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.873 INFO kablam! | Oct 27 20:20:23.873 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.873 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.874 INFO kablam! ... Oct 27 20:20:23.874 INFO kablam! 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Oct 27 20:20:23.874 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! Oct 27 20:20:23.874 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.874 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.874 INFO kablam! | ^^^^^ Oct 27 20:20:23.874 INFO kablam! ... Oct 27 20:20:23.874 INFO kablam! 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Oct 27 20:20:23.874 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! Oct 27 20:20:23.874 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.874 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.874 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.874 INFO kablam! ... Oct 27 20:20:23.874 INFO kablam! 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Oct 27 20:20:23.874 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! Oct 27 20:20:23.874 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.874 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.874 INFO kablam! | ^^^^^ Oct 27 20:20:23.874 INFO kablam! ... Oct 27 20:20:23.874 INFO kablam! 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Oct 27 20:20:23.874 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! Oct 27 20:20:23.874 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.874 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.874 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.874 INFO kablam! ... Oct 27 20:20:23.874 INFO kablam! 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Oct 27 20:20:23.874 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! Oct 27 20:20:23.874 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.874 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.874 INFO kablam! | Oct 27 20:20:23.874 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.874 INFO kablam! | ^^^^^ Oct 27 20:20:23.874 INFO kablam! ... Oct 27 20:20:23.874 INFO kablam! 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Oct 27 20:20:23.894 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.894 INFO kablam! | Oct 27 20:20:23.894 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.894 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.894 INFO kablam! | Oct 27 20:20:23.894 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.894 INFO kablam! | Oct 27 20:20:23.894 INFO kablam! Oct 27 20:20:23.894 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.894 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.895 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.895 INFO kablam! ... Oct 27 20:20:23.895 INFO kablam! 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Oct 27 20:20:23.895 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! Oct 27 20:20:23.895 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.895 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.895 INFO kablam! | ^^^^^ Oct 27 20:20:23.895 INFO kablam! ... Oct 27 20:20:23.895 INFO kablam! 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Oct 27 20:20:23.895 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! Oct 27 20:20:23.895 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.895 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.895 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.895 INFO kablam! ... Oct 27 20:20:23.895 INFO kablam! 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Oct 27 20:20:23.895 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! Oct 27 20:20:23.895 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.895 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.895 INFO kablam! | Oct 27 20:20:23.895 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.895 INFO kablam! | ^^^^^ Oct 27 20:20:23.896 INFO kablam! ... Oct 27 20:20:23.896 INFO kablam! 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Oct 27 20:20:23.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! Oct 27 20:20:23.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.896 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.896 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.896 INFO kablam! ... Oct 27 20:20:23.896 INFO kablam! 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Oct 27 20:20:23.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! Oct 27 20:20:23.896 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.896 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.896 INFO kablam! | ^^^^^ Oct 27 20:20:23.896 INFO kablam! ... Oct 27 20:20:23.896 INFO kablam! 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Oct 27 20:20:23.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! Oct 27 20:20:23.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.896 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.896 INFO kablam! | Oct 27 20:20:23.896 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.897 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.897 INFO kablam! ... Oct 27 20:20:23.897 INFO kablam! 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Oct 27 20:20:23.897 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! Oct 27 20:20:23.897 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.897 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.897 INFO kablam! | ^^^^^ Oct 27 20:20:23.897 INFO kablam! ... Oct 27 20:20:23.897 INFO kablam! 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Oct 27 20:20:23.897 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! Oct 27 20:20:23.897 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.897 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.897 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.897 INFO kablam! ... Oct 27 20:20:23.897 INFO kablam! 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Oct 27 20:20:23.897 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! Oct 27 20:20:23.897 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.897 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.897 INFO kablam! | ^^^^^ Oct 27 20:20:23.897 INFO kablam! ... Oct 27 20:20:23.897 INFO kablam! 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Oct 27 20:20:23.897 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.897 INFO kablam! | Oct 27 20:20:23.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.898 INFO kablam! | Oct 27 20:20:23.898 INFO kablam! Oct 27 20:20:23.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.898 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.898 INFO kablam! | Oct 27 20:20:23.898 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.898 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.898 INFO kablam! ... Oct 27 20:20:23.898 INFO kablam! 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Oct 27 20:20:23.898 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.898 INFO kablam! | Oct 27 20:20:23.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.898 INFO kablam! | Oct 27 20:20:23.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.898 INFO kablam! | Oct 27 20:20:23.898 INFO kablam! Oct 27 20:20:23.898 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.898 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.898 INFO kablam! | Oct 27 20:20:23.898 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.898 INFO kablam! | ^^^^^ Oct 27 20:20:23.898 INFO kablam! ... Oct 27 20:20:23.898 INFO kablam! 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Oct 27 20:20:23.898 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.898 INFO kablam! | Oct 27 20:20:23.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.898 INFO kablam! | Oct 27 20:20:23.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.898 INFO kablam! | Oct 27 20:20:23.898 INFO kablam! Oct 27 20:20:23.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.899 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.899 INFO kablam! ... Oct 27 20:20:23.899 INFO kablam! 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Oct 27 20:20:23.899 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! Oct 27 20:20:23.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.899 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.899 INFO kablam! | ^^^^^ Oct 27 20:20:23.899 INFO kablam! ... Oct 27 20:20:23.899 INFO kablam! 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Oct 27 20:20:23.899 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! Oct 27 20:20:23.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.899 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.899 INFO kablam! ... Oct 27 20:20:23.899 INFO kablam! 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Oct 27 20:20:23.899 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! Oct 27 20:20:23.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.899 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.899 INFO kablam! | Oct 27 20:20:23.899 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.899 INFO kablam! | ^^^^^ Oct 27 20:20:23.899 INFO kablam! ... Oct 27 20:20:23.899 INFO kablam! 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Oct 27 20:20:23.899 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! Oct 27 20:20:23.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.900 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.900 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.900 INFO kablam! ... Oct 27 20:20:23.900 INFO kablam! 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Oct 27 20:20:23.900 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! Oct 27 20:20:23.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.900 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.900 INFO kablam! | ^^^^^ Oct 27 20:20:23.900 INFO kablam! ... Oct 27 20:20:23.900 INFO kablam! 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Oct 27 20:20:23.900 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! Oct 27 20:20:23.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.900 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.900 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.900 INFO kablam! ... Oct 27 20:20:23.900 INFO kablam! 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Oct 27 20:20:23.900 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.900 INFO kablam! | Oct 27 20:20:23.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! Oct 27 20:20:23.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.901 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.901 INFO kablam! | ^^^^^ Oct 27 20:20:23.901 INFO kablam! ... Oct 27 20:20:23.901 INFO kablam! 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Oct 27 20:20:23.901 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! Oct 27 20:20:23.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.901 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.901 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.901 INFO kablam! ... Oct 27 20:20:23.901 INFO kablam! 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Oct 27 20:20:23.901 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! Oct 27 20:20:23.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.901 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.901 INFO kablam! | ^^^^^ Oct 27 20:20:23.901 INFO kablam! ... Oct 27 20:20:23.901 INFO kablam! 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Oct 27 20:20:23.901 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! Oct 27 20:20:23.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.901 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.901 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.901 INFO kablam! ... Oct 27 20:20:23.901 INFO kablam! 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Oct 27 20:20:23.901 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.901 INFO kablam! | Oct 27 20:20:23.901 INFO kablam! Oct 27 20:20:23.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.901 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.902 INFO kablam! | ^^^^^ Oct 27 20:20:23.902 INFO kablam! ... Oct 27 20:20:23.902 INFO kablam! 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Oct 27 20:20:23.902 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! Oct 27 20:20:23.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.902 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.902 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.902 INFO kablam! ... Oct 27 20:20:23.902 INFO kablam! 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Oct 27 20:20:23.902 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! Oct 27 20:20:23.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.902 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.902 INFO kablam! | ^^^^^ Oct 27 20:20:23.902 INFO kablam! ... Oct 27 20:20:23.902 INFO kablam! 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Oct 27 20:20:23.902 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! Oct 27 20:20:23.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.902 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.902 INFO kablam! | Oct 27 20:20:23.902 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.902 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.903 INFO kablam! ... Oct 27 20:20:23.903 INFO kablam! 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Oct 27 20:20:23.903 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! Oct 27 20:20:23.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.903 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.903 INFO kablam! | ^^^^^ Oct 27 20:20:23.903 INFO kablam! ... Oct 27 20:20:23.903 INFO kablam! 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Oct 27 20:20:23.903 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! Oct 27 20:20:23.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.903 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.903 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.903 INFO kablam! ... Oct 27 20:20:23.903 INFO kablam! 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Oct 27 20:20:23.903 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! Oct 27 20:20:23.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.903 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.903 INFO kablam! | ^^^^^ Oct 27 20:20:23.903 INFO kablam! ... Oct 27 20:20:23.903 INFO kablam! 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Oct 27 20:20:23.903 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! Oct 27 20:20:23.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.903 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.903 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.903 INFO kablam! ... Oct 27 20:20:23.903 INFO kablam! 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Oct 27 20:20:23.903 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.903 INFO kablam! | Oct 27 20:20:23.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! Oct 27 20:20:23.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.904 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.904 INFO kablam! | ^^^^^ Oct 27 20:20:23.904 INFO kablam! ... Oct 27 20:20:23.904 INFO kablam! 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Oct 27 20:20:23.904 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! Oct 27 20:20:23.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.904 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.904 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.904 INFO kablam! ... Oct 27 20:20:23.904 INFO kablam! 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Oct 27 20:20:23.904 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! Oct 27 20:20:23.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.904 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.904 INFO kablam! | ^^^^^ Oct 27 20:20:23.904 INFO kablam! ... Oct 27 20:20:23.904 INFO kablam! 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Oct 27 20:20:23.904 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! Oct 27 20:20:23.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.904 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.904 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.904 INFO kablam! ... Oct 27 20:20:23.904 INFO kablam! 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Oct 27 20:20:23.904 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! Oct 27 20:20:23.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.904 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.904 INFO kablam! | Oct 27 20:20:23.904 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.904 INFO kablam! | ^^^^^ Oct 27 20:20:23.905 INFO kablam! ... Oct 27 20:20:23.905 INFO kablam! 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Oct 27 20:20:23.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! Oct 27 20:20:23.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.905 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.905 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.905 INFO kablam! ... Oct 27 20:20:23.905 INFO kablam! 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Oct 27 20:20:23.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! Oct 27 20:20:23.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.905 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.905 INFO kablam! | ^^^^^ Oct 27 20:20:23.905 INFO kablam! ... Oct 27 20:20:23.905 INFO kablam! 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Oct 27 20:20:23.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! Oct 27 20:20:23.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.905 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.905 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.905 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.905 INFO kablam! ... Oct 27 20:20:23.905 INFO kablam! 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Oct 27 20:20:23.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.905 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! Oct 27 20:20:23.906 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.906 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.906 INFO kablam! | ^^^^^ Oct 27 20:20:23.906 INFO kablam! ... Oct 27 20:20:23.906 INFO kablam! 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Oct 27 20:20:23.906 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! Oct 27 20:20:23.906 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.906 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.906 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.906 INFO kablam! ... Oct 27 20:20:23.906 INFO kablam! 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Oct 27 20:20:23.906 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! Oct 27 20:20:23.906 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.906 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.906 INFO kablam! | ^^^^^ Oct 27 20:20:23.906 INFO kablam! ... Oct 27 20:20:23.906 INFO kablam! 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Oct 27 20:20:23.906 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! Oct 27 20:20:23.906 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.906 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.906 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.906 INFO kablam! ... Oct 27 20:20:23.906 INFO kablam! 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Oct 27 20:20:23.906 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.906 INFO kablam! | Oct 27 20:20:23.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.911 INFO kablam! | Oct 27 20:20:23.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.911 INFO kablam! | Oct 27 20:20:23.911 INFO kablam! Oct 27 20:20:23.911 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.913 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.913 INFO kablam! | Oct 27 20:20:23.913 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.913 INFO kablam! | ^^^^^ Oct 27 20:20:23.913 INFO kablam! ... Oct 27 20:20:23.913 INFO kablam! 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Oct 27 20:20:23.913 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.913 INFO kablam! | Oct 27 20:20:23.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.913 INFO kablam! | Oct 27 20:20:23.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.913 INFO kablam! | Oct 27 20:20:23.913 INFO kablam! Oct 27 20:20:23.913 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.913 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.913 INFO kablam! | Oct 27 20:20:23.913 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.913 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.913 INFO kablam! ... Oct 27 20:20:23.913 INFO kablam! 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Oct 27 20:20:23.913 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.913 INFO kablam! | Oct 27 20:20:23.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.913 INFO kablam! | Oct 27 20:20:23.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.913 INFO kablam! | Oct 27 20:20:23.913 INFO kablam! Oct 27 20:20:23.913 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.914 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.914 INFO kablam! | Oct 27 20:20:23.914 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.914 INFO kablam! | ^^^^^ Oct 27 20:20:23.914 INFO kablam! ... Oct 27 20:20:23.914 INFO kablam! 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Oct 27 20:20:23.914 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.914 INFO kablam! | Oct 27 20:20:23.914 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.914 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.914 INFO kablam! | Oct 27 20:20:23.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.914 INFO kablam! | Oct 27 20:20:23.914 INFO kablam! Oct 27 20:20:23.914 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.914 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.914 INFO kablam! | Oct 27 20:20:23.918 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.918 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.918 INFO kablam! ... Oct 27 20:20:23.918 INFO kablam! 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Oct 27 20:20:23.918 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.918 INFO kablam! | Oct 27 20:20:23.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.918 INFO kablam! | Oct 27 20:20:23.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.918 INFO kablam! | Oct 27 20:20:23.918 INFO kablam! Oct 27 20:20:23.918 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.918 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.918 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.921 INFO kablam! | ^^^^^ Oct 27 20:20:23.921 INFO kablam! ... Oct 27 20:20:23.921 INFO kablam! 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Oct 27 20:20:23.921 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! Oct 27 20:20:23.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.921 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.921 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.921 INFO kablam! ... Oct 27 20:20:23.921 INFO kablam! 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Oct 27 20:20:23.921 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! Oct 27 20:20:23.921 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.921 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.921 INFO kablam! | ^^^^^ Oct 27 20:20:23.921 INFO kablam! ... Oct 27 20:20:23.921 INFO kablam! 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Oct 27 20:20:23.921 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! Oct 27 20:20:23.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.921 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.921 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.921 INFO kablam! ... Oct 27 20:20:23.921 INFO kablam! 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Oct 27 20:20:23.921 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.921 INFO kablam! | Oct 27 20:20:23.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.922 INFO kablam! | Oct 27 20:20:23.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.922 INFO kablam! | Oct 27 20:20:23.988 INFO kablam! Oct 27 20:20:23.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.988 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.988 INFO kablam! | Oct 27 20:20:23.988 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.988 INFO kablam! | ^^^^^ Oct 27 20:20:23.988 INFO kablam! ... Oct 27 20:20:23.989 INFO kablam! 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Oct 27 20:20:23.990 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! Oct 27 20:20:23.990 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.990 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.990 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.990 INFO kablam! ... Oct 27 20:20:23.990 INFO kablam! 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Oct 27 20:20:23.990 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! Oct 27 20:20:23.990 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.990 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.990 INFO kablam! | ^^^^^ Oct 27 20:20:23.990 INFO kablam! ... Oct 27 20:20:23.990 INFO kablam! 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Oct 27 20:20:23.990 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! Oct 27 20:20:23.990 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.990 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.990 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.990 INFO kablam! ... Oct 27 20:20:23.990 INFO kablam! 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Oct 27 20:20:23.990 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.990 INFO kablam! | Oct 27 20:20:23.990 INFO kablam! Oct 27 20:20:23.990 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.991 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.991 INFO kablam! | ^^^^^ Oct 27 20:20:23.991 INFO kablam! ... Oct 27 20:20:23.991 INFO kablam! 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Oct 27 20:20:23.991 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! Oct 27 20:20:23.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.991 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.991 INFO kablam! ... Oct 27 20:20:23.991 INFO kablam! 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Oct 27 20:20:23.991 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! Oct 27 20:20:23.991 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.991 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.991 INFO kablam! | ^^^^^ Oct 27 20:20:23.991 INFO kablam! ... Oct 27 20:20:23.991 INFO kablam! 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Oct 27 20:20:23.991 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! Oct 27 20:20:23.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.991 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.991 INFO kablam! ... Oct 27 20:20:23.991 INFO kablam! 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Oct 27 20:20:23.991 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! Oct 27 20:20:23.991 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.991 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.991 INFO kablam! | ^^^^^ Oct 27 20:20:23.991 INFO kablam! ... Oct 27 20:20:23.991 INFO kablam! 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Oct 27 20:20:23.991 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! Oct 27 20:20:23.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.991 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.991 INFO kablam! | Oct 27 20:20:23.991 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.991 INFO kablam! ... Oct 27 20:20:23.991 INFO kablam! 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Oct 27 20:20:23.991 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! Oct 27 20:20:23.992 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.992 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.992 INFO kablam! | ^^^^^ Oct 27 20:20:23.992 INFO kablam! ... Oct 27 20:20:23.992 INFO kablam! 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Oct 27 20:20:23.992 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! Oct 27 20:20:23.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.992 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.992 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.992 INFO kablam! ... Oct 27 20:20:23.992 INFO kablam! 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Oct 27 20:20:23.992 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! Oct 27 20:20:23.992 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.992 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.992 INFO kablam! | ^^^^^ Oct 27 20:20:23.992 INFO kablam! ... Oct 27 20:20:23.992 INFO kablam! 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Oct 27 20:20:23.992 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! Oct 27 20:20:23.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.992 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.992 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.992 INFO kablam! ... Oct 27 20:20:23.992 INFO kablam! 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Oct 27 20:20:23.992 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! Oct 27 20:20:23.992 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.992 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.992 INFO kablam! | ^^^^^ Oct 27 20:20:23.992 INFO kablam! ... Oct 27 20:20:23.992 INFO kablam! 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Oct 27 20:20:23.992 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! Oct 27 20:20:23.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.992 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.992 INFO kablam! | Oct 27 20:20:23.992 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.993 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.993 INFO kablam! ... Oct 27 20:20:23.993 INFO kablam! 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Oct 27 20:20:23.993 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! Oct 27 20:20:23.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.993 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.993 INFO kablam! | ^^^^^ Oct 27 20:20:23.993 INFO kablam! ... Oct 27 20:20:23.993 INFO kablam! 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Oct 27 20:20:23.993 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! Oct 27 20:20:23.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.993 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.993 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.993 INFO kablam! ... Oct 27 20:20:23.993 INFO kablam! 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Oct 27 20:20:23.993 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! Oct 27 20:20:23.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.993 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.993 INFO kablam! | ^^^^^ Oct 27 20:20:23.993 INFO kablam! ... Oct 27 20:20:23.993 INFO kablam! 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Oct 27 20:20:23.993 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! Oct 27 20:20:23.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.993 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.993 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.993 INFO kablam! ... Oct 27 20:20:23.993 INFO kablam! 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Oct 27 20:20:23.993 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! Oct 27 20:20:23.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.993 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.993 INFO kablam! | ^^^^^ Oct 27 20:20:23.993 INFO kablam! ... Oct 27 20:20:23.993 INFO kablam! 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Oct 27 20:20:23.993 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.993 INFO kablam! | Oct 27 20:20:23.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! Oct 27 20:20:23.994 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.994 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.994 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.994 INFO kablam! ... Oct 27 20:20:23.994 INFO kablam! 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Oct 27 20:20:23.994 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! Oct 27 20:20:23.994 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.994 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.994 INFO kablam! | ^^^^^ Oct 27 20:20:23.994 INFO kablam! ... Oct 27 20:20:23.994 INFO kablam! 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Oct 27 20:20:23.994 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! Oct 27 20:20:23.994 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.994 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.994 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.994 INFO kablam! ... Oct 27 20:20:23.994 INFO kablam! 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Oct 27 20:20:23.994 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! Oct 27 20:20:23.994 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.994 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.994 INFO kablam! | ^^^^^ Oct 27 20:20:23.994 INFO kablam! ... Oct 27 20:20:23.994 INFO kablam! 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Oct 27 20:20:23.994 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! Oct 27 20:20:23.994 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.994 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.994 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.994 INFO kablam! ... Oct 27 20:20:23.994 INFO kablam! 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Oct 27 20:20:23.994 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.994 INFO kablam! | Oct 27 20:20:23.994 INFO kablam! Oct 27 20:20:23.994 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.994 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.995 INFO kablam! | ^^^^^ Oct 27 20:20:23.995 INFO kablam! ... Oct 27 20:20:23.995 INFO kablam! 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Oct 27 20:20:23.995 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! Oct 27 20:20:23.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.995 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.995 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.995 INFO kablam! ... Oct 27 20:20:23.995 INFO kablam! 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Oct 27 20:20:23.995 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! Oct 27 20:20:23.995 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.995 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.995 INFO kablam! | ^^^^^ Oct 27 20:20:23.995 INFO kablam! ... Oct 27 20:20:23.995 INFO kablam! 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Oct 27 20:20:23.995 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! Oct 27 20:20:23.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.995 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.995 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.995 INFO kablam! ... Oct 27 20:20:23.995 INFO kablam! 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Oct 27 20:20:23.995 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! Oct 27 20:20:23.995 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.995 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.995 INFO kablam! | ^^^^^ Oct 27 20:20:23.995 INFO kablam! ... Oct 27 20:20:23.995 INFO kablam! 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Oct 27 20:20:23.995 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! Oct 27 20:20:23.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.995 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.995 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.995 INFO kablam! ... Oct 27 20:20:23.995 INFO kablam! 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Oct 27 20:20:23.995 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.995 INFO kablam! | Oct 27 20:20:23.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! Oct 27 20:20:23.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.996 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.996 INFO kablam! | ^^^^^ Oct 27 20:20:23.996 INFO kablam! ... Oct 27 20:20:23.996 INFO kablam! 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Oct 27 20:20:23.996 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! Oct 27 20:20:23.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.996 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.996 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.996 INFO kablam! ... Oct 27 20:20:23.996 INFO kablam! 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Oct 27 20:20:23.996 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! Oct 27 20:20:23.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.996 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.996 INFO kablam! | ^^^^^ Oct 27 20:20:23.996 INFO kablam! ... Oct 27 20:20:23.996 INFO kablam! 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); Oct 27 20:20:23.996 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! Oct 27 20:20:23.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.996 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.996 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.996 INFO kablam! ... Oct 27 20:20:23.996 INFO kablam! 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); Oct 27 20:20:23.996 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! Oct 27 20:20:23.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.996 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.996 INFO kablam! | ^^^^^ Oct 27 20:20:23.996 INFO kablam! ... Oct 27 20:20:23.996 INFO kablam! 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Oct 27 20:20:23.996 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! Oct 27 20:20:23.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.996 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.996 INFO kablam! | Oct 27 20:20:23.996 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.997 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.997 INFO kablam! ... Oct 27 20:20:23.997 INFO kablam! 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Oct 27 20:20:23.997 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! Oct 27 20:20:23.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.997 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.997 INFO kablam! | ^^^^^ Oct 27 20:20:23.997 INFO kablam! ... Oct 27 20:20:23.997 INFO kablam! 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Oct 27 20:20:23.997 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! Oct 27 20:20:23.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.997 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.997 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.997 INFO kablam! ... Oct 27 20:20:23.997 INFO kablam! 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Oct 27 20:20:23.997 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! Oct 27 20:20:23.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.997 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.997 INFO kablam! | ^^^^^ Oct 27 20:20:23.997 INFO kablam! ... Oct 27 20:20:23.997 INFO kablam! 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Oct 27 20:20:23.997 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! Oct 27 20:20:23.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.997 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.997 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.997 INFO kablam! ... Oct 27 20:20:23.997 INFO kablam! 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Oct 27 20:20:23.997 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! Oct 27 20:20:23.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.997 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.997 INFO kablam! | ^^^^^ Oct 27 20:20:23.997 INFO kablam! ... Oct 27 20:20:23.997 INFO kablam! 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Oct 27 20:20:23.997 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.997 INFO kablam! | Oct 27 20:20:23.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! Oct 27 20:20:23.998 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.998 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.998 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.998 INFO kablam! ... Oct 27 20:20:23.998 INFO kablam! 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Oct 27 20:20:23.998 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! Oct 27 20:20:23.998 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.998 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.998 INFO kablam! | ^^^^^ Oct 27 20:20:23.998 INFO kablam! ... Oct 27 20:20:23.998 INFO kablam! 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Oct 27 20:20:23.998 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! Oct 27 20:20:23.998 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.998 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.998 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.998 INFO kablam! ... Oct 27 20:20:23.998 INFO kablam! 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Oct 27 20:20:23.998 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! Oct 27 20:20:23.998 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.998 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:23.998 INFO kablam! | ^^^^^ Oct 27 20:20:23.998 INFO kablam! ... Oct 27 20:20:23.998 INFO kablam! 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); Oct 27 20:20:23.998 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! Oct 27 20:20:23.998 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:23.998 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:23.998 INFO kablam! | ^^^^^^^ Oct 27 20:20:23.998 INFO kablam! ... Oct 27 20:20:23.998 INFO kablam! 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); Oct 27 20:20:23.998 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:23.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:23.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:23.998 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! Oct 27 20:20:24.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.051 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.051 INFO kablam! | ^^^^^ Oct 27 20:20:24.051 INFO kablam! ... Oct 27 20:20:24.051 INFO kablam! 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); Oct 27 20:20:24.051 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! Oct 27 20:20:24.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.051 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.051 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.051 INFO kablam! ... Oct 27 20:20:24.051 INFO kablam! 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); Oct 27 20:20:24.051 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! Oct 27 20:20:24.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.051 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.051 INFO kablam! | ^^^^^ Oct 27 20:20:24.051 INFO kablam! ... Oct 27 20:20:24.051 INFO kablam! 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Oct 27 20:20:24.051 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! Oct 27 20:20:24.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.051 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.051 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.051 INFO kablam! ... Oct 27 20:20:24.051 INFO kablam! 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Oct 27 20:20:24.051 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.051 INFO kablam! | Oct 27 20:20:24.051 INFO kablam! Oct 27 20:20:24.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.051 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.052 INFO kablam! | ^^^^^ Oct 27 20:20:24.052 INFO kablam! ... Oct 27 20:20:24.052 INFO kablam! 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Oct 27 20:20:24.052 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! Oct 27 20:20:24.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.052 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.052 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.052 INFO kablam! ... Oct 27 20:20:24.052 INFO kablam! 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Oct 27 20:20:24.052 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! Oct 27 20:20:24.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.052 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.052 INFO kablam! | ^^^^^ Oct 27 20:20:24.052 INFO kablam! ... Oct 27 20:20:24.052 INFO kablam! 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Oct 27 20:20:24.052 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! Oct 27 20:20:24.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.052 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.052 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.052 INFO kablam! ... Oct 27 20:20:24.052 INFO kablam! 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Oct 27 20:20:24.052 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! Oct 27 20:20:24.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.052 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.052 INFO kablam! | ^^^^^ Oct 27 20:20:24.052 INFO kablam! ... Oct 27 20:20:24.052 INFO kablam! 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); Oct 27 20:20:24.052 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! Oct 27 20:20:24.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.052 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.052 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.052 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.052 INFO kablam! ... Oct 27 20:20:24.052 INFO kablam! 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); Oct 27 20:20:24.052 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.052 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! Oct 27 20:20:24.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.053 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.053 INFO kablam! | ^^^^^ Oct 27 20:20:24.053 INFO kablam! ... Oct 27 20:20:24.053 INFO kablam! 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); Oct 27 20:20:24.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! Oct 27 20:20:24.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.053 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.053 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.053 INFO kablam! ... Oct 27 20:20:24.053 INFO kablam! 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); Oct 27 20:20:24.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! Oct 27 20:20:24.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.053 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.053 INFO kablam! | ^^^^^ Oct 27 20:20:24.053 INFO kablam! ... Oct 27 20:20:24.053 INFO kablam! 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Oct 27 20:20:24.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! Oct 27 20:20:24.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.053 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.053 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.053 INFO kablam! ... Oct 27 20:20:24.053 INFO kablam! 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Oct 27 20:20:24.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! Oct 27 20:20:24.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.053 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.053 INFO kablam! | ^^^^^ Oct 27 20:20:24.053 INFO kablam! ... Oct 27 20:20:24.053 INFO kablam! 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Oct 27 20:20:24.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.053 INFO kablam! Oct 27 20:20:24.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.053 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.053 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.054 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.054 INFO kablam! ... Oct 27 20:20:24.054 INFO kablam! 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Oct 27 20:20:24.054 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! Oct 27 20:20:24.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.054 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.054 INFO kablam! | ^^^^^ Oct 27 20:20:24.054 INFO kablam! ... Oct 27 20:20:24.054 INFO kablam! 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Oct 27 20:20:24.054 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! Oct 27 20:20:24.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.054 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.054 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.054 INFO kablam! ... Oct 27 20:20:24.054 INFO kablam! 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Oct 27 20:20:24.054 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! Oct 27 20:20:24.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.054 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.054 INFO kablam! | ^^^^^ Oct 27 20:20:24.054 INFO kablam! ... Oct 27 20:20:24.054 INFO kablam! 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Oct 27 20:20:24.054 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! Oct 27 20:20:24.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.054 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.054 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.054 INFO kablam! ... Oct 27 20:20:24.054 INFO kablam! 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Oct 27 20:20:24.054 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.054 INFO kablam! | Oct 27 20:20:24.054 INFO kablam! Oct 27 20:20:24.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.059 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.059 INFO kablam! | Oct 27 20:20:24.059 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.059 INFO kablam! | ^^^^^ Oct 27 20:20:24.059 INFO kablam! ... Oct 27 20:20:24.059 INFO kablam! 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Oct 27 20:20:24.059 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.059 INFO kablam! | Oct 27 20:20:24.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.059 INFO kablam! | Oct 27 20:20:24.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.059 INFO kablam! | Oct 27 20:20:24.059 INFO kablam! Oct 27 20:20:24.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.059 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.059 INFO kablam! | Oct 27 20:20:24.059 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.059 INFO kablam! ... Oct 27 20:20:24.059 INFO kablam! 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Oct 27 20:20:24.059 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.059 INFO kablam! | Oct 27 20:20:24.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.059 INFO kablam! | Oct 27 20:20:24.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.059 INFO kablam! | Oct 27 20:20:24.059 INFO kablam! Oct 27 20:20:24.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.060 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.060 INFO kablam! | ^^^^^ Oct 27 20:20:24.060 INFO kablam! ... Oct 27 20:20:24.060 INFO kablam! 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Oct 27 20:20:24.060 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! Oct 27 20:20:24.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.060 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.060 INFO kablam! ... Oct 27 20:20:24.060 INFO kablam! 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Oct 27 20:20:24.060 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! Oct 27 20:20:24.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.060 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.060 INFO kablam! | ^^^^^ Oct 27 20:20:24.060 INFO kablam! ... Oct 27 20:20:24.060 INFO kablam! 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); Oct 27 20:20:24.060 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! Oct 27 20:20:24.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.060 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.060 INFO kablam! ... Oct 27 20:20:24.060 INFO kablam! 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); Oct 27 20:20:24.060 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! Oct 27 20:20:24.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.060 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.060 INFO kablam! | ^^^^^ Oct 27 20:20:24.060 INFO kablam! ... Oct 27 20:20:24.060 INFO kablam! 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); Oct 27 20:20:24.060 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! Oct 27 20:20:24.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.060 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.060 INFO kablam! | Oct 27 20:20:24.060 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.060 INFO kablam! ... Oct 27 20:20:24.060 INFO kablam! 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); Oct 27 20:20:24.061 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! Oct 27 20:20:24.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.061 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.061 INFO kablam! | ^^^^^ Oct 27 20:20:24.061 INFO kablam! ... Oct 27 20:20:24.061 INFO kablam! 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Oct 27 20:20:24.061 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! Oct 27 20:20:24.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.061 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.061 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.061 INFO kablam! ... Oct 27 20:20:24.061 INFO kablam! 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Oct 27 20:20:24.061 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! Oct 27 20:20:24.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.061 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.061 INFO kablam! | ^^^^^ Oct 27 20:20:24.061 INFO kablam! ... Oct 27 20:20:24.061 INFO kablam! 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Oct 27 20:20:24.061 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! Oct 27 20:20:24.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.061 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.061 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.061 INFO kablam! ... Oct 27 20:20:24.061 INFO kablam! 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Oct 27 20:20:24.061 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! Oct 27 20:20:24.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.061 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.061 INFO kablam! | ^^^^^ Oct 27 20:20:24.061 INFO kablam! ... Oct 27 20:20:24.061 INFO kablam! 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Oct 27 20:20:24.061 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.061 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! Oct 27 20:20:24.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.062 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.062 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.062 INFO kablam! ... Oct 27 20:20:24.062 INFO kablam! 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Oct 27 20:20:24.062 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! Oct 27 20:20:24.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.062 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.062 INFO kablam! | ^^^^^ Oct 27 20:20:24.062 INFO kablam! ... Oct 27 20:20:24.062 INFO kablam! 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Oct 27 20:20:24.062 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! Oct 27 20:20:24.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.062 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.062 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.062 INFO kablam! ... Oct 27 20:20:24.062 INFO kablam! 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Oct 27 20:20:24.062 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! Oct 27 20:20:24.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.062 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.062 INFO kablam! | ^^^^^ Oct 27 20:20:24.062 INFO kablam! ... Oct 27 20:20:24.062 INFO kablam! 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Oct 27 20:20:24.062 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! Oct 27 20:20:24.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.062 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.062 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.062 INFO kablam! ... Oct 27 20:20:24.062 INFO kablam! 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Oct 27 20:20:24.062 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.062 INFO kablam! | Oct 27 20:20:24.062 INFO kablam! Oct 27 20:20:24.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.063 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.063 INFO kablam! | ^^^^^ Oct 27 20:20:24.063 INFO kablam! ... Oct 27 20:20:24.063 INFO kablam! 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Oct 27 20:20:24.063 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! Oct 27 20:20:24.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.063 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.063 INFO kablam! ... Oct 27 20:20:24.063 INFO kablam! 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Oct 27 20:20:24.063 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! Oct 27 20:20:24.063 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.063 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.063 INFO kablam! | ^^^^^ Oct 27 20:20:24.063 INFO kablam! ... Oct 27 20:20:24.063 INFO kablam! 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Oct 27 20:20:24.063 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! Oct 27 20:20:24.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.063 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.063 INFO kablam! ... Oct 27 20:20:24.063 INFO kablam! 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Oct 27 20:20:24.063 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! Oct 27 20:20:24.063 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.063 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.063 INFO kablam! | ^^^^^ Oct 27 20:20:24.063 INFO kablam! ... Oct 27 20:20:24.063 INFO kablam! 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Oct 27 20:20:24.063 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! Oct 27 20:20:24.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.063 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.063 INFO kablam! | Oct 27 20:20:24.063 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.063 INFO kablam! ... Oct 27 20:20:24.063 INFO kablam! 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Oct 27 20:20:24.064 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! Oct 27 20:20:24.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.064 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.064 INFO kablam! | ^^^^^ Oct 27 20:20:24.064 INFO kablam! ... Oct 27 20:20:24.064 INFO kablam! 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Oct 27 20:20:24.064 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! Oct 27 20:20:24.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.064 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.064 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.064 INFO kablam! ... Oct 27 20:20:24.064 INFO kablam! 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Oct 27 20:20:24.064 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! Oct 27 20:20:24.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.064 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.064 INFO kablam! | ^^^^^ Oct 27 20:20:24.064 INFO kablam! ... Oct 27 20:20:24.064 INFO kablam! 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Oct 27 20:20:24.064 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! Oct 27 20:20:24.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.064 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.064 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.064 INFO kablam! ... Oct 27 20:20:24.064 INFO kablam! 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Oct 27 20:20:24.064 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! Oct 27 20:20:24.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.064 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.064 INFO kablam! | ^^^^^ Oct 27 20:20:24.064 INFO kablam! ... Oct 27 20:20:24.064 INFO kablam! 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Oct 27 20:20:24.064 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.064 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! Oct 27 20:20:24.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.065 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.065 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.065 INFO kablam! ... Oct 27 20:20:24.065 INFO kablam! 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Oct 27 20:20:24.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! Oct 27 20:20:24.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.065 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.065 INFO kablam! | ^^^^^ Oct 27 20:20:24.065 INFO kablam! ... Oct 27 20:20:24.065 INFO kablam! 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Oct 27 20:20:24.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! Oct 27 20:20:24.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.065 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.065 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.065 INFO kablam! ... Oct 27 20:20:24.065 INFO kablam! 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Oct 27 20:20:24.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! Oct 27 20:20:24.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.065 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.065 INFO kablam! | ^^^^^ Oct 27 20:20:24.065 INFO kablam! ... Oct 27 20:20:24.065 INFO kablam! 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Oct 27 20:20:24.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! Oct 27 20:20:24.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.065 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.065 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.065 INFO kablam! ... Oct 27 20:20:24.065 INFO kablam! 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Oct 27 20:20:24.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! Oct 27 20:20:24.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.065 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.065 INFO kablam! | Oct 27 20:20:24.065 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.065 INFO kablam! | ^^^^^ Oct 27 20:20:24.065 INFO kablam! ... Oct 27 20:20:24.066 INFO kablam! 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Oct 27 20:20:24.066 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.066 INFO kablam! | Oct 27 20:20:24.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.066 INFO kablam! | Oct 27 20:20:24.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.066 INFO kablam! | Oct 27 20:20:24.066 INFO kablam! Oct 27 20:20:24.066 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.066 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.066 INFO kablam! | Oct 27 20:20:24.066 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.066 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.066 INFO kablam! ... Oct 27 20:20:24.066 INFO kablam! 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Oct 27 20:20:24.066 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.066 INFO kablam! | Oct 27 20:20:24.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.066 INFO kablam! | Oct 27 20:20:24.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.066 INFO kablam! | Oct 27 20:20:24.066 INFO kablam! Oct 27 20:20:24.077 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.077 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.077 INFO kablam! | ^^^^^ Oct 27 20:20:24.077 INFO kablam! ... Oct 27 20:20:24.077 INFO kablam! 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Oct 27 20:20:24.077 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! Oct 27 20:20:24.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.077 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.077 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.077 INFO kablam! ... Oct 27 20:20:24.077 INFO kablam! 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Oct 27 20:20:24.077 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! Oct 27 20:20:24.077 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.077 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.077 INFO kablam! | ^^^^^ Oct 27 20:20:24.077 INFO kablam! ... Oct 27 20:20:24.077 INFO kablam! 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Oct 27 20:20:24.077 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! Oct 27 20:20:24.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.077 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.077 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.077 INFO kablam! ... Oct 27 20:20:24.077 INFO kablam! 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Oct 27 20:20:24.077 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! Oct 27 20:20:24.077 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.077 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.077 INFO kablam! | Oct 27 20:20:24.077 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.077 INFO kablam! | ^^^^^ Oct 27 20:20:24.077 INFO kablam! ... Oct 27 20:20:24.077 INFO kablam! 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Oct 27 20:20:24.077 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! Oct 27 20:20:24.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.078 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.078 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.078 INFO kablam! ... Oct 27 20:20:24.078 INFO kablam! 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Oct 27 20:20:24.078 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! Oct 27 20:20:24.078 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.078 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.078 INFO kablam! | ^^^^^ Oct 27 20:20:24.078 INFO kablam! ... Oct 27 20:20:24.078 INFO kablam! 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Oct 27 20:20:24.078 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! Oct 27 20:20:24.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.078 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.078 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.078 INFO kablam! ... Oct 27 20:20:24.078 INFO kablam! 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Oct 27 20:20:24.078 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! Oct 27 20:20:24.078 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.078 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.078 INFO kablam! | ^^^^^ Oct 27 20:20:24.078 INFO kablam! ... Oct 27 20:20:24.078 INFO kablam! 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Oct 27 20:20:24.078 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! Oct 27 20:20:24.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.078 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.078 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.078 INFO kablam! ... Oct 27 20:20:24.078 INFO kablam! 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Oct 27 20:20:24.078 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.078 INFO kablam! | Oct 27 20:20:24.078 INFO kablam! Oct 27 20:20:24.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.079 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.079 INFO kablam! | ^^^^^ Oct 27 20:20:24.079 INFO kablam! ... Oct 27 20:20:24.079 INFO kablam! 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Oct 27 20:20:24.079 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! Oct 27 20:20:24.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.079 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.079 INFO kablam! ... Oct 27 20:20:24.079 INFO kablam! 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Oct 27 20:20:24.079 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! Oct 27 20:20:24.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.079 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.079 INFO kablam! | ^^^^^ Oct 27 20:20:24.079 INFO kablam! ... Oct 27 20:20:24.079 INFO kablam! 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Oct 27 20:20:24.079 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! Oct 27 20:20:24.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.079 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.079 INFO kablam! ... Oct 27 20:20:24.079 INFO kablam! 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Oct 27 20:20:24.079 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! Oct 27 20:20:24.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.079 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.079 INFO kablam! | ^^^^^ Oct 27 20:20:24.079 INFO kablam! ... Oct 27 20:20:24.079 INFO kablam! 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Oct 27 20:20:24.079 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! Oct 27 20:20:24.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.079 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.079 INFO kablam! ... Oct 27 20:20:24.079 INFO kablam! 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Oct 27 20:20:24.079 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.079 INFO kablam! | Oct 27 20:20:24.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! Oct 27 20:20:24.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.080 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.080 INFO kablam! | ^^^^^ Oct 27 20:20:24.080 INFO kablam! ... Oct 27 20:20:24.080 INFO kablam! 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Oct 27 20:20:24.080 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! Oct 27 20:20:24.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.080 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.080 INFO kablam! ... Oct 27 20:20:24.080 INFO kablam! 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Oct 27 20:20:24.080 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! Oct 27 20:20:24.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.080 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.080 INFO kablam! | ^^^^^ Oct 27 20:20:24.080 INFO kablam! ... Oct 27 20:20:24.080 INFO kablam! 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Oct 27 20:20:24.080 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! Oct 27 20:20:24.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.080 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.080 INFO kablam! ... Oct 27 20:20:24.080 INFO kablam! 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Oct 27 20:20:24.080 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! Oct 27 20:20:24.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.080 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.080 INFO kablam! | ^^^^^ Oct 27 20:20:24.080 INFO kablam! ... Oct 27 20:20:24.080 INFO kablam! 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Oct 27 20:20:24.080 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.080 INFO kablam! Oct 27 20:20:24.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.080 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.080 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.081 INFO kablam! ... Oct 27 20:20:24.081 INFO kablam! 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Oct 27 20:20:24.081 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! Oct 27 20:20:24.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.081 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.081 INFO kablam! | ^^^^^ Oct 27 20:20:24.081 INFO kablam! ... Oct 27 20:20:24.081 INFO kablam! 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Oct 27 20:20:24.081 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! Oct 27 20:20:24.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.081 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.081 INFO kablam! ... Oct 27 20:20:24.081 INFO kablam! 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Oct 27 20:20:24.081 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! Oct 27 20:20:24.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.081 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.081 INFO kablam! | ^^^^^ Oct 27 20:20:24.081 INFO kablam! ... Oct 27 20:20:24.081 INFO kablam! 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Oct 27 20:20:24.081 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! Oct 27 20:20:24.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.081 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.081 INFO kablam! ... Oct 27 20:20:24.081 INFO kablam! 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Oct 27 20:20:24.081 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! Oct 27 20:20:24.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.081 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.081 INFO kablam! | ^^^^^ Oct 27 20:20:24.081 INFO kablam! ... Oct 27 20:20:24.081 INFO kablam! 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Oct 27 20:20:24.081 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.081 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! Oct 27 20:20:24.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.082 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.082 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.082 INFO kablam! ... Oct 27 20:20:24.082 INFO kablam! 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Oct 27 20:20:24.082 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! Oct 27 20:20:24.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.082 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.082 INFO kablam! | ^^^^^ Oct 27 20:20:24.082 INFO kablam! ... Oct 27 20:20:24.082 INFO kablam! 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Oct 27 20:20:24.082 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! Oct 27 20:20:24.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.082 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.082 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.082 INFO kablam! ... Oct 27 20:20:24.082 INFO kablam! 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Oct 27 20:20:24.082 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! Oct 27 20:20:24.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.082 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.082 INFO kablam! | ^^^^^ Oct 27 20:20:24.082 INFO kablam! ... Oct 27 20:20:24.082 INFO kablam! 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Oct 27 20:20:24.082 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! Oct 27 20:20:24.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.082 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.082 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.082 INFO kablam! ... Oct 27 20:20:24.082 INFO kablam! 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Oct 27 20:20:24.082 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.082 INFO kablam! | Oct 27 20:20:24.102 INFO kablam! Oct 27 20:20:24.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.103 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.103 INFO kablam! | ^^^^^ Oct 27 20:20:24.103 INFO kablam! ... Oct 27 20:20:24.103 INFO kablam! 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Oct 27 20:20:24.103 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! Oct 27 20:20:24.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.103 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.103 INFO kablam! ... Oct 27 20:20:24.103 INFO kablam! 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Oct 27 20:20:24.103 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! Oct 27 20:20:24.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.103 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.103 INFO kablam! | ^^^^^ Oct 27 20:20:24.103 INFO kablam! ... Oct 27 20:20:24.103 INFO kablam! 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Oct 27 20:20:24.103 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! Oct 27 20:20:24.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.103 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.103 INFO kablam! ... Oct 27 20:20:24.103 INFO kablam! 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Oct 27 20:20:24.103 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.103 INFO kablam! | Oct 27 20:20:24.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! Oct 27 20:20:24.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.104 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.104 INFO kablam! | ^^^^^ Oct 27 20:20:24.104 INFO kablam! ... Oct 27 20:20:24.104 INFO kablam! 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Oct 27 20:20:24.104 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! Oct 27 20:20:24.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.104 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.104 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.104 INFO kablam! ... Oct 27 20:20:24.104 INFO kablam! 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Oct 27 20:20:24.104 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! Oct 27 20:20:24.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.104 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.104 INFO kablam! | Oct 27 20:20:24.104 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.105 INFO kablam! | ^^^^^ Oct 27 20:20:24.105 INFO kablam! ... Oct 27 20:20:24.105 INFO kablam! 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Oct 27 20:20:24.105 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.105 INFO kablam! | Oct 27 20:20:24.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.105 INFO kablam! | Oct 27 20:20:24.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.105 INFO kablam! | Oct 27 20:20:24.105 INFO kablam! Oct 27 20:20:24.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.105 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.105 INFO kablam! | Oct 27 20:20:24.105 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.105 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.105 INFO kablam! ... Oct 27 20:20:24.105 INFO kablam! 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Oct 27 20:20:24.105 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.105 INFO kablam! | Oct 27 20:20:24.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.105 INFO kablam! | Oct 27 20:20:24.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.105 INFO kablam! | Oct 27 20:20:24.105 INFO kablam! Oct 27 20:20:24.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.105 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.105 INFO kablam! | Oct 27 20:20:24.105 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.105 INFO kablam! | ^^^^^ Oct 27 20:20:24.105 INFO kablam! ... Oct 27 20:20:24.105 INFO kablam! 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Oct 27 20:20:24.106 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.106 INFO kablam! | Oct 27 20:20:24.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.106 INFO kablam! | Oct 27 20:20:24.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.106 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! Oct 27 20:20:24.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.107 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.107 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.107 INFO kablam! ... Oct 27 20:20:24.107 INFO kablam! 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Oct 27 20:20:24.107 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! Oct 27 20:20:24.107 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.107 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.107 INFO kablam! | ^^^^^ Oct 27 20:20:24.107 INFO kablam! ... Oct 27 20:20:24.107 INFO kablam! 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Oct 27 20:20:24.107 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! Oct 27 20:20:24.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.107 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.107 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.107 INFO kablam! ... Oct 27 20:20:24.107 INFO kablam! 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Oct 27 20:20:24.107 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.107 INFO kablam! | Oct 27 20:20:24.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.108 INFO kablam! | Oct 27 20:20:24.108 INFO kablam! Oct 27 20:20:24.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.108 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.108 INFO kablam! | Oct 27 20:20:24.108 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.108 INFO kablam! | ^^^^^ Oct 27 20:20:24.108 INFO kablam! ... Oct 27 20:20:24.108 INFO kablam! 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Oct 27 20:20:24.108 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.108 INFO kablam! | Oct 27 20:20:24.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.108 INFO kablam! | Oct 27 20:20:24.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.108 INFO kablam! | Oct 27 20:20:24.108 INFO kablam! Oct 27 20:20:24.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.108 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.108 INFO kablam! | Oct 27 20:20:24.108 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.108 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.108 INFO kablam! ... Oct 27 20:20:24.108 INFO kablam! 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Oct 27 20:20:24.108 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.108 INFO kablam! | Oct 27 20:20:24.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! Oct 27 20:20:24.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.109 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.109 INFO kablam! | ^^^^^ Oct 27 20:20:24.109 INFO kablam! ... Oct 27 20:20:24.109 INFO kablam! 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Oct 27 20:20:24.109 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! Oct 27 20:20:24.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.109 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.109 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.109 INFO kablam! ... Oct 27 20:20:24.109 INFO kablam! 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Oct 27 20:20:24.109 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! Oct 27 20:20:24.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.109 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.109 INFO kablam! | ^^^^^ Oct 27 20:20:24.109 INFO kablam! ... Oct 27 20:20:24.109 INFO kablam! 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Oct 27 20:20:24.109 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! Oct 27 20:20:24.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.109 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.109 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.109 INFO kablam! ... Oct 27 20:20:24.109 INFO kablam! 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Oct 27 20:20:24.109 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! Oct 27 20:20:24.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.109 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.109 INFO kablam! | ^^^^^ Oct 27 20:20:24.109 INFO kablam! ... Oct 27 20:20:24.109 INFO kablam! 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Oct 27 20:20:24.109 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! Oct 27 20:20:24.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.109 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.109 INFO kablam! | Oct 27 20:20:24.109 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.109 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.112 INFO kablam! ... Oct 27 20:20:24.112 INFO kablam! 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Oct 27 20:20:24.112 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.112 INFO kablam! | Oct 27 20:20:24.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.112 INFO kablam! | Oct 27 20:20:24.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.112 INFO kablam! | Oct 27 20:20:24.112 INFO kablam! Oct 27 20:20:24.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.112 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.112 INFO kablam! | Oct 27 20:20:24.112 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.112 INFO kablam! | ^^^^^ Oct 27 20:20:24.112 INFO kablam! ... Oct 27 20:20:24.112 INFO kablam! 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Oct 27 20:20:24.112 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.112 INFO kablam! | Oct 27 20:20:24.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.112 INFO kablam! | Oct 27 20:20:24.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.112 INFO kablam! | Oct 27 20:20:24.112 INFO kablam! Oct 27 20:20:24.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.113 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.113 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.113 INFO kablam! ... Oct 27 20:20:24.113 INFO kablam! 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Oct 27 20:20:24.113 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! Oct 27 20:20:24.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.113 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.113 INFO kablam! | ^^^^^ Oct 27 20:20:24.113 INFO kablam! ... Oct 27 20:20:24.113 INFO kablam! 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Oct 27 20:20:24.113 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! Oct 27 20:20:24.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.113 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.113 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.113 INFO kablam! ... Oct 27 20:20:24.113 INFO kablam! 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Oct 27 20:20:24.113 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.113 INFO kablam! | Oct 27 20:20:24.113 INFO kablam! Oct 27 20:20:24.122 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.123 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.123 INFO kablam! | ^^^^^ Oct 27 20:20:24.123 INFO kablam! ... Oct 27 20:20:24.123 INFO kablam! 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Oct 27 20:20:24.123 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! Oct 27 20:20:24.123 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.123 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.123 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.123 INFO kablam! ... Oct 27 20:20:24.123 INFO kablam! 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Oct 27 20:20:24.123 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! Oct 27 20:20:24.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.123 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.123 INFO kablam! | ^^^^^ Oct 27 20:20:24.123 INFO kablam! ... Oct 27 20:20:24.123 INFO kablam! 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Oct 27 20:20:24.123 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! Oct 27 20:20:24.123 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.123 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.123 INFO kablam! | Oct 27 20:20:24.123 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.123 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.123 INFO kablam! ... Oct 27 20:20:24.123 INFO kablam! 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Oct 27 20:20:24.123 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! Oct 27 20:20:24.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.124 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.124 INFO kablam! | ^^^^^ Oct 27 20:20:24.124 INFO kablam! ... Oct 27 20:20:24.124 INFO kablam! 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Oct 27 20:20:24.124 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! Oct 27 20:20:24.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.124 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.124 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.124 INFO kablam! ... Oct 27 20:20:24.124 INFO kablam! 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Oct 27 20:20:24.124 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! Oct 27 20:20:24.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.124 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.124 INFO kablam! | ^^^^^ Oct 27 20:20:24.124 INFO kablam! ... Oct 27 20:20:24.124 INFO kablam! 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Oct 27 20:20:24.124 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! Oct 27 20:20:24.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.124 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.124 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.124 INFO kablam! ... Oct 27 20:20:24.124 INFO kablam! 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Oct 27 20:20:24.124 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! Oct 27 20:20:24.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.124 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.124 INFO kablam! | ^^^^^ Oct 27 20:20:24.124 INFO kablam! ... Oct 27 20:20:24.124 INFO kablam! 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Oct 27 20:20:24.124 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.124 INFO kablam! | Oct 27 20:20:24.124 INFO kablam! Oct 27 20:20:24.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.125 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.125 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.125 INFO kablam! ... Oct 27 20:20:24.125 INFO kablam! 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Oct 27 20:20:24.125 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! Oct 27 20:20:24.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.125 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.125 INFO kablam! | ^^^^^ Oct 27 20:20:24.125 INFO kablam! ... Oct 27 20:20:24.125 INFO kablam! 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Oct 27 20:20:24.125 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! Oct 27 20:20:24.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.125 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.125 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.125 INFO kablam! ... Oct 27 20:20:24.125 INFO kablam! 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Oct 27 20:20:24.125 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.125 INFO kablam! | Oct 27 20:20:24.125 INFO kablam! Oct 27 20:20:24.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.125 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.130 INFO kablam! | Oct 27 20:20:24.130 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.130 INFO kablam! | ^^^^^ Oct 27 20:20:24.130 INFO kablam! ... Oct 27 20:20:24.130 INFO kablam! 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Oct 27 20:20:24.131 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! Oct 27 20:20:24.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.131 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.131 INFO kablam! ... Oct 27 20:20:24.131 INFO kablam! 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Oct 27 20:20:24.131 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! Oct 27 20:20:24.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.131 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.131 INFO kablam! | ^^^^^ Oct 27 20:20:24.131 INFO kablam! ... Oct 27 20:20:24.131 INFO kablam! 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Oct 27 20:20:24.131 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! Oct 27 20:20:24.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.131 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.131 INFO kablam! ... Oct 27 20:20:24.131 INFO kablam! 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Oct 27 20:20:24.131 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! Oct 27 20:20:24.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.131 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.131 INFO kablam! | ^^^^^ Oct 27 20:20:24.131 INFO kablam! ... Oct 27 20:20:24.131 INFO kablam! 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Oct 27 20:20:24.131 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! Oct 27 20:20:24.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.131 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.131 INFO kablam! ... Oct 27 20:20:24.131 INFO kablam! 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Oct 27 20:20:24.131 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.131 INFO kablam! | Oct 27 20:20:24.131 INFO kablam! Oct 27 20:20:24.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.131 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.132 INFO kablam! | ^^^^^ Oct 27 20:20:24.132 INFO kablam! ... Oct 27 20:20:24.132 INFO kablam! 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Oct 27 20:20:24.132 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! Oct 27 20:20:24.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.132 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.132 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.132 INFO kablam! ... Oct 27 20:20:24.132 INFO kablam! 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Oct 27 20:20:24.132 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! Oct 27 20:20:24.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.132 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.132 INFO kablam! | ^^^^^ Oct 27 20:20:24.132 INFO kablam! ... Oct 27 20:20:24.132 INFO kablam! 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Oct 27 20:20:24.132 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! Oct 27 20:20:24.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.132 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.132 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.132 INFO kablam! ... Oct 27 20:20:24.132 INFO kablam! 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Oct 27 20:20:24.132 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! Oct 27 20:20:24.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.132 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.132 INFO kablam! | ^^^^^ Oct 27 20:20:24.132 INFO kablam! ... Oct 27 20:20:24.132 INFO kablam! 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Oct 27 20:20:24.132 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! Oct 27 20:20:24.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.132 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.132 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.132 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.132 INFO kablam! ... Oct 27 20:20:24.132 INFO kablam! 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Oct 27 20:20:24.132 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.132 INFO kablam! | Oct 27 20:20:24.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! Oct 27 20:20:24.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.138 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.138 INFO kablam! | ^^^^^ Oct 27 20:20:24.138 INFO kablam! ... Oct 27 20:20:24.138 INFO kablam! 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Oct 27 20:20:24.138 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! Oct 27 20:20:24.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.138 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.138 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.138 INFO kablam! ... Oct 27 20:20:24.138 INFO kablam! 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Oct 27 20:20:24.138 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! Oct 27 20:20:24.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.138 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.138 INFO kablam! | ^^^^^ Oct 27 20:20:24.138 INFO kablam! ... Oct 27 20:20:24.138 INFO kablam! 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Oct 27 20:20:24.138 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! Oct 27 20:20:24.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.138 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.138 INFO kablam! | Oct 27 20:20:24.138 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.138 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.139 INFO kablam! ... Oct 27 20:20:24.139 INFO kablam! 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Oct 27 20:20:24.139 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.139 INFO kablam! | Oct 27 20:20:24.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.139 INFO kablam! | Oct 27 20:20:24.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.139 INFO kablam! | Oct 27 20:20:24.139 INFO kablam! Oct 27 20:20:24.139 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.142 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.142 INFO kablam! | Oct 27 20:20:24.142 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.142 INFO kablam! | ^^^^^ Oct 27 20:20:24.142 INFO kablam! ... Oct 27 20:20:24.142 INFO kablam! 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Oct 27 20:20:24.142 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.142 INFO kablam! | Oct 27 20:20:24.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.142 INFO kablam! | Oct 27 20:20:24.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.142 INFO kablam! | Oct 27 20:20:24.142 INFO kablam! Oct 27 20:20:24.142 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.142 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.142 INFO kablam! | Oct 27 20:20:24.142 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.142 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.142 INFO kablam! ... Oct 27 20:20:24.142 INFO kablam! 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Oct 27 20:20:24.142 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.142 INFO kablam! | Oct 27 20:20:24.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.142 INFO kablam! | Oct 27 20:20:24.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.142 INFO kablam! | Oct 27 20:20:24.142 INFO kablam! Oct 27 20:20:24.143 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.143 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.146 INFO kablam! | Oct 27 20:20:24.146 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.147 INFO kablam! | ^^^^^ Oct 27 20:20:24.147 INFO kablam! ... Oct 27 20:20:24.147 INFO kablam! 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Oct 27 20:20:24.147 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! Oct 27 20:20:24.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.147 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.147 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.147 INFO kablam! ... Oct 27 20:20:24.147 INFO kablam! 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Oct 27 20:20:24.147 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! Oct 27 20:20:24.147 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.147 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.147 INFO kablam! | ^^^^^ Oct 27 20:20:24.147 INFO kablam! ... Oct 27 20:20:24.147 INFO kablam! 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Oct 27 20:20:24.147 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! Oct 27 20:20:24.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.147 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.147 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.147 INFO kablam! ... Oct 27 20:20:24.147 INFO kablam! 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Oct 27 20:20:24.147 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! Oct 27 20:20:24.147 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.147 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.147 INFO kablam! | ^^^^^ Oct 27 20:20:24.147 INFO kablam! ... Oct 27 20:20:24.147 INFO kablam! 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Oct 27 20:20:24.147 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! Oct 27 20:20:24.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.147 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.147 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.147 INFO kablam! ... Oct 27 20:20:24.147 INFO kablam! 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Oct 27 20:20:24.147 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.147 INFO kablam! | Oct 27 20:20:24.147 INFO kablam! Oct 27 20:20:24.150 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.150 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.150 INFO kablam! | Oct 27 20:20:24.150 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.150 INFO kablam! | ^^^^^ Oct 27 20:20:24.151 INFO kablam! ... Oct 27 20:20:24.151 INFO kablam! 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Oct 27 20:20:24.151 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! Oct 27 20:20:24.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.151 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.151 INFO kablam! ... Oct 27 20:20:24.151 INFO kablam! 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Oct 27 20:20:24.151 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! Oct 27 20:20:24.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.151 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.151 INFO kablam! | ^^^^^ Oct 27 20:20:24.151 INFO kablam! ... Oct 27 20:20:24.151 INFO kablam! 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Oct 27 20:20:24.151 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! Oct 27 20:20:24.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.151 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.151 INFO kablam! ... Oct 27 20:20:24.151 INFO kablam! 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Oct 27 20:20:24.151 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! Oct 27 20:20:24.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.151 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.151 INFO kablam! | ^^^^^ Oct 27 20:20:24.151 INFO kablam! ... Oct 27 20:20:24.151 INFO kablam! 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Oct 27 20:20:24.151 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! Oct 27 20:20:24.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.151 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.151 INFO kablam! ... Oct 27 20:20:24.151 INFO kablam! 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Oct 27 20:20:24.151 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.151 INFO kablam! | Oct 27 20:20:24.151 INFO kablam! Oct 27 20:20:24.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.152 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.152 INFO kablam! | ^^^^^ Oct 27 20:20:24.152 INFO kablam! ... Oct 27 20:20:24.152 INFO kablam! 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Oct 27 20:20:24.152 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! Oct 27 20:20:24.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.152 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.152 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.152 INFO kablam! ... Oct 27 20:20:24.152 INFO kablam! 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Oct 27 20:20:24.152 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! Oct 27 20:20:24.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.152 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.152 INFO kablam! | ^^^^^ Oct 27 20:20:24.152 INFO kablam! ... Oct 27 20:20:24.152 INFO kablam! 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Oct 27 20:20:24.152 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! Oct 27 20:20:24.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.152 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.152 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.152 INFO kablam! ... Oct 27 20:20:24.152 INFO kablam! 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Oct 27 20:20:24.152 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! Oct 27 20:20:24.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.152 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.152 INFO kablam! | ^^^^^ Oct 27 20:20:24.152 INFO kablam! ... Oct 27 20:20:24.152 INFO kablam! 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Oct 27 20:20:24.152 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! Oct 27 20:20:24.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.152 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.152 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.152 INFO kablam! ... Oct 27 20:20:24.152 INFO kablam! 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Oct 27 20:20:24.152 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.152 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.153 INFO kablam! | Oct 27 20:20:24.153 INFO kablam! Oct 27 20:20:24.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.156 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.156 INFO kablam! | ^^^^^ Oct 27 20:20:24.156 INFO kablam! ... Oct 27 20:20:24.156 INFO kablam! 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Oct 27 20:20:24.156 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! Oct 27 20:20:24.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.156 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.156 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.156 INFO kablam! ... Oct 27 20:20:24.156 INFO kablam! 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Oct 27 20:20:24.156 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! Oct 27 20:20:24.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.156 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.156 INFO kablam! | ^^^^^ Oct 27 20:20:24.156 INFO kablam! ... Oct 27 20:20:24.156 INFO kablam! 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Oct 27 20:20:24.156 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.156 INFO kablam! | Oct 27 20:20:24.156 INFO kablam! Oct 27 20:20:24.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.157 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.157 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.157 INFO kablam! ... Oct 27 20:20:24.157 INFO kablam! 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Oct 27 20:20:24.157 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! Oct 27 20:20:24.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.157 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.157 INFO kablam! | ^^^^^ Oct 27 20:20:24.157 INFO kablam! ... Oct 27 20:20:24.157 INFO kablam! 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Oct 27 20:20:24.157 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! Oct 27 20:20:24.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.157 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.157 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.157 INFO kablam! ... Oct 27 20:20:24.157 INFO kablam! 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Oct 27 20:20:24.157 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! Oct 27 20:20:24.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.157 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.157 INFO kablam! | ^^^^^ Oct 27 20:20:24.157 INFO kablam! ... Oct 27 20:20:24.157 INFO kablam! 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Oct 27 20:20:24.157 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! Oct 27 20:20:24.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.157 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.157 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.157 INFO kablam! ... Oct 27 20:20:24.157 INFO kablam! 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Oct 27 20:20:24.157 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! Oct 27 20:20:24.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.157 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.157 INFO kablam! | ^^^^^ Oct 27 20:20:24.157 INFO kablam! ... Oct 27 20:20:24.157 INFO kablam! 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Oct 27 20:20:24.157 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.157 INFO kablam! | Oct 27 20:20:24.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! Oct 27 20:20:24.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.158 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.158 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.158 INFO kablam! ... Oct 27 20:20:24.158 INFO kablam! 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Oct 27 20:20:24.158 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! Oct 27 20:20:24.158 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.158 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.158 INFO kablam! | ^^^^^ Oct 27 20:20:24.158 INFO kablam! ... Oct 27 20:20:24.158 INFO kablam! 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Oct 27 20:20:24.158 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! Oct 27 20:20:24.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.158 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.158 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.158 INFO kablam! ... Oct 27 20:20:24.158 INFO kablam! 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Oct 27 20:20:24.158 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.158 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! Oct 27 20:20:24.159 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.159 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.159 INFO kablam! | ^^^^^ Oct 27 20:20:24.159 INFO kablam! ... Oct 27 20:20:24.159 INFO kablam! 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Oct 27 20:20:24.159 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! Oct 27 20:20:24.159 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.159 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.159 INFO kablam! ... Oct 27 20:20:24.159 INFO kablam! 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Oct 27 20:20:24.159 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! Oct 27 20:20:24.159 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.159 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.159 INFO kablam! | ^^^^^ Oct 27 20:20:24.159 INFO kablam! ... Oct 27 20:20:24.159 INFO kablam! 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Oct 27 20:20:24.159 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! Oct 27 20:20:24.159 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.159 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.159 INFO kablam! ... Oct 27 20:20:24.159 INFO kablam! 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Oct 27 20:20:24.159 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! Oct 27 20:20:24.159 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.159 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.159 INFO kablam! | ^^^^^ Oct 27 20:20:24.159 INFO kablam! ... Oct 27 20:20:24.159 INFO kablam! 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Oct 27 20:20:24.159 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.159 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! Oct 27 20:20:24.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.160 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.160 INFO kablam! ... Oct 27 20:20:24.160 INFO kablam! 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Oct 27 20:20:24.160 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! Oct 27 20:20:24.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.160 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.160 INFO kablam! | ^^^^^ Oct 27 20:20:24.160 INFO kablam! ... Oct 27 20:20:24.160 INFO kablam! 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Oct 27 20:20:24.160 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! Oct 27 20:20:24.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.160 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.160 INFO kablam! ... Oct 27 20:20:24.160 INFO kablam! 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Oct 27 20:20:24.160 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! Oct 27 20:20:24.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.160 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.160 INFO kablam! | ^^^^^ Oct 27 20:20:24.160 INFO kablam! ... Oct 27 20:20:24.160 INFO kablam! 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Oct 27 20:20:24.160 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! Oct 27 20:20:24.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.160 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.160 INFO kablam! ... Oct 27 20:20:24.160 INFO kablam! 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Oct 27 20:20:24.160 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! Oct 27 20:20:24.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.160 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.160 INFO kablam! | ^^^^^ Oct 27 20:20:24.160 INFO kablam! ... Oct 27 20:20:24.160 INFO kablam! 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Oct 27 20:20:24.160 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.160 INFO kablam! | Oct 27 20:20:24.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.161 INFO kablam! | Oct 27 20:20:24.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.161 INFO kablam! | Oct 27 20:20:24.161 INFO kablam! Oct 27 20:20:24.161 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.161 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.161 INFO kablam! | Oct 27 20:20:24.161 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.161 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.161 INFO kablam! ... Oct 27 20:20:24.161 INFO kablam! 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Oct 27 20:20:24.161 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.161 INFO kablam! | Oct 27 20:20:24.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! Oct 27 20:20:24.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.168 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.168 INFO kablam! | ^^^^^ Oct 27 20:20:24.168 INFO kablam! ... Oct 27 20:20:24.168 INFO kablam! 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Oct 27 20:20:24.168 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! Oct 27 20:20:24.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.168 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.168 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.168 INFO kablam! ... Oct 27 20:20:24.168 INFO kablam! 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Oct 27 20:20:24.168 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! Oct 27 20:20:24.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.168 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.168 INFO kablam! | ^^^^^ Oct 27 20:20:24.168 INFO kablam! ... Oct 27 20:20:24.168 INFO kablam! 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Oct 27 20:20:24.168 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! Oct 27 20:20:24.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.168 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.168 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.168 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.168 INFO kablam! ... Oct 27 20:20:24.168 INFO kablam! 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Oct 27 20:20:24.168 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.168 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! Oct 27 20:20:24.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.169 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.169 INFO kablam! | ^^^^^ Oct 27 20:20:24.169 INFO kablam! ... Oct 27 20:20:24.169 INFO kablam! 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Oct 27 20:20:24.169 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! Oct 27 20:20:24.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.169 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.169 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.169 INFO kablam! ... Oct 27 20:20:24.169 INFO kablam! 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Oct 27 20:20:24.169 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! Oct 27 20:20:24.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.169 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.169 INFO kablam! | ^^^^^ Oct 27 20:20:24.169 INFO kablam! ... Oct 27 20:20:24.169 INFO kablam! 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Oct 27 20:20:24.169 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! Oct 27 20:20:24.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.169 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.169 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.169 INFO kablam! ... Oct 27 20:20:24.169 INFO kablam! 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Oct 27 20:20:24.169 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! Oct 27 20:20:24.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.169 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.169 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.169 INFO kablam! | ^^^^^ Oct 27 20:20:24.169 INFO kablam! ... Oct 27 20:20:24.169 INFO kablam! 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Oct 27 20:20:24.169 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.169 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! Oct 27 20:20:24.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.170 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.170 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.170 INFO kablam! ... Oct 27 20:20:24.170 INFO kablam! 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Oct 27 20:20:24.170 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! Oct 27 20:20:24.170 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.170 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.170 INFO kablam! | ^^^^^ Oct 27 20:20:24.170 INFO kablam! ... Oct 27 20:20:24.170 INFO kablam! 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Oct 27 20:20:24.170 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! Oct 27 20:20:24.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.170 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.170 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.170 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.170 INFO kablam! ... Oct 27 20:20:24.170 INFO kablam! 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Oct 27 20:20:24.170 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.170 INFO kablam! | Oct 27 20:20:24.211 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.211 INFO kablam! | Oct 27 20:20:24.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.211 INFO kablam! | Oct 27 20:20:24.211 INFO kablam! Oct 27 20:20:24.211 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.211 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.211 INFO kablam! | Oct 27 20:20:24.211 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.211 INFO kablam! | ^^^^^ Oct 27 20:20:24.211 INFO kablam! ... Oct 27 20:20:24.211 INFO kablam! 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Oct 27 20:20:24.227 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! Oct 27 20:20:24.227 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.227 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.227 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.227 INFO kablam! ... Oct 27 20:20:24.227 INFO kablam! 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Oct 27 20:20:24.227 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! Oct 27 20:20:24.227 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.227 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.227 INFO kablam! | ^^^^^ Oct 27 20:20:24.227 INFO kablam! ... Oct 27 20:20:24.227 INFO kablam! 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Oct 27 20:20:24.227 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! Oct 27 20:20:24.227 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.227 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.227 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.227 INFO kablam! ... Oct 27 20:20:24.227 INFO kablam! 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Oct 27 20:20:24.227 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! Oct 27 20:20:24.227 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.227 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.227 INFO kablam! | ^^^^^ Oct 27 20:20:24.227 INFO kablam! ... Oct 27 20:20:24.227 INFO kablam! 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Oct 27 20:20:24.227 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! Oct 27 20:20:24.227 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.227 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.227 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.227 INFO kablam! ... Oct 27 20:20:24.227 INFO kablam! 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Oct 27 20:20:24.227 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.227 INFO kablam! | Oct 27 20:20:24.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! Oct 27 20:20:24.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.228 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.228 INFO kablam! | ^^^^^ Oct 27 20:20:24.228 INFO kablam! ... Oct 27 20:20:24.228 INFO kablam! 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Oct 27 20:20:24.228 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! Oct 27 20:20:24.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.228 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.228 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.228 INFO kablam! ... Oct 27 20:20:24.228 INFO kablam! 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Oct 27 20:20:24.228 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! Oct 27 20:20:24.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.228 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.228 INFO kablam! | ^^^^^ Oct 27 20:20:24.228 INFO kablam! ... Oct 27 20:20:24.228 INFO kablam! 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Oct 27 20:20:24.228 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! Oct 27 20:20:24.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.228 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.228 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.228 INFO kablam! ... Oct 27 20:20:24.228 INFO kablam! 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Oct 27 20:20:24.228 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! Oct 27 20:20:24.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.228 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.228 INFO kablam! | ^^^^^ Oct 27 20:20:24.228 INFO kablam! ... Oct 27 20:20:24.228 INFO kablam! 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Oct 27 20:20:24.228 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! Oct 27 20:20:24.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.228 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.228 INFO kablam! | Oct 27 20:20:24.228 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.228 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.228 INFO kablam! ... Oct 27 20:20:24.228 INFO kablam! 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Oct 27 20:20:24.228 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! Oct 27 20:20:24.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.229 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.229 INFO kablam! | ^^^^^ Oct 27 20:20:24.229 INFO kablam! ... Oct 27 20:20:24.229 INFO kablam! 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Oct 27 20:20:24.229 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! Oct 27 20:20:24.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.229 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.229 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.229 INFO kablam! ... Oct 27 20:20:24.229 INFO kablam! 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Oct 27 20:20:24.229 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! Oct 27 20:20:24.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.229 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.229 INFO kablam! | ^^^^^ Oct 27 20:20:24.229 INFO kablam! ... Oct 27 20:20:24.229 INFO kablam! 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Oct 27 20:20:24.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! Oct 27 20:20:24.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.229 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.229 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.229 INFO kablam! ... Oct 27 20:20:24.229 INFO kablam! 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Oct 27 20:20:24.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! Oct 27 20:20:24.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.229 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.229 INFO kablam! | ^^^^^ Oct 27 20:20:24.229 INFO kablam! ... Oct 27 20:20:24.229 INFO kablam! 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Oct 27 20:20:24.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.229 INFO kablam! | Oct 27 20:20:24.229 INFO kablam! Oct 27 20:20:24.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.230 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.230 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.230 INFO kablam! ... Oct 27 20:20:24.230 INFO kablam! 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Oct 27 20:20:24.230 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! Oct 27 20:20:24.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.230 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.230 INFO kablam! | ^^^^^ Oct 27 20:20:24.230 INFO kablam! ... Oct 27 20:20:24.230 INFO kablam! 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Oct 27 20:20:24.230 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! Oct 27 20:20:24.230 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.230 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.230 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.230 INFO kablam! ... Oct 27 20:20:24.230 INFO kablam! 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Oct 27 20:20:24.230 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! Oct 27 20:20:24.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.230 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.230 INFO kablam! | ^^^^^ Oct 27 20:20:24.230 INFO kablam! ... Oct 27 20:20:24.230 INFO kablam! 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Oct 27 20:20:24.230 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! Oct 27 20:20:24.230 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.230 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.230 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.230 INFO kablam! ... Oct 27 20:20:24.230 INFO kablam! 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Oct 27 20:20:24.230 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! Oct 27 20:20:24.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.230 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.230 INFO kablam! | Oct 27 20:20:24.230 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.231 INFO kablam! | ^^^^^ Oct 27 20:20:24.231 INFO kablam! ... Oct 27 20:20:24.231 INFO kablam! 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Oct 27 20:20:24.231 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! Oct 27 20:20:24.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.231 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.231 INFO kablam! ... Oct 27 20:20:24.231 INFO kablam! 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Oct 27 20:20:24.231 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! Oct 27 20:20:24.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.231 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.231 INFO kablam! | ^^^^^ Oct 27 20:20:24.231 INFO kablam! ... Oct 27 20:20:24.231 INFO kablam! 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Oct 27 20:20:24.231 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! Oct 27 20:20:24.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.231 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.231 INFO kablam! ... Oct 27 20:20:24.231 INFO kablam! 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Oct 27 20:20:24.231 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.231 INFO kablam! Oct 27 20:20:24.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.231 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.231 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.232 INFO kablam! | ^^^^^ Oct 27 20:20:24.232 INFO kablam! ... Oct 27 20:20:24.232 INFO kablam! 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Oct 27 20:20:24.232 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! Oct 27 20:20:24.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.232 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.232 INFO kablam! ... Oct 27 20:20:24.232 INFO kablam! 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Oct 27 20:20:24.232 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! Oct 27 20:20:24.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.232 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.232 INFO kablam! | ^^^^^ Oct 27 20:20:24.232 INFO kablam! ... Oct 27 20:20:24.232 INFO kablam! 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Oct 27 20:20:24.232 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! Oct 27 20:20:24.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.232 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.232 INFO kablam! ... Oct 27 20:20:24.232 INFO kablam! 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Oct 27 20:20:24.232 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! Oct 27 20:20:24.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.232 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.232 INFO kablam! | ^^^^^ Oct 27 20:20:24.232 INFO kablam! ... Oct 27 20:20:24.232 INFO kablam! 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Oct 27 20:20:24.232 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.232 INFO kablam! | Oct 27 20:20:24.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! Oct 27 20:20:24.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.233 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.233 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.233 INFO kablam! ... Oct 27 20:20:24.233 INFO kablam! 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Oct 27 20:20:24.233 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! Oct 27 20:20:24.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.233 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.233 INFO kablam! | ^^^^^ Oct 27 20:20:24.233 INFO kablam! ... Oct 27 20:20:24.233 INFO kablam! 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Oct 27 20:20:24.233 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! Oct 27 20:20:24.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.233 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.233 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.233 INFO kablam! ... Oct 27 20:20:24.233 INFO kablam! 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Oct 27 20:20:24.233 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! Oct 27 20:20:24.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.233 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.233 INFO kablam! | ^^^^^ Oct 27 20:20:24.233 INFO kablam! ... Oct 27 20:20:24.233 INFO kablam! 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Oct 27 20:20:24.233 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.233 INFO kablam! Oct 27 20:20:24.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.233 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.233 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.234 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.234 INFO kablam! ... Oct 27 20:20:24.234 INFO kablam! 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Oct 27 20:20:24.234 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! Oct 27 20:20:24.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.234 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.234 INFO kablam! | ^^^^^ Oct 27 20:20:24.234 INFO kablam! ... Oct 27 20:20:24.234 INFO kablam! 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Oct 27 20:20:24.234 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! Oct 27 20:20:24.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.234 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.234 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.234 INFO kablam! ... Oct 27 20:20:24.234 INFO kablam! 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Oct 27 20:20:24.234 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! Oct 27 20:20:24.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.234 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.234 INFO kablam! | ^^^^^ Oct 27 20:20:24.234 INFO kablam! ... Oct 27 20:20:24.234 INFO kablam! 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); Oct 27 20:20:24.234 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.234 INFO kablam! Oct 27 20:20:24.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.234 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.234 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.235 INFO kablam! ... Oct 27 20:20:24.235 INFO kablam! 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); Oct 27 20:20:24.235 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! Oct 27 20:20:24.235 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.235 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.235 INFO kablam! | ^^^^^ Oct 27 20:20:24.235 INFO kablam! ... Oct 27 20:20:24.235 INFO kablam! 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); Oct 27 20:20:24.235 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! Oct 27 20:20:24.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.235 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.235 INFO kablam! ... Oct 27 20:20:24.235 INFO kablam! 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); Oct 27 20:20:24.235 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! Oct 27 20:20:24.235 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.235 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.235 INFO kablam! | ^^^^^ Oct 27 20:20:24.235 INFO kablam! ... Oct 27 20:20:24.235 INFO kablam! 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); Oct 27 20:20:24.235 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! Oct 27 20:20:24.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.235 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.235 INFO kablam! ... Oct 27 20:20:24.235 INFO kablam! 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); Oct 27 20:20:24.235 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! Oct 27 20:20:24.235 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.235 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.235 INFO kablam! | Oct 27 20:20:24.235 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.236 INFO kablam! | ^^^^^ Oct 27 20:20:24.236 INFO kablam! ... Oct 27 20:20:24.236 INFO kablam! 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Oct 27 20:20:24.236 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! Oct 27 20:20:24.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.236 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.236 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.236 INFO kablam! ... Oct 27 20:20:24.236 INFO kablam! 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Oct 27 20:20:24.236 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! Oct 27 20:20:24.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.236 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.236 INFO kablam! | ^^^^^ Oct 27 20:20:24.236 INFO kablam! ... Oct 27 20:20:24.236 INFO kablam! 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Oct 27 20:20:24.236 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! Oct 27 20:20:24.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.236 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.236 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.236 INFO kablam! ... Oct 27 20:20:24.236 INFO kablam! 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Oct 27 20:20:24.236 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! Oct 27 20:20:24.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.236 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.236 INFO kablam! | ^^^^^ Oct 27 20:20:24.236 INFO kablam! ... Oct 27 20:20:24.236 INFO kablam! 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Oct 27 20:20:24.236 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! Oct 27 20:20:24.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.236 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.236 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.236 INFO kablam! ... Oct 27 20:20:24.236 INFO kablam! 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Oct 27 20:20:24.236 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.236 INFO kablam! | Oct 27 20:20:24.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! Oct 27 20:20:24.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.237 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.237 INFO kablam! | ^^^^^ Oct 27 20:20:24.237 INFO kablam! ... Oct 27 20:20:24.237 INFO kablam! 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Oct 27 20:20:24.237 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! Oct 27 20:20:24.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.237 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.237 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.237 INFO kablam! ... Oct 27 20:20:24.237 INFO kablam! 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Oct 27 20:20:24.237 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! Oct 27 20:20:24.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.237 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.237 INFO kablam! | ^^^^^ Oct 27 20:20:24.237 INFO kablam! ... Oct 27 20:20:24.237 INFO kablam! 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Oct 27 20:20:24.237 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! Oct 27 20:20:24.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.237 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.237 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.237 INFO kablam! ... Oct 27 20:20:24.237 INFO kablam! 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Oct 27 20:20:24.237 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! Oct 27 20:20:24.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.237 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.237 INFO kablam! | ^^^^^ Oct 27 20:20:24.237 INFO kablam! ... Oct 27 20:20:24.237 INFO kablam! 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Oct 27 20:20:24.237 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.237 INFO kablam! | Oct 27 20:20:24.237 INFO kablam! Oct 27 20:20:24.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.237 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.238 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.238 INFO kablam! ... Oct 27 20:20:24.238 INFO kablam! 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Oct 27 20:20:24.238 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! Oct 27 20:20:24.238 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.238 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.238 INFO kablam! | ^^^^^ Oct 27 20:20:24.238 INFO kablam! ... Oct 27 20:20:24.238 INFO kablam! 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Oct 27 20:20:24.238 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! Oct 27 20:20:24.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.238 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.238 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.238 INFO kablam! ... Oct 27 20:20:24.238 INFO kablam! 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Oct 27 20:20:24.238 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! Oct 27 20:20:24.238 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.238 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.238 INFO kablam! | ^^^^^ Oct 27 20:20:24.238 INFO kablam! ... Oct 27 20:20:24.238 INFO kablam! 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Oct 27 20:20:24.238 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! Oct 27 20:20:24.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.238 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.238 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.238 INFO kablam! ... Oct 27 20:20:24.238 INFO kablam! 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Oct 27 20:20:24.238 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! Oct 27 20:20:24.238 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.238 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.238 INFO kablam! | Oct 27 20:20:24.238 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.238 INFO kablam! | ^^^^^ Oct 27 20:20:24.239 INFO kablam! ... Oct 27 20:20:24.239 INFO kablam! 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Oct 27 20:20:24.239 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! Oct 27 20:20:24.239 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.239 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.239 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.239 INFO kablam! ... Oct 27 20:20:24.239 INFO kablam! 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Oct 27 20:20:24.239 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! Oct 27 20:20:24.239 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.239 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.239 INFO kablam! | ^^^^^ Oct 27 20:20:24.239 INFO kablam! ... Oct 27 20:20:24.239 INFO kablam! 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Oct 27 20:20:24.239 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! Oct 27 20:20:24.239 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.239 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.239 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.239 INFO kablam! ... Oct 27 20:20:24.239 INFO kablam! 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Oct 27 20:20:24.239 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! Oct 27 20:20:24.239 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.239 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.239 INFO kablam! | ^^^^^ Oct 27 20:20:24.239 INFO kablam! ... Oct 27 20:20:24.239 INFO kablam! 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Oct 27 20:20:24.239 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! Oct 27 20:20:24.239 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.239 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.239 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.239 INFO kablam! ... Oct 27 20:20:24.239 INFO kablam! 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Oct 27 20:20:24.239 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.239 INFO kablam! | Oct 27 20:20:24.239 INFO kablam! Oct 27 20:20:24.240 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.240 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.240 INFO kablam! | ^^^^^ Oct 27 20:20:24.240 INFO kablam! ... Oct 27 20:20:24.240 INFO kablam! 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Oct 27 20:20:24.240 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! Oct 27 20:20:24.240 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.240 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.240 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.240 INFO kablam! ... Oct 27 20:20:24.240 INFO kablam! 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Oct 27 20:20:24.240 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! Oct 27 20:20:24.240 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.240 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.240 INFO kablam! | ^^^^^ Oct 27 20:20:24.240 INFO kablam! ... Oct 27 20:20:24.240 INFO kablam! 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Oct 27 20:20:24.240 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! Oct 27 20:20:24.240 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.240 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.240 INFO kablam! | Oct 27 20:20:24.240 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.240 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.240 INFO kablam! ... Oct 27 20:20:24.245 INFO kablam! 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Oct 27 20:20:24.245 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.245 INFO kablam! | Oct 27 20:20:24.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.245 INFO kablam! | Oct 27 20:20:24.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.245 INFO kablam! | Oct 27 20:20:24.245 INFO kablam! Oct 27 20:20:24.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.245 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.245 INFO kablam! | Oct 27 20:20:24.245 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.245 INFO kablam! | ^^^^^ Oct 27 20:20:24.245 INFO kablam! ... Oct 27 20:20:24.246 INFO kablam! 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Oct 27 20:20:24.246 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! Oct 27 20:20:24.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.246 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.246 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.246 INFO kablam! ... Oct 27 20:20:24.246 INFO kablam! 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Oct 27 20:20:24.246 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! Oct 27 20:20:24.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.246 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.246 INFO kablam! | ^^^^^ Oct 27 20:20:24.246 INFO kablam! ... Oct 27 20:20:24.246 INFO kablam! 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Oct 27 20:20:24.246 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! Oct 27 20:20:24.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.246 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.246 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.246 INFO kablam! ... Oct 27 20:20:24.246 INFO kablam! 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Oct 27 20:20:24.246 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! Oct 27 20:20:24.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.246 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.246 INFO kablam! | ^^^^^ Oct 27 20:20:24.246 INFO kablam! ... Oct 27 20:20:24.246 INFO kablam! 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Oct 27 20:20:24.246 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! Oct 27 20:20:24.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.246 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.246 INFO kablam! | Oct 27 20:20:24.246 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.246 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.246 INFO kablam! ... Oct 27 20:20:24.246 INFO kablam! 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Oct 27 20:20:24.246 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! Oct 27 20:20:24.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.247 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.247 INFO kablam! | ^^^^^ Oct 27 20:20:24.247 INFO kablam! ... Oct 27 20:20:24.247 INFO kablam! 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Oct 27 20:20:24.247 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! Oct 27 20:20:24.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.247 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.247 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.247 INFO kablam! ... Oct 27 20:20:24.247 INFO kablam! 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Oct 27 20:20:24.247 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! Oct 27 20:20:24.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.247 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.247 INFO kablam! | ^^^^^ Oct 27 20:20:24.247 INFO kablam! ... Oct 27 20:20:24.247 INFO kablam! 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Oct 27 20:20:24.247 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! Oct 27 20:20:24.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.247 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.247 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.247 INFO kablam! ... Oct 27 20:20:24.247 INFO kablam! 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Oct 27 20:20:24.247 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! Oct 27 20:20:24.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.247 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.247 INFO kablam! | ^^^^^ Oct 27 20:20:24.247 INFO kablam! ... Oct 27 20:20:24.247 INFO kablam! 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Oct 27 20:20:24.247 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.247 INFO kablam! | Oct 27 20:20:24.247 INFO kablam! Oct 27 20:20:24.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.247 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.248 INFO kablam! | Oct 27 20:20:24.248 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.248 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.248 INFO kablam! ... Oct 27 20:20:24.248 INFO kablam! 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Oct 27 20:20:24.248 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.248 INFO kablam! | Oct 27 20:20:24.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.248 INFO kablam! | Oct 27 20:20:24.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.248 INFO kablam! | Oct 27 20:20:24.248 INFO kablam! Oct 27 20:20:24.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.248 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.248 INFO kablam! | Oct 27 20:20:24.248 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.248 INFO kablam! | ^^^^^ Oct 27 20:20:24.248 INFO kablam! ... Oct 27 20:20:24.248 INFO kablam! 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Oct 27 20:20:24.248 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.248 INFO kablam! | Oct 27 20:20:24.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.248 INFO kablam! | Oct 27 20:20:24.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.248 INFO kablam! | Oct 27 20:20:24.248 INFO kablam! Oct 27 20:20:24.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.248 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.248 INFO kablam! | Oct 27 20:20:24.248 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.248 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.248 INFO kablam! ... Oct 27 20:20:24.248 INFO kablam! 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Oct 27 20:20:24.262 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.262 INFO kablam! | Oct 27 20:20:24.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! Oct 27 20:20:24.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.263 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.263 INFO kablam! | ^^^^^ Oct 27 20:20:24.263 INFO kablam! ... Oct 27 20:20:24.263 INFO kablam! 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Oct 27 20:20:24.263 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! Oct 27 20:20:24.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.263 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.263 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.263 INFO kablam! ... Oct 27 20:20:24.263 INFO kablam! 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Oct 27 20:20:24.263 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! Oct 27 20:20:24.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.263 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.263 INFO kablam! | ^^^^^ Oct 27 20:20:24.263 INFO kablam! ... Oct 27 20:20:24.263 INFO kablam! 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Oct 27 20:20:24.263 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! Oct 27 20:20:24.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.263 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.263 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.263 INFO kablam! ... Oct 27 20:20:24.263 INFO kablam! 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Oct 27 20:20:24.263 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! Oct 27 20:20:24.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.263 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.263 INFO kablam! | ^^^^^ Oct 27 20:20:24.263 INFO kablam! ... Oct 27 20:20:24.263 INFO kablam! 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Oct 27 20:20:24.263 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.263 INFO kablam! | Oct 27 20:20:24.263 INFO kablam! Oct 27 20:20:24.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.263 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.264 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.264 INFO kablam! ... Oct 27 20:20:24.264 INFO kablam! 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Oct 27 20:20:24.264 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! Oct 27 20:20:24.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.264 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.264 INFO kablam! | ^^^^^ Oct 27 20:20:24.264 INFO kablam! ... Oct 27 20:20:24.264 INFO kablam! 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Oct 27 20:20:24.264 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! Oct 27 20:20:24.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.264 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.264 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.264 INFO kablam! ... Oct 27 20:20:24.264 INFO kablam! 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Oct 27 20:20:24.264 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! Oct 27 20:20:24.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.264 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.264 INFO kablam! | ^^^^^ Oct 27 20:20:24.264 INFO kablam! ... Oct 27 20:20:24.264 INFO kablam! 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Oct 27 20:20:24.264 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! Oct 27 20:20:24.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.264 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.264 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.264 INFO kablam! ... Oct 27 20:20:24.264 INFO kablam! 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Oct 27 20:20:24.264 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! Oct 27 20:20:24.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.264 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.264 INFO kablam! | ^^^^^ Oct 27 20:20:24.264 INFO kablam! ... Oct 27 20:20:24.264 INFO kablam! 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Oct 27 20:20:24.264 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.264 INFO kablam! | Oct 27 20:20:24.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! Oct 27 20:20:24.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.265 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.265 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.265 INFO kablam! ... Oct 27 20:20:24.265 INFO kablam! 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Oct 27 20:20:24.265 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! Oct 27 20:20:24.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.265 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.265 INFO kablam! | ^^^^^ Oct 27 20:20:24.265 INFO kablam! ... Oct 27 20:20:24.265 INFO kablam! 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Oct 27 20:20:24.265 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! Oct 27 20:20:24.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.265 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.265 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.265 INFO kablam! ... Oct 27 20:20:24.265 INFO kablam! 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Oct 27 20:20:24.265 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! Oct 27 20:20:24.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.265 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.265 INFO kablam! | ^^^^^ Oct 27 20:20:24.265 INFO kablam! ... Oct 27 20:20:24.265 INFO kablam! 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Oct 27 20:20:24.265 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! Oct 27 20:20:24.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.265 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.265 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.265 INFO kablam! ... Oct 27 20:20:24.265 INFO kablam! 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Oct 27 20:20:24.265 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.265 INFO kablam! | Oct 27 20:20:24.265 INFO kablam! Oct 27 20:20:24.266 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.266 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.266 INFO kablam! | ^^^^^ Oct 27 20:20:24.266 INFO kablam! ... Oct 27 20:20:24.266 INFO kablam! 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Oct 27 20:20:24.266 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! Oct 27 20:20:24.266 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.266 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.266 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.266 INFO kablam! ... Oct 27 20:20:24.266 INFO kablam! 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Oct 27 20:20:24.266 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! Oct 27 20:20:24.266 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.266 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.266 INFO kablam! | ^^^^^ Oct 27 20:20:24.266 INFO kablam! ... Oct 27 20:20:24.266 INFO kablam! 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Oct 27 20:20:24.266 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! Oct 27 20:20:24.266 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.266 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.266 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.266 INFO kablam! ... Oct 27 20:20:24.266 INFO kablam! 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Oct 27 20:20:24.266 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! Oct 27 20:20:24.266 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.266 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.266 INFO kablam! | ^^^^^ Oct 27 20:20:24.266 INFO kablam! ... Oct 27 20:20:24.266 INFO kablam! 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Oct 27 20:20:24.266 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.266 INFO kablam! | Oct 27 20:20:24.266 INFO kablam! Oct 27 20:20:24.266 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.278 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.279 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.279 INFO kablam! ... Oct 27 20:20:24.279 INFO kablam! 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Oct 27 20:20:24.279 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.279 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! Oct 27 20:20:24.279 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.279 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.279 INFO kablam! | ^^^^^ Oct 27 20:20:24.279 INFO kablam! ... Oct 27 20:20:24.279 INFO kablam! 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Oct 27 20:20:24.279 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.279 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! Oct 27 20:20:24.279 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.279 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.279 INFO kablam! | Oct 27 20:20:24.279 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.279 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.281 INFO kablam! ... Oct 27 20:20:24.281 INFO kablam! 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Oct 27 20:20:24.281 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.281 INFO kablam! | Oct 27 20:20:24.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.281 INFO kablam! | Oct 27 20:20:24.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.281 INFO kablam! | Oct 27 20:20:24.281 INFO kablam! Oct 27 20:20:24.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.281 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.281 INFO kablam! | Oct 27 20:20:24.281 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.282 INFO kablam! | ^^^^^ Oct 27 20:20:24.282 INFO kablam! ... Oct 27 20:20:24.282 INFO kablam! 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Oct 27 20:20:24.282 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.282 INFO kablam! | Oct 27 20:20:24.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.282 INFO kablam! | Oct 27 20:20:24.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.282 INFO kablam! | Oct 27 20:20:24.282 INFO kablam! Oct 27 20:20:24.282 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.282 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.282 INFO kablam! | Oct 27 20:20:24.283 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.283 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.283 INFO kablam! ... Oct 27 20:20:24.283 INFO kablam! 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Oct 27 20:20:24.283 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.283 INFO kablam! | Oct 27 20:20:24.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.283 INFO kablam! | Oct 27 20:20:24.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.283 INFO kablam! | Oct 27 20:20:24.283 INFO kablam! Oct 27 20:20:24.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.284 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.284 INFO kablam! | Oct 27 20:20:24.284 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.284 INFO kablam! | ^^^^^ Oct 27 20:20:24.284 INFO kablam! ... Oct 27 20:20:24.284 INFO kablam! 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); Oct 27 20:20:24.284 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.284 INFO kablam! | Oct 27 20:20:24.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.284 INFO kablam! | Oct 27 20:20:24.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.284 INFO kablam! | Oct 27 20:20:24.284 INFO kablam! Oct 27 20:20:24.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.284 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.284 INFO kablam! | Oct 27 20:20:24.284 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.284 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.284 INFO kablam! ... Oct 27 20:20:24.284 INFO kablam! 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); Oct 27 20:20:24.284 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.284 INFO kablam! | Oct 27 20:20:24.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.284 INFO kablam! | Oct 27 20:20:24.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.284 INFO kablam! | Oct 27 20:20:24.284 INFO kablam! Oct 27 20:20:24.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.285 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.285 INFO kablam! | Oct 27 20:20:24.285 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.285 INFO kablam! | ^^^^^ Oct 27 20:20:24.285 INFO kablam! ... Oct 27 20:20:24.285 INFO kablam! 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); Oct 27 20:20:24.285 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.285 INFO kablam! | Oct 27 20:20:24.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.285 INFO kablam! | Oct 27 20:20:24.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.285 INFO kablam! | Oct 27 20:20:24.285 INFO kablam! Oct 27 20:20:24.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.285 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.285 INFO kablam! | Oct 27 20:20:24.285 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.285 INFO kablam! ... Oct 27 20:20:24.285 INFO kablam! 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); Oct 27 20:20:24.286 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.286 INFO kablam! | Oct 27 20:20:24.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.286 INFO kablam! | Oct 27 20:20:24.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.286 INFO kablam! | Oct 27 20:20:24.286 INFO kablam! Oct 27 20:20:24.286 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.286 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.286 INFO kablam! | Oct 27 20:20:24.286 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.286 INFO kablam! | ^^^^^ Oct 27 20:20:24.286 INFO kablam! ... Oct 27 20:20:24.286 INFO kablam! 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); Oct 27 20:20:24.286 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.286 INFO kablam! | Oct 27 20:20:24.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.286 INFO kablam! | Oct 27 20:20:24.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.286 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! Oct 27 20:20:24.290 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.290 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.290 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.290 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.290 INFO kablam! ... Oct 27 20:20:24.290 INFO kablam! 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); Oct 27 20:20:24.290 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.290 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! Oct 27 20:20:24.291 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.291 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.291 INFO kablam! | ^^^^^ Oct 27 20:20:24.291 INFO kablam! ... Oct 27 20:20:24.291 INFO kablam! 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); Oct 27 20:20:24.291 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! Oct 27 20:20:24.291 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.291 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.291 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.291 INFO kablam! ... Oct 27 20:20:24.291 INFO kablam! 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); Oct 27 20:20:24.291 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! Oct 27 20:20:24.291 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.291 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.291 INFO kablam! | ^^^^^ Oct 27 20:20:24.291 INFO kablam! ... Oct 27 20:20:24.291 INFO kablam! 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); Oct 27 20:20:24.291 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! Oct 27 20:20:24.291 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.291 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.291 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.291 INFO kablam! ... Oct 27 20:20:24.291 INFO kablam! 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); Oct 27 20:20:24.291 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.291 INFO kablam! | Oct 27 20:20:24.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! Oct 27 20:20:24.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.292 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.292 INFO kablam! | ^^^^^ Oct 27 20:20:24.292 INFO kablam! ... Oct 27 20:20:24.292 INFO kablam! 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); Oct 27 20:20:24.292 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! Oct 27 20:20:24.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.292 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.292 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.292 INFO kablam! ... Oct 27 20:20:24.292 INFO kablam! 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); Oct 27 20:20:24.292 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! Oct 27 20:20:24.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.292 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.292 INFO kablam! | ^^^^^ Oct 27 20:20:24.292 INFO kablam! ... Oct 27 20:20:24.292 INFO kablam! 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Oct 27 20:20:24.292 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! Oct 27 20:20:24.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.292 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.292 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.292 INFO kablam! ... Oct 27 20:20:24.292 INFO kablam! 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Oct 27 20:20:24.292 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! Oct 27 20:20:24.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.292 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.292 INFO kablam! | ^^^^^ Oct 27 20:20:24.292 INFO kablam! ... Oct 27 20:20:24.292 INFO kablam! 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Oct 27 20:20:24.292 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! Oct 27 20:20:24.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.292 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.292 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.292 INFO kablam! ... Oct 27 20:20:24.292 INFO kablam! 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Oct 27 20:20:24.292 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.292 INFO kablam! | Oct 27 20:20:24.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! Oct 27 20:20:24.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.293 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.293 INFO kablam! | ^^^^^ Oct 27 20:20:24.293 INFO kablam! ... Oct 27 20:20:24.293 INFO kablam! 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Oct 27 20:20:24.293 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! Oct 27 20:20:24.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.293 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.293 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.293 INFO kablam! ... Oct 27 20:20:24.293 INFO kablam! 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Oct 27 20:20:24.293 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! Oct 27 20:20:24.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.293 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.293 INFO kablam! | ^^^^^ Oct 27 20:20:24.293 INFO kablam! ... Oct 27 20:20:24.293 INFO kablam! 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Oct 27 20:20:24.293 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! Oct 27 20:20:24.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.293 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.293 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.293 INFO kablam! ... Oct 27 20:20:24.293 INFO kablam! 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Oct 27 20:20:24.293 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! Oct 27 20:20:24.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.293 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.293 INFO kablam! | ^^^^^ Oct 27 20:20:24.293 INFO kablam! ... Oct 27 20:20:24.293 INFO kablam! 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Oct 27 20:20:24.293 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.293 INFO kablam! | Oct 27 20:20:24.293 INFO kablam! Oct 27 20:20:24.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.295 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.295 INFO kablam! | Oct 27 20:20:24.295 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.295 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.295 INFO kablam! ... Oct 27 20:20:24.295 INFO kablam! 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Oct 27 20:20:24.295 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.295 INFO kablam! | Oct 27 20:20:24.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.295 INFO kablam! | Oct 27 20:20:24.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.295 INFO kablam! | Oct 27 20:20:24.295 INFO kablam! Oct 27 20:20:24.295 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.295 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.295 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.296 INFO kablam! | ^^^^^ Oct 27 20:20:24.296 INFO kablam! ... Oct 27 20:20:24.296 INFO kablam! 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Oct 27 20:20:24.296 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! Oct 27 20:20:24.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.296 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.296 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.296 INFO kablam! ... Oct 27 20:20:24.296 INFO kablam! 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Oct 27 20:20:24.296 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! Oct 27 20:20:24.296 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.296 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.296 INFO kablam! | ^^^^^ Oct 27 20:20:24.296 INFO kablam! ... Oct 27 20:20:24.296 INFO kablam! 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Oct 27 20:20:24.296 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! Oct 27 20:20:24.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.296 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.296 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.296 INFO kablam! ... Oct 27 20:20:24.296 INFO kablam! 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Oct 27 20:20:24.296 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.296 INFO kablam! | Oct 27 20:20:24.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! Oct 27 20:20:24.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.297 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.297 INFO kablam! | ^^^^^ Oct 27 20:20:24.297 INFO kablam! ... Oct 27 20:20:24.297 INFO kablam! 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Oct 27 20:20:24.297 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! Oct 27 20:20:24.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.297 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.297 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.297 INFO kablam! ... Oct 27 20:20:24.297 INFO kablam! 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Oct 27 20:20:24.297 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! Oct 27 20:20:24.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.297 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.297 INFO kablam! | ^^^^^ Oct 27 20:20:24.297 INFO kablam! ... Oct 27 20:20:24.297 INFO kablam! 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Oct 27 20:20:24.297 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! Oct 27 20:20:24.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.297 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.297 INFO kablam! | Oct 27 20:20:24.297 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.297 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.298 INFO kablam! ... Oct 27 20:20:24.298 INFO kablam! 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Oct 27 20:20:24.298 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! Oct 27 20:20:24.298 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.298 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.298 INFO kablam! | ^^^^^ Oct 27 20:20:24.298 INFO kablam! ... Oct 27 20:20:24.298 INFO kablam! 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Oct 27 20:20:24.298 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! Oct 27 20:20:24.298 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.298 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.298 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.298 INFO kablam! ... Oct 27 20:20:24.298 INFO kablam! 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Oct 27 20:20:24.298 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.298 INFO kablam! | Oct 27 20:20:24.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.299 INFO kablam! | Oct 27 20:20:24.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.299 INFO kablam! | Oct 27 20:20:24.299 INFO kablam! Oct 27 20:20:24.299 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.299 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.299 INFO kablam! | Oct 27 20:20:24.299 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.299 INFO kablam! | ^^^^^ Oct 27 20:20:24.299 INFO kablam! ... Oct 27 20:20:24.299 INFO kablam! 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Oct 27 20:20:24.299 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.299 INFO kablam! | Oct 27 20:20:24.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.299 INFO kablam! | Oct 27 20:20:24.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.299 INFO kablam! | Oct 27 20:20:24.299 INFO kablam! Oct 27 20:20:24.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.301 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.301 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.301 INFO kablam! ... Oct 27 20:20:24.301 INFO kablam! 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Oct 27 20:20:24.301 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! Oct 27 20:20:24.301 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.301 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.301 INFO kablam! | ^^^^^ Oct 27 20:20:24.301 INFO kablam! ... Oct 27 20:20:24.301 INFO kablam! 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Oct 27 20:20:24.301 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! Oct 27 20:20:24.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.301 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.301 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.301 INFO kablam! ... Oct 27 20:20:24.301 INFO kablam! 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Oct 27 20:20:24.301 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.301 INFO kablam! | Oct 27 20:20:24.301 INFO kablam! Oct 27 20:20:24.302 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.302 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.302 INFO kablam! | Oct 27 20:20:24.302 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.303 INFO kablam! | ^^^^^ Oct 27 20:20:24.303 INFO kablam! ... Oct 27 20:20:24.303 INFO kablam! 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Oct 27 20:20:24.303 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.303 INFO kablam! | Oct 27 20:20:24.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.303 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! Oct 27 20:20:24.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.304 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.304 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.304 INFO kablam! ... Oct 27 20:20:24.304 INFO kablam! 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Oct 27 20:20:24.304 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! Oct 27 20:20:24.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.304 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.304 INFO kablam! | ^^^^^ Oct 27 20:20:24.304 INFO kablam! ... Oct 27 20:20:24.304 INFO kablam! 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Oct 27 20:20:24.304 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! Oct 27 20:20:24.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.304 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.304 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.304 INFO kablam! ... Oct 27 20:20:24.304 INFO kablam! 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Oct 27 20:20:24.304 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! Oct 27 20:20:24.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.304 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.304 INFO kablam! | ^^^^^ Oct 27 20:20:24.304 INFO kablam! ... Oct 27 20:20:24.304 INFO kablam! 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Oct 27 20:20:24.304 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! Oct 27 20:20:24.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.304 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.304 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.304 INFO kablam! ... Oct 27 20:20:24.304 INFO kablam! 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Oct 27 20:20:24.304 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! Oct 27 20:20:24.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.304 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.304 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.304 INFO kablam! | ^^^^^ Oct 27 20:20:24.304 INFO kablam! ... Oct 27 20:20:24.304 INFO kablam! 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Oct 27 20:20:24.304 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.304 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! Oct 27 20:20:24.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.305 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.305 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.305 INFO kablam! ... Oct 27 20:20:24.305 INFO kablam! 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Oct 27 20:20:24.305 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! Oct 27 20:20:24.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.305 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.305 INFO kablam! | ^^^^^ Oct 27 20:20:24.305 INFO kablam! ... Oct 27 20:20:24.305 INFO kablam! 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Oct 27 20:20:24.305 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! Oct 27 20:20:24.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.305 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.305 INFO kablam! | Oct 27 20:20:24.305 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.305 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.305 INFO kablam! ... Oct 27 20:20:24.305 INFO kablam! 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Oct 27 20:20:24.306 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.306 INFO kablam! | Oct 27 20:20:24.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.306 INFO kablam! | Oct 27 20:20:24.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.306 INFO kablam! | Oct 27 20:20:24.306 INFO kablam! Oct 27 20:20:24.306 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.306 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.306 INFO kablam! | Oct 27 20:20:24.306 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.306 INFO kablam! | ^^^^^ Oct 27 20:20:24.306 INFO kablam! ... Oct 27 20:20:24.306 INFO kablam! 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Oct 27 20:20:24.306 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.306 INFO kablam! | Oct 27 20:20:24.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.306 INFO kablam! | Oct 27 20:20:24.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.306 INFO kablam! | Oct 27 20:20:24.306 INFO kablam! Oct 27 20:20:24.306 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.306 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.306 INFO kablam! | Oct 27 20:20:24.306 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.306 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.306 INFO kablam! ... Oct 27 20:20:24.306 INFO kablam! 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Oct 27 20:20:24.306 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.306 INFO kablam! | Oct 27 20:20:24.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! Oct 27 20:20:24.307 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.307 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.307 INFO kablam! | ^^^^^ Oct 27 20:20:24.307 INFO kablam! ... Oct 27 20:20:24.307 INFO kablam! 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Oct 27 20:20:24.307 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! Oct 27 20:20:24.307 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.307 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.307 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.307 INFO kablam! ... Oct 27 20:20:24.307 INFO kablam! 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Oct 27 20:20:24.307 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! Oct 27 20:20:24.307 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.307 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.307 INFO kablam! | ^^^^^ Oct 27 20:20:24.307 INFO kablam! ... Oct 27 20:20:24.307 INFO kablam! 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Oct 27 20:20:24.307 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! Oct 27 20:20:24.307 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.307 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.307 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.307 INFO kablam! ... Oct 27 20:20:24.307 INFO kablam! 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Oct 27 20:20:24.307 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! Oct 27 20:20:24.307 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.307 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.307 INFO kablam! | ^^^^^ Oct 27 20:20:24.307 INFO kablam! ... Oct 27 20:20:24.307 INFO kablam! 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Oct 27 20:20:24.307 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! Oct 27 20:20:24.307 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.307 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.307 INFO kablam! | Oct 27 20:20:24.307 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.307 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.307 INFO kablam! ... Oct 27 20:20:24.307 INFO kablam! 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Oct 27 20:20:24.308 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! Oct 27 20:20:24.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.308 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.308 INFO kablam! | ^^^^^ Oct 27 20:20:24.308 INFO kablam! ... Oct 27 20:20:24.308 INFO kablam! 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Oct 27 20:20:24.308 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! Oct 27 20:20:24.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.308 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.308 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.308 INFO kablam! ... Oct 27 20:20:24.308 INFO kablam! 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Oct 27 20:20:24.308 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! Oct 27 20:20:24.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.308 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.308 INFO kablam! | ^^^^^ Oct 27 20:20:24.308 INFO kablam! ... Oct 27 20:20:24.308 INFO kablam! 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Oct 27 20:20:24.308 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! Oct 27 20:20:24.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.308 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.308 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.308 INFO kablam! ... Oct 27 20:20:24.308 INFO kablam! 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Oct 27 20:20:24.308 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! Oct 27 20:20:24.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.308 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.308 INFO kablam! | ^^^^^ Oct 27 20:20:24.308 INFO kablam! ... Oct 27 20:20:24.308 INFO kablam! 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Oct 27 20:20:24.308 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! Oct 27 20:20:24.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.308 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.308 INFO kablam! | Oct 27 20:20:24.308 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.308 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.309 INFO kablam! ... Oct 27 20:20:24.309 INFO kablam! 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Oct 27 20:20:24.309 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! Oct 27 20:20:24.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.309 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.309 INFO kablam! | ^^^^^ Oct 27 20:20:24.309 INFO kablam! ... Oct 27 20:20:24.309 INFO kablam! 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Oct 27 20:20:24.309 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! Oct 27 20:20:24.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.309 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.309 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.309 INFO kablam! ... Oct 27 20:20:24.309 INFO kablam! 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Oct 27 20:20:24.309 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! Oct 27 20:20:24.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.309 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.309 INFO kablam! | ^^^^^ Oct 27 20:20:24.309 INFO kablam! ... Oct 27 20:20:24.309 INFO kablam! 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Oct 27 20:20:24.309 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! Oct 27 20:20:24.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.309 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.309 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.309 INFO kablam! ... Oct 27 20:20:24.309 INFO kablam! 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Oct 27 20:20:24.309 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! Oct 27 20:20:24.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.309 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.309 INFO kablam! | ^^^^^ Oct 27 20:20:24.309 INFO kablam! ... Oct 27 20:20:24.309 INFO kablam! 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Oct 27 20:20:24.309 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.309 INFO kablam! Oct 27 20:20:24.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.309 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.309 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.310 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.310 INFO kablam! ... Oct 27 20:20:24.310 INFO kablam! 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Oct 27 20:20:24.310 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! Oct 27 20:20:24.310 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.310 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.310 INFO kablam! | ^^^^^ Oct 27 20:20:24.310 INFO kablam! ... Oct 27 20:20:24.310 INFO kablam! 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Oct 27 20:20:24.310 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! Oct 27 20:20:24.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.310 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.310 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.310 INFO kablam! ... Oct 27 20:20:24.310 INFO kablam! 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Oct 27 20:20:24.310 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! Oct 27 20:20:24.310 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.310 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.310 INFO kablam! | ^^^^^ Oct 27 20:20:24.310 INFO kablam! ... Oct 27 20:20:24.310 INFO kablam! 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Oct 27 20:20:24.310 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! Oct 27 20:20:24.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.310 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.310 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.310 INFO kablam! ... Oct 27 20:20:24.310 INFO kablam! 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Oct 27 20:20:24.310 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! Oct 27 20:20:24.310 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.310 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.310 INFO kablam! | Oct 27 20:20:24.310 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.310 INFO kablam! | ^^^^^ Oct 27 20:20:24.310 INFO kablam! ... Oct 27 20:20:24.313 INFO kablam! 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Oct 27 20:20:24.313 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.313 INFO kablam! | Oct 27 20:20:24.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.314 INFO kablam! | Oct 27 20:20:24.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.314 INFO kablam! | Oct 27 20:20:24.314 INFO kablam! Oct 27 20:20:24.314 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.314 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.314 INFO kablam! | Oct 27 20:20:24.314 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.314 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.314 INFO kablam! ... Oct 27 20:20:24.314 INFO kablam! 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Oct 27 20:20:24.344 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! Oct 27 20:20:24.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.344 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.344 INFO kablam! | ^^^^^ Oct 27 20:20:24.344 INFO kablam! ... Oct 27 20:20:24.344 INFO kablam! 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Oct 27 20:20:24.344 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! Oct 27 20:20:24.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.344 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.344 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.344 INFO kablam! ... Oct 27 20:20:24.344 INFO kablam! 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Oct 27 20:20:24.344 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! Oct 27 20:20:24.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.344 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.344 INFO kablam! | ^^^^^ Oct 27 20:20:24.344 INFO kablam! ... Oct 27 20:20:24.344 INFO kablam! 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Oct 27 20:20:24.344 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! Oct 27 20:20:24.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.344 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.344 INFO kablam! | Oct 27 20:20:24.344 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.344 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.345 INFO kablam! ... Oct 27 20:20:24.345 INFO kablam! 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Oct 27 20:20:24.345 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! Oct 27 20:20:24.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.345 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.345 INFO kablam! | ^^^^^ Oct 27 20:20:24.345 INFO kablam! ... Oct 27 20:20:24.345 INFO kablam! 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Oct 27 20:20:24.345 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! Oct 27 20:20:24.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.345 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.345 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.345 INFO kablam! ... Oct 27 20:20:24.345 INFO kablam! 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Oct 27 20:20:24.345 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! Oct 27 20:20:24.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.345 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.345 INFO kablam! | ^^^^^ Oct 27 20:20:24.345 INFO kablam! ... Oct 27 20:20:24.345 INFO kablam! 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Oct 27 20:20:24.345 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! Oct 27 20:20:24.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.345 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.345 INFO kablam! | Oct 27 20:20:24.345 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.345 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.345 INFO kablam! ... Oct 27 20:20:24.345 INFO kablam! 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Oct 27 20:20:24.345 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! Oct 27 20:20:24.346 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.346 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.346 INFO kablam! | ^^^^^ Oct 27 20:20:24.346 INFO kablam! ... Oct 27 20:20:24.346 INFO kablam! 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Oct 27 20:20:24.346 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! Oct 27 20:20:24.346 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.346 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.346 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.346 INFO kablam! ... Oct 27 20:20:24.346 INFO kablam! 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Oct 27 20:20:24.346 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! Oct 27 20:20:24.346 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.346 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.346 INFO kablam! | ^^^^^ Oct 27 20:20:24.346 INFO kablam! ... Oct 27 20:20:24.346 INFO kablam! 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Oct 27 20:20:24.346 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.346 INFO kablam! | Oct 27 20:20:24.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! Oct 27 20:20:24.347 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.347 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.347 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.347 INFO kablam! ... Oct 27 20:20:24.347 INFO kablam! 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Oct 27 20:20:24.347 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.347 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! Oct 27 20:20:24.347 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.347 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.347 INFO kablam! | ^^^^^ Oct 27 20:20:24.347 INFO kablam! ... Oct 27 20:20:24.347 INFO kablam! 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Oct 27 20:20:24.347 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.347 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! Oct 27 20:20:24.347 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.347 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.347 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.347 INFO kablam! ... Oct 27 20:20:24.347 INFO kablam! 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Oct 27 20:20:24.347 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.347 INFO kablam! | Oct 27 20:20:24.347 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.347 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! Oct 27 20:20:24.348 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.348 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.348 INFO kablam! | ^^^^^ Oct 27 20:20:24.348 INFO kablam! ... Oct 27 20:20:24.348 INFO kablam! 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Oct 27 20:20:24.348 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! Oct 27 20:20:24.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.348 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.348 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.348 INFO kablam! ... Oct 27 20:20:24.348 INFO kablam! 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Oct 27 20:20:24.348 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! Oct 27 20:20:24.348 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.348 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.348 INFO kablam! | ^^^^^ Oct 27 20:20:24.348 INFO kablam! ... Oct 27 20:20:24.348 INFO kablam! 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Oct 27 20:20:24.348 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! Oct 27 20:20:24.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.348 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.348 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.348 INFO kablam! ... Oct 27 20:20:24.348 INFO kablam! 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Oct 27 20:20:24.348 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! Oct 27 20:20:24.348 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.348 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.348 INFO kablam! | Oct 27 20:20:24.348 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.348 INFO kablam! | ^^^^^ Oct 27 20:20:24.349 INFO kablam! ... Oct 27 20:20:24.349 INFO kablam! 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Oct 27 20:20:24.349 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! Oct 27 20:20:24.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.349 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.349 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.349 INFO kablam! ... Oct 27 20:20:24.349 INFO kablam! 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Oct 27 20:20:24.349 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! Oct 27 20:20:24.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.349 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.349 INFO kablam! | ^^^^^ Oct 27 20:20:24.349 INFO kablam! ... Oct 27 20:20:24.349 INFO kablam! 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Oct 27 20:20:24.349 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! Oct 27 20:20:24.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.349 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.349 INFO kablam! | Oct 27 20:20:24.349 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.349 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.349 INFO kablam! ... Oct 27 20:20:24.350 INFO kablam! 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Oct 27 20:20:24.350 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! Oct 27 20:20:24.350 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.350 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.350 INFO kablam! | ^^^^^ Oct 27 20:20:24.350 INFO kablam! ... Oct 27 20:20:24.350 INFO kablam! 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Oct 27 20:20:24.350 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! Oct 27 20:20:24.350 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.350 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.350 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.350 INFO kablam! ... Oct 27 20:20:24.350 INFO kablam! 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Oct 27 20:20:24.350 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! Oct 27 20:20:24.350 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.350 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.350 INFO kablam! | ^^^^^ Oct 27 20:20:24.350 INFO kablam! ... Oct 27 20:20:24.350 INFO kablam! 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Oct 27 20:20:24.350 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! Oct 27 20:20:24.350 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.350 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.350 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.350 INFO kablam! ... Oct 27 20:20:24.350 INFO kablam! 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Oct 27 20:20:24.350 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! Oct 27 20:20:24.350 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.350 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.350 INFO kablam! | Oct 27 20:20:24.350 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.364 INFO kablam! | ^^^^^ Oct 27 20:20:24.364 INFO kablam! ... Oct 27 20:20:24.364 INFO kablam! 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Oct 27 20:20:24.364 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.364 INFO kablam! | Oct 27 20:20:24.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.364 INFO kablam! | Oct 27 20:20:24.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.364 INFO kablam! | Oct 27 20:20:24.364 INFO kablam! Oct 27 20:20:24.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.364 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.364 INFO kablam! | Oct 27 20:20:24.364 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.364 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.364 INFO kablam! ... Oct 27 20:20:24.364 INFO kablam! 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Oct 27 20:20:24.364 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.364 INFO kablam! | Oct 27 20:20:24.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.364 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! Oct 27 20:20:24.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.365 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.365 INFO kablam! | ^^^^^ Oct 27 20:20:24.365 INFO kablam! ... Oct 27 20:20:24.365 INFO kablam! 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Oct 27 20:20:24.365 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! Oct 27 20:20:24.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.365 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.365 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.365 INFO kablam! ... Oct 27 20:20:24.365 INFO kablam! 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Oct 27 20:20:24.365 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! Oct 27 20:20:24.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.365 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.365 INFO kablam! | ^^^^^ Oct 27 20:20:24.365 INFO kablam! ... Oct 27 20:20:24.365 INFO kablam! 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Oct 27 20:20:24.365 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.365 INFO kablam! | Oct 27 20:20:24.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! Oct 27 20:20:24.366 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.366 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.366 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.366 INFO kablam! ... Oct 27 20:20:24.366 INFO kablam! 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Oct 27 20:20:24.366 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! Oct 27 20:20:24.366 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.366 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.366 INFO kablam! | ^^^^^ Oct 27 20:20:24.366 INFO kablam! ... Oct 27 20:20:24.366 INFO kablam! 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Oct 27 20:20:24.366 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! Oct 27 20:20:24.366 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.366 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.366 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.366 INFO kablam! ... Oct 27 20:20:24.366 INFO kablam! 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Oct 27 20:20:24.366 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! Oct 27 20:20:24.366 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.366 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.366 INFO kablam! | ^^^^^ Oct 27 20:20:24.366 INFO kablam! ... Oct 27 20:20:24.366 INFO kablam! 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Oct 27 20:20:24.366 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.366 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! Oct 27 20:20:24.367 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.367 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.367 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.367 INFO kablam! ... Oct 27 20:20:24.367 INFO kablam! 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Oct 27 20:20:24.367 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! Oct 27 20:20:24.367 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.367 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.367 INFO kablam! | ^^^^^ Oct 27 20:20:24.367 INFO kablam! ... Oct 27 20:20:24.367 INFO kablam! 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); Oct 27 20:20:24.367 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! Oct 27 20:20:24.367 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.367 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.367 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.367 INFO kablam! ... Oct 27 20:20:24.367 INFO kablam! 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); Oct 27 20:20:24.367 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! Oct 27 20:20:24.367 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.367 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.367 INFO kablam! | ^^^^^ Oct 27 20:20:24.367 INFO kablam! ... Oct 27 20:20:24.367 INFO kablam! 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); Oct 27 20:20:24.367 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! Oct 27 20:20:24.367 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.367 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.367 INFO kablam! | Oct 27 20:20:24.367 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.367 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.367 INFO kablam! ... Oct 27 20:20:24.367 INFO kablam! 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); Oct 27 20:20:24.367 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! Oct 27 20:20:24.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.368 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.368 INFO kablam! | ^^^^^ Oct 27 20:20:24.368 INFO kablam! ... Oct 27 20:20:24.368 INFO kablam! 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); Oct 27 20:20:24.368 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! Oct 27 20:20:24.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.368 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.368 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.368 INFO kablam! ... Oct 27 20:20:24.368 INFO kablam! 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); Oct 27 20:20:24.368 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! Oct 27 20:20:24.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.368 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.368 INFO kablam! | ^^^^^ Oct 27 20:20:24.368 INFO kablam! ... Oct 27 20:20:24.368 INFO kablam! 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); Oct 27 20:20:24.368 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! Oct 27 20:20:24.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.368 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.368 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.368 INFO kablam! ... Oct 27 20:20:24.368 INFO kablam! 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); Oct 27 20:20:24.368 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! Oct 27 20:20:24.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.368 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.368 INFO kablam! | ^^^^^ Oct 27 20:20:24.368 INFO kablam! ... Oct 27 20:20:24.368 INFO kablam! 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Oct 27 20:20:24.368 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.368 INFO kablam! | Oct 27 20:20:24.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! Oct 27 20:20:24.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.369 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.369 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.369 INFO kablam! ... Oct 27 20:20:24.369 INFO kablam! 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Oct 27 20:20:24.369 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! Oct 27 20:20:24.369 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.369 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.369 INFO kablam! | ^^^^^ Oct 27 20:20:24.369 INFO kablam! ... Oct 27 20:20:24.369 INFO kablam! 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Oct 27 20:20:24.369 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! Oct 27 20:20:24.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.369 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.369 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.369 INFO kablam! ... Oct 27 20:20:24.369 INFO kablam! 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Oct 27 20:20:24.369 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! Oct 27 20:20:24.369 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.369 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.369 INFO kablam! | Oct 27 20:20:24.369 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.369 INFO kablam! | ^^^^^ Oct 27 20:20:24.369 INFO kablam! ... Oct 27 20:20:24.369 INFO kablam! 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Oct 27 20:20:24.370 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! Oct 27 20:20:24.370 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.370 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.370 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.370 INFO kablam! ... Oct 27 20:20:24.370 INFO kablam! 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Oct 27 20:20:24.370 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! Oct 27 20:20:24.370 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.370 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.370 INFO kablam! | ^^^^^ Oct 27 20:20:24.370 INFO kablam! ... Oct 27 20:20:24.370 INFO kablam! 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Oct 27 20:20:24.370 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! Oct 27 20:20:24.370 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.370 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.370 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.370 INFO kablam! ... Oct 27 20:20:24.370 INFO kablam! 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Oct 27 20:20:24.370 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! Oct 27 20:20:24.370 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.370 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.370 INFO kablam! | ^^^^^ Oct 27 20:20:24.370 INFO kablam! ... Oct 27 20:20:24.370 INFO kablam! 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Oct 27 20:20:24.370 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! Oct 27 20:20:24.370 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.370 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.370 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.370 INFO kablam! ... Oct 27 20:20:24.370 INFO kablam! 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Oct 27 20:20:24.370 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.370 INFO kablam! | Oct 27 20:20:24.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! Oct 27 20:20:24.371 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.371 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:24.371 INFO kablam! | ^^^^^ Oct 27 20:20:24.371 INFO kablam! ... Oct 27 20:20:24.371 INFO kablam! 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Oct 27 20:20:24.371 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! Oct 27 20:20:24.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.371 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.371 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.371 INFO kablam! ... Oct 27 20:20:24.371 INFO kablam! 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Oct 27 20:20:24.371 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! Oct 27 20:20:24.371 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.371 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.371 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.371 INFO kablam! ... Oct 27 20:20:24.371 INFO kablam! 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Oct 27 20:20:24.371 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.371 INFO kablam! Oct 27 20:20:24.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.371 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.371 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.371 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.371 INFO kablam! ... Oct 27 20:20:24.371 INFO kablam! 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Oct 27 20:20:24.371 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.371 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! Oct 27 20:20:24.372 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.372 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.372 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.372 INFO kablam! ... Oct 27 20:20:24.372 INFO kablam! 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Oct 27 20:20:24.372 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.372 INFO kablam! Oct 27 20:20:24.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.372 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.372 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.372 INFO kablam! ... Oct 27 20:20:24.372 INFO kablam! 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Oct 27 20:20:24.372 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! Oct 27 20:20:24.372 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.372 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.372 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.372 INFO kablam! ... Oct 27 20:20:24.372 INFO kablam! 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Oct 27 20:20:24.372 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.372 INFO kablam! Oct 27 20:20:24.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.372 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.372 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.372 INFO kablam! ... Oct 27 20:20:24.372 INFO kablam! 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Oct 27 20:20:24.372 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! Oct 27 20:20:24.372 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.372 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.372 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.372 INFO kablam! ... Oct 27 20:20:24.372 INFO kablam! 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Oct 27 20:20:24.372 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.372 INFO kablam! Oct 27 20:20:24.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.372 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.372 INFO kablam! | Oct 27 20:20:24.372 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.372 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.373 INFO kablam! ... Oct 27 20:20:24.373 INFO kablam! 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Oct 27 20:20:24.373 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! Oct 27 20:20:24.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.373 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.373 INFO kablam! ... Oct 27 20:20:24.373 INFO kablam! 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Oct 27 20:20:24.373 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.373 INFO kablam! Oct 27 20:20:24.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.373 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.373 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.373 INFO kablam! ... Oct 27 20:20:24.373 INFO kablam! 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Oct 27 20:20:24.373 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! Oct 27 20:20:24.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.373 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.373 INFO kablam! ... Oct 27 20:20:24.373 INFO kablam! 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Oct 27 20:20:24.373 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.373 INFO kablam! Oct 27 20:20:24.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.373 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.373 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.373 INFO kablam! ... Oct 27 20:20:24.373 INFO kablam! 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Oct 27 20:20:24.373 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! Oct 27 20:20:24.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.373 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.373 INFO kablam! ... Oct 27 20:20:24.373 INFO kablam! 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Oct 27 20:20:24.373 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.373 INFO kablam! Oct 27 20:20:24.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.373 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.373 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.373 INFO kablam! ... Oct 27 20:20:24.373 INFO kablam! 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Oct 27 20:20:24.373 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.373 INFO kablam! | Oct 27 20:20:24.373 INFO kablam! Oct 27 20:20:24.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.374 INFO kablam! | Oct 27 20:20:24.374 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.374 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.374 INFO kablam! ... Oct 27 20:20:24.374 INFO kablam! 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Oct 27 20:20:24.374 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.374 INFO kablam! Oct 27 20:20:24.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.374 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.374 INFO kablam! | Oct 27 20:20:24.374 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.374 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.374 INFO kablam! ... Oct 27 20:20:24.374 INFO kablam! 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Oct 27 20:20:24.374 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.374 INFO kablam! | Oct 27 20:20:24.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.374 INFO kablam! | Oct 27 20:20:24.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.374 INFO kablam! | Oct 27 20:20:24.374 INFO kablam! Oct 27 20:20:24.374 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.374 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.374 INFO kablam! | Oct 27 20:20:24.374 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.374 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.374 INFO kablam! ... Oct 27 20:20:24.374 INFO kablam! 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Oct 27 20:20:24.374 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.374 INFO kablam! Oct 27 20:20:24.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.374 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.374 INFO kablam! | Oct 27 20:20:24.374 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.374 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.374 INFO kablam! ... Oct 27 20:20:24.374 INFO kablam! 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Oct 27 20:20:24.374 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.374 INFO kablam! | Oct 27 20:20:24.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.374 INFO kablam! | Oct 27 20:20:24.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.374 INFO kablam! | Oct 27 20:20:24.378 INFO kablam! Oct 27 20:20:24.379 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.379 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.379 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.379 INFO kablam! ... Oct 27 20:20:24.379 INFO kablam! 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Oct 27 20:20:24.379 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.379 INFO kablam! Oct 27 20:20:24.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.379 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.379 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.379 INFO kablam! ... Oct 27 20:20:24.379 INFO kablam! 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Oct 27 20:20:24.379 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! Oct 27 20:20:24.379 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.379 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.379 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.379 INFO kablam! ... Oct 27 20:20:24.379 INFO kablam! 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Oct 27 20:20:24.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.379 INFO kablam! Oct 27 20:20:24.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.379 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.379 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.379 INFO kablam! ... Oct 27 20:20:24.379 INFO kablam! 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Oct 27 20:20:24.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! Oct 27 20:20:24.379 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.379 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.379 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.379 INFO kablam! ... Oct 27 20:20:24.379 INFO kablam! 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Oct 27 20:20:24.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.379 INFO kablam! Oct 27 20:20:24.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.379 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.379 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.379 INFO kablam! ... Oct 27 20:20:24.379 INFO kablam! 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Oct 27 20:20:24.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! Oct 27 20:20:24.379 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.379 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.379 INFO kablam! | Oct 27 20:20:24.379 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.379 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.380 INFO kablam! ... Oct 27 20:20:24.380 INFO kablam! 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Oct 27 20:20:24.380 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.380 INFO kablam! Oct 27 20:20:24.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.380 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.380 INFO kablam! | Oct 27 20:20:24.380 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.380 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.380 INFO kablam! ... Oct 27 20:20:24.380 INFO kablam! 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Oct 27 20:20:24.380 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.380 INFO kablam! | Oct 27 20:20:24.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.380 INFO kablam! | Oct 27 20:20:24.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.380 INFO kablam! | Oct 27 20:20:24.380 INFO kablam! Oct 27 20:20:24.380 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.380 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.380 INFO kablam! | Oct 27 20:20:24.380 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.380 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.380 INFO kablam! ... Oct 27 20:20:24.380 INFO kablam! 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Oct 27 20:20:24.380 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.380 INFO kablam! Oct 27 20:20:24.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.380 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.380 INFO kablam! | Oct 27 20:20:24.380 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.381 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.381 INFO kablam! ... Oct 27 20:20:24.381 INFO kablam! 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Oct 27 20:20:24.381 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! Oct 27 20:20:24.381 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.381 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.381 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.381 INFO kablam! ... Oct 27 20:20:24.381 INFO kablam! 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Oct 27 20:20:24.381 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.381 INFO kablam! Oct 27 20:20:24.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.381 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.381 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.381 INFO kablam! ... Oct 27 20:20:24.381 INFO kablam! 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Oct 27 20:20:24.381 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! Oct 27 20:20:24.381 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.381 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.381 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.381 INFO kablam! ... Oct 27 20:20:24.381 INFO kablam! 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Oct 27 20:20:24.381 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.381 INFO kablam! Oct 27 20:20:24.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.381 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.381 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.381 INFO kablam! ... Oct 27 20:20:24.381 INFO kablam! 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Oct 27 20:20:24.381 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.381 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! Oct 27 20:20:24.382 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.382 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.382 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.382 INFO kablam! ... Oct 27 20:20:24.382 INFO kablam! 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Oct 27 20:20:24.382 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.382 INFO kablam! Oct 27 20:20:24.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.382 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.382 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.382 INFO kablam! ... Oct 27 20:20:24.382 INFO kablam! 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Oct 27 20:20:24.382 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! Oct 27 20:20:24.382 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.382 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.382 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.382 INFO kablam! ... Oct 27 20:20:24.382 INFO kablam! 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Oct 27 20:20:24.382 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.382 INFO kablam! Oct 27 20:20:24.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.382 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.382 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.382 INFO kablam! ... Oct 27 20:20:24.382 INFO kablam! 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Oct 27 20:20:24.382 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! Oct 27 20:20:24.382 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.382 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.382 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.382 INFO kablam! ... Oct 27 20:20:24.382 INFO kablam! 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Oct 27 20:20:24.382 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.382 INFO kablam! Oct 27 20:20:24.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.382 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.382 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.382 INFO kablam! ... Oct 27 20:20:24.382 INFO kablam! 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Oct 27 20:20:24.382 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! Oct 27 20:20:24.382 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.382 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.382 INFO kablam! | Oct 27 20:20:24.382 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.382 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.382 INFO kablam! ... Oct 27 20:20:24.382 INFO kablam! 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Oct 27 20:20:24.382 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.383 INFO kablam! Oct 27 20:20:24.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.383 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.383 INFO kablam! ... Oct 27 20:20:24.383 INFO kablam! 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Oct 27 20:20:24.383 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! Oct 27 20:20:24.383 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.383 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.383 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.383 INFO kablam! ... Oct 27 20:20:24.383 INFO kablam! 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Oct 27 20:20:24.383 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.383 INFO kablam! Oct 27 20:20:24.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.383 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.383 INFO kablam! ... Oct 27 20:20:24.383 INFO kablam! 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Oct 27 20:20:24.383 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! Oct 27 20:20:24.383 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.383 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.383 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.383 INFO kablam! ... Oct 27 20:20:24.383 INFO kablam! 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Oct 27 20:20:24.383 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.383 INFO kablam! Oct 27 20:20:24.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.383 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.383 INFO kablam! ... Oct 27 20:20:24.383 INFO kablam! 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Oct 27 20:20:24.383 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! Oct 27 20:20:24.383 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.383 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.383 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.383 INFO kablam! ... Oct 27 20:20:24.383 INFO kablam! 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Oct 27 20:20:24.383 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.383 INFO kablam! Oct 27 20:20:24.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.383 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.383 INFO kablam! ... Oct 27 20:20:24.383 INFO kablam! 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Oct 27 20:20:24.383 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.383 INFO kablam! | Oct 27 20:20:24.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! Oct 27 20:20:24.384 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.384 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.384 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.384 INFO kablam! ... Oct 27 20:20:24.384 INFO kablam! 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Oct 27 20:20:24.384 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.384 INFO kablam! Oct 27 20:20:24.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.384 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.384 INFO kablam! ... Oct 27 20:20:24.384 INFO kablam! 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Oct 27 20:20:24.384 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! Oct 27 20:20:24.384 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.384 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.384 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.384 INFO kablam! ... Oct 27 20:20:24.384 INFO kablam! 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Oct 27 20:20:24.384 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.384 INFO kablam! Oct 27 20:20:24.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.384 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.384 INFO kablam! ... Oct 27 20:20:24.384 INFO kablam! 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Oct 27 20:20:24.384 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! Oct 27 20:20:24.384 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.384 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.384 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.384 INFO kablam! ... Oct 27 20:20:24.384 INFO kablam! 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Oct 27 20:20:24.384 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.384 INFO kablam! Oct 27 20:20:24.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.384 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.384 INFO kablam! ... Oct 27 20:20:24.384 INFO kablam! 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Oct 27 20:20:24.384 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! Oct 27 20:20:24.384 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.384 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.384 INFO kablam! | Oct 27 20:20:24.384 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.384 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.385 INFO kablam! ... Oct 27 20:20:24.385 INFO kablam! 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Oct 27 20:20:24.385 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.385 INFO kablam! Oct 27 20:20:24.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.385 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.385 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.385 INFO kablam! ... Oct 27 20:20:24.385 INFO kablam! 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Oct 27 20:20:24.385 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! Oct 27 20:20:24.385 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.385 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.385 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.385 INFO kablam! ... Oct 27 20:20:24.385 INFO kablam! 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Oct 27 20:20:24.385 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.385 INFO kablam! Oct 27 20:20:24.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.385 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.385 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.385 INFO kablam! ... Oct 27 20:20:24.385 INFO kablam! 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Oct 27 20:20:24.385 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! Oct 27 20:20:24.385 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.385 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.385 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.385 INFO kablam! ... Oct 27 20:20:24.385 INFO kablam! 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Oct 27 20:20:24.385 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.385 INFO kablam! Oct 27 20:20:24.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.385 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.385 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.385 INFO kablam! ... Oct 27 20:20:24.385 INFO kablam! 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Oct 27 20:20:24.385 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! Oct 27 20:20:24.385 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.385 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.385 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.385 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.385 INFO kablam! ... Oct 27 20:20:24.385 INFO kablam! 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Oct 27 20:20:24.385 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.385 INFO kablam! Oct 27 20:20:24.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.385 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.385 INFO kablam! | Oct 27 20:20:24.386 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.386 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.386 INFO kablam! ... Oct 27 20:20:24.386 INFO kablam! 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Oct 27 20:20:24.386 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.386 INFO kablam! | Oct 27 20:20:24.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.386 INFO kablam! | Oct 27 20:20:24.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.386 INFO kablam! | Oct 27 20:20:24.386 INFO kablam! Oct 27 20:20:24.394 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.394 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.394 INFO kablam! | Oct 27 20:20:24.394 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.394 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.394 INFO kablam! ... Oct 27 20:20:24.394 INFO kablam! 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Oct 27 20:20:24.394 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.394 INFO kablam! Oct 27 20:20:24.394 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.394 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.394 INFO kablam! | Oct 27 20:20:24.394 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.394 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.394 INFO kablam! ... Oct 27 20:20:24.394 INFO kablam! 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Oct 27 20:20:24.394 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.394 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! Oct 27 20:20:24.395 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.395 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.395 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.395 INFO kablam! ... Oct 27 20:20:24.395 INFO kablam! 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Oct 27 20:20:24.395 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.395 INFO kablam! Oct 27 20:20:24.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.395 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.395 INFO kablam! ... Oct 27 20:20:24.395 INFO kablam! 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Oct 27 20:20:24.395 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! Oct 27 20:20:24.395 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.395 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.395 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.395 INFO kablam! ... Oct 27 20:20:24.395 INFO kablam! 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Oct 27 20:20:24.395 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.395 INFO kablam! Oct 27 20:20:24.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.395 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.395 INFO kablam! ... Oct 27 20:20:24.395 INFO kablam! 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Oct 27 20:20:24.395 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! Oct 27 20:20:24.395 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.395 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.395 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.395 INFO kablam! ... Oct 27 20:20:24.395 INFO kablam! 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Oct 27 20:20:24.395 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.395 INFO kablam! Oct 27 20:20:24.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.395 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.395 INFO kablam! ... Oct 27 20:20:24.395 INFO kablam! 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Oct 27 20:20:24.395 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! Oct 27 20:20:24.395 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.395 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.395 INFO kablam! | Oct 27 20:20:24.395 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.396 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.396 INFO kablam! ... Oct 27 20:20:24.396 INFO kablam! 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Oct 27 20:20:24.396 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.396 INFO kablam! Oct 27 20:20:24.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.396 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.396 INFO kablam! | Oct 27 20:20:24.396 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.396 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.396 INFO kablam! ... Oct 27 20:20:24.396 INFO kablam! 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Oct 27 20:20:24.396 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.396 INFO kablam! | Oct 27 20:20:24.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.396 INFO kablam! | Oct 27 20:20:24.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.396 INFO kablam! | Oct 27 20:20:24.396 INFO kablam! Oct 27 20:20:24.396 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.396 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.396 INFO kablam! | Oct 27 20:20:24.396 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.396 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.396 INFO kablam! ... Oct 27 20:20:24.396 INFO kablam! 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Oct 27 20:20:24.396 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.396 INFO kablam! Oct 27 20:20:24.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.404 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.404 INFO kablam! | Oct 27 20:20:24.404 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.404 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.404 INFO kablam! ... Oct 27 20:20:24.404 INFO kablam! 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Oct 27 20:20:24.404 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.404 INFO kablam! | Oct 27 20:20:24.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.404 INFO kablam! | Oct 27 20:20:24.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.404 INFO kablam! | Oct 27 20:20:24.404 INFO kablam! Oct 27 20:20:24.404 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.404 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.404 INFO kablam! | Oct 27 20:20:24.404 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.404 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.404 INFO kablam! ... Oct 27 20:20:24.404 INFO kablam! 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); Oct 27 20:20:24.404 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.404 INFO kablam! Oct 27 20:20:24.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.404 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.404 INFO kablam! | Oct 27 20:20:24.404 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.404 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.404 INFO kablam! ... Oct 27 20:20:24.404 INFO kablam! 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); Oct 27 20:20:24.404 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.404 INFO kablam! | Oct 27 20:20:24.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.404 INFO kablam! | Oct 27 20:20:24.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.404 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! Oct 27 20:20:24.405 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.405 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.405 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.405 INFO kablam! ... Oct 27 20:20:24.405 INFO kablam! 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Oct 27 20:20:24.405 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.405 INFO kablam! Oct 27 20:20:24.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.405 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.405 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.405 INFO kablam! ... Oct 27 20:20:24.405 INFO kablam! 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Oct 27 20:20:24.405 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! Oct 27 20:20:24.405 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.405 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.405 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.405 INFO kablam! ... Oct 27 20:20:24.405 INFO kablam! 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Oct 27 20:20:24.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.405 INFO kablam! Oct 27 20:20:24.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.405 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.405 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.405 INFO kablam! ... Oct 27 20:20:24.405 INFO kablam! 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Oct 27 20:20:24.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! Oct 27 20:20:24.405 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.405 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.405 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.405 INFO kablam! ... Oct 27 20:20:24.405 INFO kablam! 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); Oct 27 20:20:24.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.405 INFO kablam! Oct 27 20:20:24.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.405 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.405 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.405 INFO kablam! ... Oct 27 20:20:24.405 INFO kablam! 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); Oct 27 20:20:24.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! Oct 27 20:20:24.405 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.405 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.405 INFO kablam! | Oct 27 20:20:24.405 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.405 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.405 INFO kablam! ... Oct 27 20:20:24.405 INFO kablam! 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); Oct 27 20:20:24.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.405 INFO kablam! Oct 27 20:20:24.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.406 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.406 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.406 INFO kablam! ... Oct 27 20:20:24.406 INFO kablam! 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); Oct 27 20:20:24.406 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.406 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! Oct 27 20:20:24.406 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.406 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.406 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.406 INFO kablam! ... Oct 27 20:20:24.406 INFO kablam! 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); Oct 27 20:20:24.406 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.406 INFO kablam! Oct 27 20:20:24.406 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.406 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.406 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.406 INFO kablam! ... Oct 27 20:20:24.406 INFO kablam! 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); Oct 27 20:20:24.406 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.406 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! Oct 27 20:20:24.406 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.406 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.406 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.406 INFO kablam! ... Oct 27 20:20:24.406 INFO kablam! 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Oct 27 20:20:24.406 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.406 INFO kablam! Oct 27 20:20:24.406 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.406 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.406 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.406 INFO kablam! ... Oct 27 20:20:24.406 INFO kablam! 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Oct 27 20:20:24.406 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.406 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.406 INFO kablam! | Oct 27 20:20:24.406 INFO kablam! Oct 27 20:20:24.414 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.414 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.414 INFO kablam! | Oct 27 20:20:24.414 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.414 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.414 INFO kablam! ... Oct 27 20:20:24.414 INFO kablam! 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Oct 27 20:20:24.414 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.414 INFO kablam! Oct 27 20:20:24.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.415 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.415 INFO kablam! ... Oct 27 20:20:24.415 INFO kablam! 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Oct 27 20:20:24.415 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! Oct 27 20:20:24.415 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.415 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.415 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.415 INFO kablam! ... Oct 27 20:20:24.415 INFO kablam! 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Oct 27 20:20:24.415 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.415 INFO kablam! Oct 27 20:20:24.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.415 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.415 INFO kablam! ... Oct 27 20:20:24.415 INFO kablam! 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Oct 27 20:20:24.415 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! Oct 27 20:20:24.415 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.415 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.415 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.415 INFO kablam! ... Oct 27 20:20:24.415 INFO kablam! 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Oct 27 20:20:24.415 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.415 INFO kablam! Oct 27 20:20:24.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.415 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.415 INFO kablam! ... Oct 27 20:20:24.415 INFO kablam! 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Oct 27 20:20:24.415 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! Oct 27 20:20:24.415 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.415 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.415 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.415 INFO kablam! ... Oct 27 20:20:24.415 INFO kablam! 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Oct 27 20:20:24.415 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.415 INFO kablam! Oct 27 20:20:24.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.415 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.415 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.415 INFO kablam! ... Oct 27 20:20:24.415 INFO kablam! 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Oct 27 20:20:24.415 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.415 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! Oct 27 20:20:24.416 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.416 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.416 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.416 INFO kablam! ... Oct 27 20:20:24.416 INFO kablam! 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Oct 27 20:20:24.416 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.416 INFO kablam! Oct 27 20:20:24.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.416 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.416 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.416 INFO kablam! ... Oct 27 20:20:24.416 INFO kablam! 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Oct 27 20:20:24.416 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! Oct 27 20:20:24.416 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.416 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.416 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.416 INFO kablam! ... Oct 27 20:20:24.416 INFO kablam! 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Oct 27 20:20:24.416 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.416 INFO kablam! Oct 27 20:20:24.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.416 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.416 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.416 INFO kablam! ... Oct 27 20:20:24.416 INFO kablam! 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Oct 27 20:20:24.416 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! Oct 27 20:20:24.416 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.416 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.416 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.416 INFO kablam! ... Oct 27 20:20:24.416 INFO kablam! 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Oct 27 20:20:24.416 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.416 INFO kablam! Oct 27 20:20:24.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.416 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.416 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.416 INFO kablam! ... Oct 27 20:20:24.416 INFO kablam! 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Oct 27 20:20:24.416 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! Oct 27 20:20:24.416 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.416 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.416 INFO kablam! | Oct 27 20:20:24.416 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.417 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.417 INFO kablam! ... Oct 27 20:20:24.417 INFO kablam! 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Oct 27 20:20:24.417 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.417 INFO kablam! Oct 27 20:20:24.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.417 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.417 INFO kablam! | Oct 27 20:20:24.417 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.417 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.417 INFO kablam! ... Oct 27 20:20:24.417 INFO kablam! 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Oct 27 20:20:24.417 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.417 INFO kablam! | Oct 27 20:20:24.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.418 INFO kablam! | Oct 27 20:20:24.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.418 INFO kablam! | Oct 27 20:20:24.418 INFO kablam! Oct 27 20:20:24.424 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.424 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.424 INFO kablam! | Oct 27 20:20:24.424 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.424 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.424 INFO kablam! ... Oct 27 20:20:24.424 INFO kablam! 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Oct 27 20:20:24.424 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.424 INFO kablam! Oct 27 20:20:24.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.424 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.424 INFO kablam! | Oct 27 20:20:24.424 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.424 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.424 INFO kablam! ... Oct 27 20:20:24.424 INFO kablam! 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Oct 27 20:20:24.424 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.424 INFO kablam! | Oct 27 20:20:24.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.424 INFO kablam! | Oct 27 20:20:24.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.424 INFO kablam! | Oct 27 20:20:24.424 INFO kablam! Oct 27 20:20:24.424 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.424 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.424 INFO kablam! | Oct 27 20:20:24.424 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.424 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.424 INFO kablam! ... Oct 27 20:20:24.424 INFO kablam! 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); Oct 27 20:20:24.424 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.424 INFO kablam! Oct 27 20:20:24.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.424 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.424 INFO kablam! | Oct 27 20:20:24.424 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.425 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.425 INFO kablam! ... Oct 27 20:20:24.425 INFO kablam! 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); Oct 27 20:20:24.425 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.425 INFO kablam! | Oct 27 20:20:24.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.425 INFO kablam! | Oct 27 20:20:24.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.425 INFO kablam! | Oct 27 20:20:24.425 INFO kablam! Oct 27 20:20:24.431 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.431 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.431 INFO kablam! | Oct 27 20:20:24.431 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.431 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.431 INFO kablam! ... Oct 27 20:20:24.431 INFO kablam! 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); Oct 27 20:20:24.431 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.431 INFO kablam! Oct 27 20:20:24.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.431 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.431 INFO kablam! | Oct 27 20:20:24.431 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.431 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.431 INFO kablam! ... Oct 27 20:20:24.431 INFO kablam! 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); Oct 27 20:20:24.431 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.431 INFO kablam! | Oct 27 20:20:24.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! Oct 27 20:20:24.432 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.432 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.432 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.432 INFO kablam! ... Oct 27 20:20:24.432 INFO kablam! 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); Oct 27 20:20:24.432 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.432 INFO kablam! Oct 27 20:20:24.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.432 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.432 INFO kablam! ... Oct 27 20:20:24.432 INFO kablam! 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); Oct 27 20:20:24.432 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! Oct 27 20:20:24.432 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.432 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.432 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.432 INFO kablam! ... Oct 27 20:20:24.432 INFO kablam! 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); Oct 27 20:20:24.432 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.432 INFO kablam! Oct 27 20:20:24.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.432 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.432 INFO kablam! ... Oct 27 20:20:24.432 INFO kablam! 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); Oct 27 20:20:24.432 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! Oct 27 20:20:24.432 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.432 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.432 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.432 INFO kablam! ... Oct 27 20:20:24.432 INFO kablam! 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Oct 27 20:20:24.432 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.432 INFO kablam! Oct 27 20:20:24.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.432 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.432 INFO kablam! ... Oct 27 20:20:24.432 INFO kablam! 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Oct 27 20:20:24.432 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! Oct 27 20:20:24.432 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.432 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.432 INFO kablam! | Oct 27 20:20:24.432 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.432 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.432 INFO kablam! ... Oct 27 20:20:24.433 INFO kablam! 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Oct 27 20:20:24.433 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.433 INFO kablam! Oct 27 20:20:24.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.433 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.433 INFO kablam! | Oct 27 20:20:24.433 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.433 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.433 INFO kablam! ... Oct 27 20:20:24.433 INFO kablam! 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Oct 27 20:20:24.433 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.433 INFO kablam! | Oct 27 20:20:24.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.433 INFO kablam! | Oct 27 20:20:24.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.433 INFO kablam! | Oct 27 20:20:24.433 INFO kablam! Oct 27 20:20:24.433 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.433 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.433 INFO kablam! | Oct 27 20:20:24.433 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.433 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.433 INFO kablam! ... Oct 27 20:20:24.433 INFO kablam! 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Oct 27 20:20:24.433 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.433 INFO kablam! Oct 27 20:20:24.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.433 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.433 INFO kablam! | Oct 27 20:20:24.433 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.433 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.433 INFO kablam! ... Oct 27 20:20:24.433 INFO kablam! 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Oct 27 20:20:24.433 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.433 INFO kablam! | Oct 27 20:20:24.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.433 INFO kablam! | Oct 27 20:20:24.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.433 INFO kablam! | Oct 27 20:20:24.433 INFO kablam! Oct 27 20:20:24.434 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.434 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.434 INFO kablam! | Oct 27 20:20:24.434 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.434 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.434 INFO kablam! ... Oct 27 20:20:24.434 INFO kablam! 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); Oct 27 20:20:24.434 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.434 INFO kablam! Oct 27 20:20:24.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.436 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.436 INFO kablam! | Oct 27 20:20:24.436 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.436 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.436 INFO kablam! ... Oct 27 20:20:24.436 INFO kablam! 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); Oct 27 20:20:24.436 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.436 INFO kablam! | Oct 27 20:20:24.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.436 INFO kablam! | Oct 27 20:20:24.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.436 INFO kablam! | Oct 27 20:20:24.436 INFO kablam! Oct 27 20:20:24.437 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.437 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.437 INFO kablam! | Oct 27 20:20:24.437 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.437 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.437 INFO kablam! ... Oct 27 20:20:24.437 INFO kablam! 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); Oct 27 20:20:24.437 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.437 INFO kablam! Oct 27 20:20:24.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.437 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.437 INFO kablam! | Oct 27 20:20:24.437 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.437 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.437 INFO kablam! ... Oct 27 20:20:24.437 INFO kablam! 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); Oct 27 20:20:24.437 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.437 INFO kablam! | Oct 27 20:20:24.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.437 INFO kablam! | Oct 27 20:20:24.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.437 INFO kablam! | Oct 27 20:20:24.437 INFO kablam! Oct 27 20:20:24.448 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.448 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.448 INFO kablam! | Oct 27 20:20:24.448 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.448 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.448 INFO kablam! ... Oct 27 20:20:24.448 INFO kablam! 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); Oct 27 20:20:24.448 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.449 INFO kablam! Oct 27 20:20:24.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.449 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.449 INFO kablam! | Oct 27 20:20:24.449 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.449 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.449 INFO kablam! ... Oct 27 20:20:24.449 INFO kablam! 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); Oct 27 20:20:24.449 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.449 INFO kablam! | Oct 27 20:20:24.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.449 INFO kablam! | Oct 27 20:20:24.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.449 INFO kablam! | Oct 27 20:20:24.449 INFO kablam! Oct 27 20:20:24.449 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.449 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.449 INFO kablam! | Oct 27 20:20:24.449 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.449 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.449 INFO kablam! ... Oct 27 20:20:24.449 INFO kablam! 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); Oct 27 20:20:24.450 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.450 INFO kablam! Oct 27 20:20:24.450 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.450 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.450 INFO kablam! | Oct 27 20:20:24.450 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.450 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.450 INFO kablam! ... Oct 27 20:20:24.450 INFO kablam! 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); Oct 27 20:20:24.450 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.450 INFO kablam! | Oct 27 20:20:24.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.450 INFO kablam! | Oct 27 20:20:24.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.450 INFO kablam! | Oct 27 20:20:24.450 INFO kablam! Oct 27 20:20:24.450 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.450 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.450 INFO kablam! | Oct 27 20:20:24.450 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.451 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.451 INFO kablam! ... Oct 27 20:20:24.451 INFO kablam! 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); Oct 27 20:20:24.451 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.451 INFO kablam! Oct 27 20:20:24.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.451 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.451 INFO kablam! | Oct 27 20:20:24.451 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.454 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.455 INFO kablam! ... Oct 27 20:20:24.455 INFO kablam! 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); Oct 27 20:20:24.455 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.455 INFO kablam! | Oct 27 20:20:24.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.455 INFO kablam! | Oct 27 20:20:24.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.455 INFO kablam! | Oct 27 20:20:24.455 INFO kablam! Oct 27 20:20:24.455 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.455 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.455 INFO kablam! | Oct 27 20:20:24.455 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.455 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.455 INFO kablam! ... Oct 27 20:20:24.455 INFO kablam! 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); Oct 27 20:20:24.456 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.456 INFO kablam! Oct 27 20:20:24.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.458 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.458 INFO kablam! | Oct 27 20:20:24.461 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.461 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.461 INFO kablam! ... Oct 27 20:20:24.461 INFO kablam! 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); Oct 27 20:20:24.462 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.462 INFO kablam! | Oct 27 20:20:24.462 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.462 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.462 INFO kablam! | Oct 27 20:20:24.462 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.462 INFO kablam! | Oct 27 20:20:24.462 INFO kablam! Oct 27 20:20:24.462 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.462 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.462 INFO kablam! | Oct 27 20:20:24.462 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.462 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.463 INFO kablam! ... Oct 27 20:20:24.463 INFO kablam! 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Oct 27 20:20:24.463 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.464 INFO kablam! Oct 27 20:20:24.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.464 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.464 INFO kablam! | Oct 27 20:20:24.464 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.464 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.465 INFO kablam! ... Oct 27 20:20:24.465 INFO kablam! 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Oct 27 20:20:24.465 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.465 INFO kablam! | Oct 27 20:20:24.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.465 INFO kablam! | Oct 27 20:20:24.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.465 INFO kablam! | Oct 27 20:20:24.465 INFO kablam! Oct 27 20:20:24.465 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.465 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.465 INFO kablam! | Oct 27 20:20:24.465 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.465 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.465 INFO kablam! ... Oct 27 20:20:24.465 INFO kablam! 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Oct 27 20:20:24.465 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.465 INFO kablam! Oct 27 20:20:24.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.465 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.465 INFO kablam! | Oct 27 20:20:24.465 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.466 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.466 INFO kablam! ... Oct 27 20:20:24.466 INFO kablam! 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Oct 27 20:20:24.466 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.466 INFO kablam! | Oct 27 20:20:24.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.466 INFO kablam! | Oct 27 20:20:24.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.466 INFO kablam! | Oct 27 20:20:24.466 INFO kablam! Oct 27 20:20:24.466 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.466 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.466 INFO kablam! | Oct 27 20:20:24.466 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.466 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.466 INFO kablam! ... Oct 27 20:20:24.466 INFO kablam! 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Oct 27 20:20:24.466 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.466 INFO kablam! Oct 27 20:20:24.466 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.466 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.467 INFO kablam! | Oct 27 20:20:24.467 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.467 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.467 INFO kablam! ... Oct 27 20:20:24.469 INFO kablam! 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Oct 27 20:20:24.469 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.469 INFO kablam! | Oct 27 20:20:24.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.469 INFO kablam! | Oct 27 20:20:24.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.469 INFO kablam! | Oct 27 20:20:24.469 INFO kablam! Oct 27 20:20:24.469 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.469 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.470 INFO kablam! | Oct 27 20:20:24.470 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.470 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.470 INFO kablam! ... Oct 27 20:20:24.470 INFO kablam! 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Oct 27 20:20:24.470 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.470 INFO kablam! Oct 27 20:20:24.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.470 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.470 INFO kablam! | Oct 27 20:20:24.470 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.470 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.470 INFO kablam! ... Oct 27 20:20:24.470 INFO kablam! 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Oct 27 20:20:24.470 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.470 INFO kablam! | Oct 27 20:20:24.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.470 INFO kablam! | Oct 27 20:20:24.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.472 INFO kablam! | Oct 27 20:20:24.472 INFO kablam! Oct 27 20:20:24.472 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.472 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.472 INFO kablam! | Oct 27 20:20:24.472 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.472 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.472 INFO kablam! ... Oct 27 20:20:24.472 INFO kablam! 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); Oct 27 20:20:24.472 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.472 INFO kablam! Oct 27 20:20:24.472 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.472 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.472 INFO kablam! | Oct 27 20:20:24.472 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.473 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.473 INFO kablam! ... Oct 27 20:20:24.473 INFO kablam! 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); Oct 27 20:20:24.473 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.473 INFO kablam! | Oct 27 20:20:24.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.473 INFO kablam! | Oct 27 20:20:24.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.473 INFO kablam! | Oct 27 20:20:24.473 INFO kablam! Oct 27 20:20:24.473 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.473 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.473 INFO kablam! | Oct 27 20:20:24.473 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.473 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.473 INFO kablam! ... Oct 27 20:20:24.473 INFO kablam! 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); Oct 27 20:20:24.473 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.473 INFO kablam! Oct 27 20:20:24.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.473 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.473 INFO kablam! | Oct 27 20:20:24.473 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.473 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.474 INFO kablam! ... Oct 27 20:20:24.474 INFO kablam! 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); Oct 27 20:20:24.474 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.474 INFO kablam! | Oct 27 20:20:24.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.474 INFO kablam! | Oct 27 20:20:24.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.474 INFO kablam! | Oct 27 20:20:24.474 INFO kablam! Oct 27 20:20:24.474 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.474 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.474 INFO kablam! | Oct 27 20:20:24.474 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.474 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.474 INFO kablam! ... Oct 27 20:20:24.474 INFO kablam! 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); Oct 27 20:20:24.474 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.474 INFO kablam! Oct 27 20:20:24.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.474 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.474 INFO kablam! | Oct 27 20:20:24.475 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.475 INFO kablam! ... Oct 27 20:20:24.475 INFO kablam! 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); Oct 27 20:20:24.475 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.475 INFO kablam! | Oct 27 20:20:24.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.475 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! Oct 27 20:20:24.476 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.476 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.476 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.476 INFO kablam! ... Oct 27 20:20:24.476 INFO kablam! 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Oct 27 20:20:24.476 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.476 INFO kablam! Oct 27 20:20:24.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.476 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.476 INFO kablam! ... Oct 27 20:20:24.476 INFO kablam! 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Oct 27 20:20:24.476 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! Oct 27 20:20:24.476 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.476 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.476 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.476 INFO kablam! ... Oct 27 20:20:24.476 INFO kablam! 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Oct 27 20:20:24.476 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.476 INFO kablam! Oct 27 20:20:24.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.476 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.476 INFO kablam! ... Oct 27 20:20:24.476 INFO kablam! 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Oct 27 20:20:24.476 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! Oct 27 20:20:24.476 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.476 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.476 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.476 INFO kablam! ... Oct 27 20:20:24.476 INFO kablam! 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); Oct 27 20:20:24.476 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.476 INFO kablam! Oct 27 20:20:24.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.476 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.476 INFO kablam! | Oct 27 20:20:24.476 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.476 INFO kablam! ... Oct 27 20:20:24.477 INFO kablam! 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); Oct 27 20:20:24.477 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! Oct 27 20:20:24.477 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.477 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.477 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.477 INFO kablam! ... Oct 27 20:20:24.477 INFO kablam! 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); Oct 27 20:20:24.477 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.477 INFO kablam! Oct 27 20:20:24.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.477 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.477 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.477 INFO kablam! ... Oct 27 20:20:24.477 INFO kablam! 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); Oct 27 20:20:24.477 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! Oct 27 20:20:24.477 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.477 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.477 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.477 INFO kablam! ... Oct 27 20:20:24.477 INFO kablam! 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); Oct 27 20:20:24.477 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.477 INFO kablam! Oct 27 20:20:24.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.477 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.477 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.477 INFO kablam! ... Oct 27 20:20:24.477 INFO kablam! 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); Oct 27 20:20:24.477 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! Oct 27 20:20:24.477 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.477 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.477 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.477 INFO kablam! ... Oct 27 20:20:24.477 INFO kablam! 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); Oct 27 20:20:24.477 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.477 INFO kablam! Oct 27 20:20:24.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.477 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.477 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.477 INFO kablam! ... Oct 27 20:20:24.477 INFO kablam! 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); Oct 27 20:20:24.477 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.477 INFO kablam! | Oct 27 20:20:24.478 INFO kablam! Oct 27 20:20:24.478 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.478 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.478 INFO kablam! | Oct 27 20:20:24.478 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.478 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.478 INFO kablam! ... Oct 27 20:20:24.478 INFO kablam! 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Oct 27 20:20:24.478 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.478 INFO kablam! Oct 27 20:20:24.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.479 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.479 INFO kablam! | Oct 27 20:20:24.479 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.479 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.479 INFO kablam! ... Oct 27 20:20:24.479 INFO kablam! 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Oct 27 20:20:24.479 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.479 INFO kablam! | Oct 27 20:20:24.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.479 INFO kablam! | Oct 27 20:20:24.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.479 INFO kablam! | Oct 27 20:20:24.479 INFO kablam! Oct 27 20:20:24.479 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.479 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.479 INFO kablam! | Oct 27 20:20:24.479 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.479 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.479 INFO kablam! ... Oct 27 20:20:24.479 INFO kablam! 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Oct 27 20:20:24.479 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.479 INFO kablam! Oct 27 20:20:24.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.479 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.479 INFO kablam! | Oct 27 20:20:24.479 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.479 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.480 INFO kablam! ... Oct 27 20:20:24.480 INFO kablam! 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Oct 27 20:20:24.480 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.480 INFO kablam! | Oct 27 20:20:24.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.480 INFO kablam! | Oct 27 20:20:24.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.480 INFO kablam! | Oct 27 20:20:24.480 INFO kablam! Oct 27 20:20:24.480 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.480 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.480 INFO kablam! | Oct 27 20:20:24.480 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.480 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.480 INFO kablam! ... Oct 27 20:20:24.480 INFO kablam! 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Oct 27 20:20:24.480 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.480 INFO kablam! Oct 27 20:20:24.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.480 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.480 INFO kablam! | Oct 27 20:20:24.482 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.482 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.482 INFO kablam! ... Oct 27 20:20:24.482 INFO kablam! 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Oct 27 20:20:24.482 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.482 INFO kablam! | Oct 27 20:20:24.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.482 INFO kablam! | Oct 27 20:20:24.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.482 INFO kablam! | Oct 27 20:20:24.482 INFO kablam! Oct 27 20:20:24.482 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.482 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.482 INFO kablam! | Oct 27 20:20:24.482 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.482 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.482 INFO kablam! ... Oct 27 20:20:24.482 INFO kablam! 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); Oct 27 20:20:24.482 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.482 INFO kablam! Oct 27 20:20:24.483 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.483 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.483 INFO kablam! | Oct 27 20:20:24.483 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.483 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.483 INFO kablam! ... Oct 27 20:20:24.483 INFO kablam! 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); Oct 27 20:20:24.483 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.483 INFO kablam! | Oct 27 20:20:24.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.483 INFO kablam! | Oct 27 20:20:24.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.483 INFO kablam! | Oct 27 20:20:24.483 INFO kablam! Oct 27 20:20:24.483 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.483 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.483 INFO kablam! | Oct 27 20:20:24.483 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.483 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.483 INFO kablam! ... Oct 27 20:20:24.483 INFO kablam! 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); Oct 27 20:20:24.483 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.483 INFO kablam! Oct 27 20:20:24.483 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.483 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.483 INFO kablam! | Oct 27 20:20:24.483 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.483 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.483 INFO kablam! ... Oct 27 20:20:24.483 INFO kablam! 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); Oct 27 20:20:24.483 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.483 INFO kablam! | Oct 27 20:20:24.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.483 INFO kablam! | Oct 27 20:20:24.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.483 INFO kablam! | Oct 27 20:20:24.483 INFO kablam! Oct 27 20:20:24.514 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.515 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.515 INFO kablam! | Oct 27 20:20:24.515 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.518 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.519 INFO kablam! ... Oct 27 20:20:24.519 INFO kablam! 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Oct 27 20:20:24.519 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.519 INFO kablam! Oct 27 20:20:24.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.519 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.519 INFO kablam! ... Oct 27 20:20:24.519 INFO kablam! 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Oct 27 20:20:24.519 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! Oct 27 20:20:24.519 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.519 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.519 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.519 INFO kablam! ... Oct 27 20:20:24.519 INFO kablam! 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Oct 27 20:20:24.519 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.519 INFO kablam! Oct 27 20:20:24.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.519 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.519 INFO kablam! ... Oct 27 20:20:24.519 INFO kablam! 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Oct 27 20:20:24.519 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! Oct 27 20:20:24.519 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.519 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.519 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.519 INFO kablam! ... Oct 27 20:20:24.519 INFO kablam! 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Oct 27 20:20:24.519 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.519 INFO kablam! Oct 27 20:20:24.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.519 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.519 INFO kablam! ... Oct 27 20:20:24.519 INFO kablam! 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Oct 27 20:20:24.519 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.519 INFO kablam! | Oct 27 20:20:24.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.520 INFO kablam! | Oct 27 20:20:24.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.520 INFO kablam! | Oct 27 20:20:24.520 INFO kablam! Oct 27 20:20:24.520 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.520 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.520 INFO kablam! | Oct 27 20:20:24.520 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.520 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.520 INFO kablam! ... Oct 27 20:20:24.520 INFO kablam! 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Oct 27 20:20:24.520 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.520 INFO kablam! Oct 27 20:20:24.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.520 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.520 INFO kablam! | Oct 27 20:20:24.520 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.520 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.520 INFO kablam! ... Oct 27 20:20:24.520 INFO kablam! 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Oct 27 20:20:24.520 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.520 INFO kablam! | Oct 27 20:20:24.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.520 INFO kablam! | Oct 27 20:20:24.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.520 INFO kablam! | Oct 27 20:20:24.520 INFO kablam! Oct 27 20:20:24.520 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.520 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.520 INFO kablam! | Oct 27 20:20:24.522 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.522 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.522 INFO kablam! ... Oct 27 20:20:24.522 INFO kablam! 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Oct 27 20:20:24.522 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.522 INFO kablam! Oct 27 20:20:24.522 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.522 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.522 INFO kablam! | Oct 27 20:20:24.522 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.522 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.522 INFO kablam! ... Oct 27 20:20:24.522 INFO kablam! 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Oct 27 20:20:24.522 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.522 INFO kablam! | Oct 27 20:20:24.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.522 INFO kablam! | Oct 27 20:20:24.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.522 INFO kablam! | Oct 27 20:20:24.522 INFO kablam! Oct 27 20:20:24.522 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.522 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.522 INFO kablam! | Oct 27 20:20:24.522 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.523 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.523 INFO kablam! ... Oct 27 20:20:24.523 INFO kablam! 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Oct 27 20:20:24.523 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.523 INFO kablam! Oct 27 20:20:24.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.523 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.523 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.523 INFO kablam! ... Oct 27 20:20:24.523 INFO kablam! 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Oct 27 20:20:24.523 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! Oct 27 20:20:24.523 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.523 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.523 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.523 INFO kablam! ... Oct 27 20:20:24.523 INFO kablam! 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Oct 27 20:20:24.523 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.523 INFO kablam! Oct 27 20:20:24.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.523 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.523 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.523 INFO kablam! ... Oct 27 20:20:24.523 INFO kablam! 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Oct 27 20:20:24.523 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! Oct 27 20:20:24.523 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.523 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.523 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.523 INFO kablam! ... Oct 27 20:20:24.523 INFO kablam! 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Oct 27 20:20:24.523 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.523 INFO kablam! Oct 27 20:20:24.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.523 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.523 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.523 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.523 INFO kablam! ... Oct 27 20:20:24.523 INFO kablam! 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Oct 27 20:20:24.523 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.523 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! Oct 27 20:20:24.524 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.524 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.524 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.524 INFO kablam! ... Oct 27 20:20:24.524 INFO kablam! 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Oct 27 20:20:24.524 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.524 INFO kablam! Oct 27 20:20:24.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.524 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.524 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.524 INFO kablam! ... Oct 27 20:20:24.524 INFO kablam! 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Oct 27 20:20:24.524 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! Oct 27 20:20:24.524 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.524 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.524 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.524 INFO kablam! ... Oct 27 20:20:24.524 INFO kablam! 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Oct 27 20:20:24.524 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.524 INFO kablam! Oct 27 20:20:24.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.524 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.524 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.524 INFO kablam! ... Oct 27 20:20:24.524 INFO kablam! 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Oct 27 20:20:24.524 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! Oct 27 20:20:24.524 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.524 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.524 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.524 INFO kablam! ... Oct 27 20:20:24.524 INFO kablam! 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Oct 27 20:20:24.524 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.524 INFO kablam! Oct 27 20:20:24.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.524 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.524 INFO kablam! | Oct 27 20:20:24.524 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.524 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.524 INFO kablam! ... Oct 27 20:20:24.524 INFO kablam! 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Oct 27 20:20:24.524 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! Oct 27 20:20:24.525 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.525 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.525 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.525 INFO kablam! ... Oct 27 20:20:24.525 INFO kablam! 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Oct 27 20:20:24.525 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.525 INFO kablam! Oct 27 20:20:24.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.525 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.525 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.525 INFO kablam! ... Oct 27 20:20:24.525 INFO kablam! 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Oct 27 20:20:24.525 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! Oct 27 20:20:24.525 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.525 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.525 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.525 INFO kablam! ... Oct 27 20:20:24.525 INFO kablam! 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Oct 27 20:20:24.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.525 INFO kablam! Oct 27 20:20:24.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.525 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.525 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.525 INFO kablam! ... Oct 27 20:20:24.525 INFO kablam! 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Oct 27 20:20:24.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! Oct 27 20:20:24.525 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.525 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.525 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.525 INFO kablam! ... Oct 27 20:20:24.525 INFO kablam! 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Oct 27 20:20:24.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.525 INFO kablam! Oct 27 20:20:24.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.525 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.525 INFO kablam! | Oct 27 20:20:24.525 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.525 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.525 INFO kablam! ... Oct 27 20:20:24.525 INFO kablam! 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Oct 27 20:20:24.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! Oct 27 20:20:24.526 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.526 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.526 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.526 INFO kablam! ... Oct 27 20:20:24.526 INFO kablam! 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Oct 27 20:20:24.526 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.526 INFO kablam! Oct 27 20:20:24.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.526 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.526 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.526 INFO kablam! ... Oct 27 20:20:24.526 INFO kablam! 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Oct 27 20:20:24.526 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! Oct 27 20:20:24.526 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.526 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.526 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.526 INFO kablam! ... Oct 27 20:20:24.526 INFO kablam! 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Oct 27 20:20:24.526 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.526 INFO kablam! Oct 27 20:20:24.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.526 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.526 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.526 INFO kablam! ... Oct 27 20:20:24.526 INFO kablam! 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Oct 27 20:20:24.526 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! Oct 27 20:20:24.526 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.526 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.526 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.526 INFO kablam! ... Oct 27 20:20:24.526 INFO kablam! 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); Oct 27 20:20:24.526 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.526 INFO kablam! Oct 27 20:20:24.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.526 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.526 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.526 INFO kablam! ... Oct 27 20:20:24.526 INFO kablam! 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); Oct 27 20:20:24.526 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.526 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! Oct 27 20:20:24.527 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.527 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.527 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.527 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.527 INFO kablam! ... Oct 27 20:20:24.527 INFO kablam! 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); Oct 27 20:20:24.527 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.527 INFO kablam! Oct 27 20:20:24.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.527 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.527 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.527 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.527 INFO kablam! ... Oct 27 20:20:24.527 INFO kablam! 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); Oct 27 20:20:24.527 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.527 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.527 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.527 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! Oct 27 20:20:24.527 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.527 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.527 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.527 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.527 INFO kablam! ... Oct 27 20:20:24.527 INFO kablam! 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); Oct 27 20:20:24.527 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.527 INFO kablam! Oct 27 20:20:24.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.527 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.527 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.527 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.527 INFO kablam! ... Oct 27 20:20:24.527 INFO kablam! 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); Oct 27 20:20:24.527 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.527 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.527 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.527 INFO kablam! | Oct 27 20:20:24.527 INFO kablam! Oct 27 20:20:24.531 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.531 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.531 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.531 INFO kablam! ... Oct 27 20:20:24.531 INFO kablam! 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Oct 27 20:20:24.531 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.531 INFO kablam! Oct 27 20:20:24.531 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.531 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.531 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.531 INFO kablam! ... Oct 27 20:20:24.531 INFO kablam! 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Oct 27 20:20:24.531 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! Oct 27 20:20:24.531 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.531 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.531 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.531 INFO kablam! ... Oct 27 20:20:24.531 INFO kablam! 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Oct 27 20:20:24.531 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.531 INFO kablam! Oct 27 20:20:24.531 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.531 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.531 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.531 INFO kablam! ... Oct 27 20:20:24.531 INFO kablam! 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Oct 27 20:20:24.531 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! Oct 27 20:20:24.531 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.531 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.531 INFO kablam! | Oct 27 20:20:24.531 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.531 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.531 INFO kablam! ... Oct 27 20:20:24.531 INFO kablam! 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Oct 27 20:20:24.531 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.531 INFO kablam! Oct 27 20:20:24.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.538 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.539 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.539 INFO kablam! ... Oct 27 20:20:24.539 INFO kablam! 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Oct 27 20:20:24.539 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! Oct 27 20:20:24.539 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.539 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.539 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.539 INFO kablam! ... Oct 27 20:20:24.539 INFO kablam! 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Oct 27 20:20:24.539 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.539 INFO kablam! Oct 27 20:20:24.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.539 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.539 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.539 INFO kablam! ... Oct 27 20:20:24.539 INFO kablam! 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Oct 27 20:20:24.539 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! Oct 27 20:20:24.539 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.539 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.539 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.539 INFO kablam! ... Oct 27 20:20:24.539 INFO kablam! 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Oct 27 20:20:24.539 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.539 INFO kablam! Oct 27 20:20:24.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.539 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.539 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.539 INFO kablam! ... Oct 27 20:20:24.539 INFO kablam! 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Oct 27 20:20:24.539 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! Oct 27 20:20:24.539 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.539 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.539 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.539 INFO kablam! ... Oct 27 20:20:24.539 INFO kablam! 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); Oct 27 20:20:24.539 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.539 INFO kablam! Oct 27 20:20:24.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.539 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.539 INFO kablam! | Oct 27 20:20:24.539 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.539 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.540 INFO kablam! ... Oct 27 20:20:24.540 INFO kablam! 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); Oct 27 20:20:24.540 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! Oct 27 20:20:24.540 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.540 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.540 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.540 INFO kablam! ... Oct 27 20:20:24.540 INFO kablam! 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); Oct 27 20:20:24.540 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.540 INFO kablam! Oct 27 20:20:24.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.540 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.540 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.540 INFO kablam! ... Oct 27 20:20:24.540 INFO kablam! 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); Oct 27 20:20:24.540 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! Oct 27 20:20:24.540 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.540 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.540 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.540 INFO kablam! ... Oct 27 20:20:24.540 INFO kablam! 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); Oct 27 20:20:24.540 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.540 INFO kablam! Oct 27 20:20:24.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.540 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.540 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.540 INFO kablam! ... Oct 27 20:20:24.540 INFO kablam! 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); Oct 27 20:20:24.540 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.540 INFO kablam! | Oct 27 20:20:24.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.541 INFO kablam! | Oct 27 20:20:24.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.541 INFO kablam! | Oct 27 20:20:24.541 INFO kablam! Oct 27 20:20:24.542 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.543 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.543 INFO kablam! | Oct 27 20:20:24.543 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.543 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.543 INFO kablam! ... Oct 27 20:20:24.543 INFO kablam! 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); Oct 27 20:20:24.543 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.543 INFO kablam! Oct 27 20:20:24.543 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.543 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.543 INFO kablam! | Oct 27 20:20:24.543 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.543 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.543 INFO kablam! ... Oct 27 20:20:24.543 INFO kablam! 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); Oct 27 20:20:24.543 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.543 INFO kablam! | Oct 27 20:20:24.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.543 INFO kablam! | Oct 27 20:20:24.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.543 INFO kablam! | Oct 27 20:20:24.543 INFO kablam! Oct 27 20:20:24.544 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.544 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.544 INFO kablam! | Oct 27 20:20:24.544 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.544 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.544 INFO kablam! ... Oct 27 20:20:24.544 INFO kablam! 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); Oct 27 20:20:24.544 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.544 INFO kablam! Oct 27 20:20:24.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.544 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.544 INFO kablam! | Oct 27 20:20:24.544 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.544 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.544 INFO kablam! ... Oct 27 20:20:24.544 INFO kablam! 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); Oct 27 20:20:24.544 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.544 INFO kablam! | Oct 27 20:20:24.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.544 INFO kablam! | Oct 27 20:20:24.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.544 INFO kablam! | Oct 27 20:20:24.544 INFO kablam! Oct 27 20:20:24.550 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.551 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.551 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.551 INFO kablam! ... Oct 27 20:20:24.551 INFO kablam! 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); Oct 27 20:20:24.551 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.551 INFO kablam! Oct 27 20:20:24.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.551 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.551 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.551 INFO kablam! ... Oct 27 20:20:24.551 INFO kablam! 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); Oct 27 20:20:24.551 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! Oct 27 20:20:24.551 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.551 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.551 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.551 INFO kablam! ... Oct 27 20:20:24.551 INFO kablam! 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); Oct 27 20:20:24.551 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.551 INFO kablam! Oct 27 20:20:24.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.551 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.551 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.551 INFO kablam! ... Oct 27 20:20:24.551 INFO kablam! 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); Oct 27 20:20:24.551 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! Oct 27 20:20:24.551 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.551 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.551 INFO kablam! | Oct 27 20:20:24.551 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.551 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.551 INFO kablam! ... Oct 27 20:20:24.552 INFO kablam! 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); Oct 27 20:20:24.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.552 INFO kablam! Oct 27 20:20:24.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.552 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.552 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.552 INFO kablam! ... Oct 27 20:20:24.552 INFO kablam! 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); Oct 27 20:20:24.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! Oct 27 20:20:24.552 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.552 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.552 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.552 INFO kablam! ... Oct 27 20:20:24.552 INFO kablam! 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); Oct 27 20:20:24.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.552 INFO kablam! Oct 27 20:20:24.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.552 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.552 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.552 INFO kablam! ... Oct 27 20:20:24.552 INFO kablam! 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); Oct 27 20:20:24.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! Oct 27 20:20:24.552 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.552 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.552 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.552 INFO kablam! ... Oct 27 20:20:24.552 INFO kablam! 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); Oct 27 20:20:24.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.552 INFO kablam! Oct 27 20:20:24.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.552 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.552 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.552 INFO kablam! ... Oct 27 20:20:24.552 INFO kablam! 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); Oct 27 20:20:24.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.552 INFO kablam! | Oct 27 20:20:24.552 INFO kablam! Oct 27 20:20:24.553 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.553 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.553 INFO kablam! | Oct 27 20:20:24.553 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.553 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.553 INFO kablam! ... Oct 27 20:20:24.553 INFO kablam! 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Oct 27 20:20:24.553 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.553 INFO kablam! Oct 27 20:20:24.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.556 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.556 INFO kablam! | Oct 27 20:20:24.556 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.556 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.556 INFO kablam! ... Oct 27 20:20:24.556 INFO kablam! 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Oct 27 20:20:24.556 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.556 INFO kablam! | Oct 27 20:20:24.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.556 INFO kablam! | Oct 27 20:20:24.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.556 INFO kablam! | Oct 27 20:20:24.556 INFO kablam! Oct 27 20:20:24.557 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.557 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.557 INFO kablam! | Oct 27 20:20:24.557 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.557 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.557 INFO kablam! ... Oct 27 20:20:24.557 INFO kablam! 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Oct 27 20:20:24.557 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.557 INFO kablam! Oct 27 20:20:24.557 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.557 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.558 INFO kablam! | Oct 27 20:20:24.558 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.558 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.558 INFO kablam! ... Oct 27 20:20:24.558 INFO kablam! 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Oct 27 20:20:24.558 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.558 INFO kablam! | Oct 27 20:20:24.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.558 INFO kablam! | Oct 27 20:20:24.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.558 INFO kablam! | Oct 27 20:20:24.558 INFO kablam! Oct 27 20:20:24.558 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.558 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.558 INFO kablam! | Oct 27 20:20:24.558 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.558 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.558 INFO kablam! ... Oct 27 20:20:24.558 INFO kablam! 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Oct 27 20:20:24.558 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.558 INFO kablam! Oct 27 20:20:24.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.565 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.565 INFO kablam! | Oct 27 20:20:24.565 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.565 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.565 INFO kablam! ... Oct 27 20:20:24.565 INFO kablam! 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Oct 27 20:20:24.565 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.565 INFO kablam! | Oct 27 20:20:24.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! Oct 27 20:20:24.566 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.566 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.566 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.566 INFO kablam! ... Oct 27 20:20:24.566 INFO kablam! 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Oct 27 20:20:24.566 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.566 INFO kablam! Oct 27 20:20:24.566 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.566 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.566 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.566 INFO kablam! ... Oct 27 20:20:24.566 INFO kablam! 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Oct 27 20:20:24.566 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! Oct 27 20:20:24.566 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.566 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.566 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.566 INFO kablam! ... Oct 27 20:20:24.566 INFO kablam! 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); Oct 27 20:20:24.566 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.566 INFO kablam! Oct 27 20:20:24.566 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.566 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.566 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.566 INFO kablam! ... Oct 27 20:20:24.566 INFO kablam! 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); Oct 27 20:20:24.566 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! Oct 27 20:20:24.566 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.566 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.566 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.566 INFO kablam! ... Oct 27 20:20:24.566 INFO kablam! 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); Oct 27 20:20:24.566 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.566 INFO kablam! Oct 27 20:20:24.566 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.566 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.566 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.566 INFO kablam! ... Oct 27 20:20:24.566 INFO kablam! 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); Oct 27 20:20:24.566 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! Oct 27 20:20:24.566 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.566 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.566 INFO kablam! | Oct 27 20:20:24.566 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.566 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.566 INFO kablam! ... Oct 27 20:20:24.567 INFO kablam! 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Oct 27 20:20:24.567 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.567 INFO kablam! Oct 27 20:20:24.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.567 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.567 INFO kablam! | Oct 27 20:20:24.567 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.567 INFO kablam! ... Oct 27 20:20:24.567 INFO kablam! 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Oct 27 20:20:24.567 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.567 INFO kablam! | Oct 27 20:20:24.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.567 INFO kablam! | Oct 27 20:20:24.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.567 INFO kablam! | Oct 27 20:20:24.567 INFO kablam! Oct 27 20:20:24.567 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.567 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.567 INFO kablam! | Oct 27 20:20:24.567 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.567 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.567 INFO kablam! ... Oct 27 20:20:24.567 INFO kablam! 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Oct 27 20:20:24.567 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.568 INFO kablam! Oct 27 20:20:24.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.568 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.568 INFO kablam! | Oct 27 20:20:24.568 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.568 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.568 INFO kablam! ... Oct 27 20:20:24.568 INFO kablam! 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Oct 27 20:20:24.568 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.568 INFO kablam! | Oct 27 20:20:24.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.568 INFO kablam! | Oct 27 20:20:24.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.568 INFO kablam! | Oct 27 20:20:24.568 INFO kablam! Oct 27 20:20:24.569 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.569 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.569 INFO kablam! | Oct 27 20:20:24.569 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.569 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.569 INFO kablam! ... Oct 27 20:20:24.569 INFO kablam! 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Oct 27 20:20:24.569 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.569 INFO kablam! Oct 27 20:20:24.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.572 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.572 INFO kablam! | Oct 27 20:20:24.572 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.572 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.572 INFO kablam! ... Oct 27 20:20:24.572 INFO kablam! 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Oct 27 20:20:24.572 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.572 INFO kablam! | Oct 27 20:20:24.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.572 INFO kablam! | Oct 27 20:20:24.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.572 INFO kablam! | Oct 27 20:20:24.572 INFO kablam! Oct 27 20:20:24.572 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.572 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.572 INFO kablam! | Oct 27 20:20:24.572 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.572 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.572 INFO kablam! ... Oct 27 20:20:24.572 INFO kablam! 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Oct 27 20:20:24.572 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.572 INFO kablam! Oct 27 20:20:24.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.572 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.572 INFO kablam! | Oct 27 20:20:24.572 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.572 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.572 INFO kablam! ... Oct 27 20:20:24.572 INFO kablam! 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Oct 27 20:20:24.572 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.572 INFO kablam! | Oct 27 20:20:24.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.572 INFO kablam! | Oct 27 20:20:24.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.572 INFO kablam! | Oct 27 20:20:24.572 INFO kablam! Oct 27 20:20:24.584 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.584 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.584 INFO kablam! | Oct 27 20:20:24.584 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.584 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.584 INFO kablam! ... Oct 27 20:20:24.584 INFO kablam! 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); Oct 27 20:20:24.584 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.584 INFO kablam! Oct 27 20:20:24.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.584 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.584 INFO kablam! | Oct 27 20:20:24.584 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.584 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.584 INFO kablam! ... Oct 27 20:20:24.584 INFO kablam! 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); Oct 27 20:20:24.584 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.584 INFO kablam! | Oct 27 20:20:24.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.584 INFO kablam! | Oct 27 20:20:24.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.584 INFO kablam! | Oct 27 20:20:24.584 INFO kablam! Oct 27 20:20:24.584 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.584 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.584 INFO kablam! | Oct 27 20:20:24.584 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.584 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.584 INFO kablam! ... Oct 27 20:20:24.584 INFO kablam! 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Oct 27 20:20:24.584 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.584 INFO kablam! Oct 27 20:20:24.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.584 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.584 INFO kablam! | Oct 27 20:20:24.584 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.584 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.584 INFO kablam! ... Oct 27 20:20:24.584 INFO kablam! 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Oct 27 20:20:24.585 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.585 INFO kablam! | Oct 27 20:20:24.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.585 INFO kablam! | Oct 27 20:20:24.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.585 INFO kablam! | Oct 27 20:20:24.585 INFO kablam! Oct 27 20:20:24.585 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.585 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.585 INFO kablam! | Oct 27 20:20:24.585 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.585 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.585 INFO kablam! ... Oct 27 20:20:24.585 INFO kablam! 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Oct 27 20:20:24.585 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.585 INFO kablam! Oct 27 20:20:24.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.585 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.585 INFO kablam! | Oct 27 20:20:24.585 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.585 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.585 INFO kablam! ... Oct 27 20:20:24.585 INFO kablam! 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Oct 27 20:20:24.585 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.585 INFO kablam! | Oct 27 20:20:24.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.585 INFO kablam! | Oct 27 20:20:24.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.585 INFO kablam! | Oct 27 20:20:24.585 INFO kablam! Oct 27 20:20:24.585 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.585 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.585 INFO kablam! | Oct 27 20:20:24.585 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.585 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.585 INFO kablam! ... Oct 27 20:20:24.585 INFO kablam! 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Oct 27 20:20:24.585 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.585 INFO kablam! Oct 27 20:20:24.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.585 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.585 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.586 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.586 INFO kablam! ... Oct 27 20:20:24.586 INFO kablam! 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Oct 27 20:20:24.586 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! Oct 27 20:20:24.586 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.586 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.586 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.586 INFO kablam! ... Oct 27 20:20:24.586 INFO kablam! 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Oct 27 20:20:24.586 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.586 INFO kablam! Oct 27 20:20:24.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.586 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.586 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.586 INFO kablam! ... Oct 27 20:20:24.586 INFO kablam! 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Oct 27 20:20:24.586 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! Oct 27 20:20:24.586 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.586 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.586 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.586 INFO kablam! ... Oct 27 20:20:24.586 INFO kablam! 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Oct 27 20:20:24.586 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.586 INFO kablam! Oct 27 20:20:24.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.586 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.586 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.586 INFO kablam! ... Oct 27 20:20:24.586 INFO kablam! 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Oct 27 20:20:24.586 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.586 INFO kablam! | Oct 27 20:20:24.586 INFO kablam! Oct 27 20:20:24.593 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.593 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.593 INFO kablam! | Oct 27 20:20:24.593 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.594 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.594 INFO kablam! ... Oct 27 20:20:24.594 INFO kablam! 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Oct 27 20:20:24.594 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.594 INFO kablam! Oct 27 20:20:24.594 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.594 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.594 INFO kablam! | Oct 27 20:20:24.594 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.594 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.594 INFO kablam! ... Oct 27 20:20:24.594 INFO kablam! 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Oct 27 20:20:24.594 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.594 INFO kablam! | Oct 27 20:20:24.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.594 INFO kablam! | Oct 27 20:20:24.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.594 INFO kablam! | Oct 27 20:20:24.594 INFO kablam! Oct 27 20:20:24.594 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.594 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.594 INFO kablam! | Oct 27 20:20:24.594 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.594 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.594 INFO kablam! ... Oct 27 20:20:24.594 INFO kablam! 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); Oct 27 20:20:24.594 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.594 INFO kablam! Oct 27 20:20:24.594 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.594 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.594 INFO kablam! | Oct 27 20:20:24.594 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.595 INFO kablam! ... Oct 27 20:20:24.595 INFO kablam! 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); Oct 27 20:20:24.595 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.595 INFO kablam! | Oct 27 20:20:24.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.595 INFO kablam! | Oct 27 20:20:24.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.595 INFO kablam! | Oct 27 20:20:24.595 INFO kablam! Oct 27 20:20:24.595 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.595 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.595 INFO kablam! | Oct 27 20:20:24.595 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.595 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.595 INFO kablam! ... Oct 27 20:20:24.595 INFO kablam! 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Oct 27 20:20:24.595 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.595 INFO kablam! Oct 27 20:20:24.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.595 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.595 INFO kablam! | Oct 27 20:20:24.595 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.595 INFO kablam! ... Oct 27 20:20:24.595 INFO kablam! 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Oct 27 20:20:24.595 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.595 INFO kablam! | Oct 27 20:20:24.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.595 INFO kablam! | Oct 27 20:20:24.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.595 INFO kablam! | Oct 27 20:20:24.595 INFO kablam! Oct 27 20:20:24.595 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.595 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.595 INFO kablam! | Oct 27 20:20:24.599 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.599 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.599 INFO kablam! ... Oct 27 20:20:24.599 INFO kablam! 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Oct 27 20:20:24.599 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.599 INFO kablam! Oct 27 20:20:24.599 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.599 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.599 INFO kablam! | Oct 27 20:20:24.599 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.599 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.599 INFO kablam! ... Oct 27 20:20:24.599 INFO kablam! 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Oct 27 20:20:24.599 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.599 INFO kablam! | Oct 27 20:20:24.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.600 INFO kablam! | Oct 27 20:20:24.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.600 INFO kablam! | Oct 27 20:20:24.600 INFO kablam! Oct 27 20:20:24.600 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.600 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.600 INFO kablam! | Oct 27 20:20:24.600 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.600 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.600 INFO kablam! ... Oct 27 20:20:24.600 INFO kablam! 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Oct 27 20:20:24.600 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.600 INFO kablam! Oct 27 20:20:24.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.600 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.600 INFO kablam! | Oct 27 20:20:24.600 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.600 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.600 INFO kablam! ... Oct 27 20:20:24.600 INFO kablam! 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Oct 27 20:20:24.600 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.600 INFO kablam! | Oct 27 20:20:24.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.600 INFO kablam! | Oct 27 20:20:24.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.600 INFO kablam! | Oct 27 20:20:24.600 INFO kablam! Oct 27 20:20:24.600 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.600 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.600 INFO kablam! | Oct 27 20:20:24.600 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.600 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.600 INFO kablam! ... Oct 27 20:20:24.600 INFO kablam! 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); Oct 27 20:20:24.600 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.600 INFO kablam! Oct 27 20:20:24.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.601 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.601 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.601 INFO kablam! ... Oct 27 20:20:24.601 INFO kablam! 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); Oct 27 20:20:24.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! Oct 27 20:20:24.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.601 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.601 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.601 INFO kablam! ... Oct 27 20:20:24.601 INFO kablam! 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); Oct 27 20:20:24.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.601 INFO kablam! Oct 27 20:20:24.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.601 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.601 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.601 INFO kablam! ... Oct 27 20:20:24.601 INFO kablam! 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); Oct 27 20:20:24.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! Oct 27 20:20:24.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.601 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.601 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.601 INFO kablam! ... Oct 27 20:20:24.601 INFO kablam! 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Oct 27 20:20:24.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.601 INFO kablam! Oct 27 20:20:24.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.601 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.601 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.601 INFO kablam! ... Oct 27 20:20:24.601 INFO kablam! 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Oct 27 20:20:24.601 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.601 INFO kablam! | Oct 27 20:20:24.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.602 INFO kablam! | Oct 27 20:20:24.602 INFO kablam! Oct 27 20:20:24.602 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.602 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.602 INFO kablam! | Oct 27 20:20:24.602 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.602 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.602 INFO kablam! ... Oct 27 20:20:24.602 INFO kablam! 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); Oct 27 20:20:24.602 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.602 INFO kablam! Oct 27 20:20:24.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.602 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.602 INFO kablam! | Oct 27 20:20:24.602 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.602 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.602 INFO kablam! ... Oct 27 20:20:24.602 INFO kablam! 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); Oct 27 20:20:24.602 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.602 INFO kablam! | Oct 27 20:20:24.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.602 INFO kablam! | Oct 27 20:20:24.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.602 INFO kablam! | Oct 27 20:20:24.602 INFO kablam! Oct 27 20:20:24.602 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.602 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.602 INFO kablam! | Oct 27 20:20:24.602 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.602 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.602 INFO kablam! ... Oct 27 20:20:24.602 INFO kablam! 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Oct 27 20:20:24.602 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.602 INFO kablam! Oct 27 20:20:24.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.602 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.602 INFO kablam! | Oct 27 20:20:24.602 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.602 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.602 INFO kablam! ... Oct 27 20:20:24.602 INFO kablam! 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Oct 27 20:20:24.603 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.603 INFO kablam! | Oct 27 20:20:24.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.603 INFO kablam! | Oct 27 20:20:24.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.603 INFO kablam! | Oct 27 20:20:24.603 INFO kablam! Oct 27 20:20:24.603 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.603 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.603 INFO kablam! | Oct 27 20:20:24.603 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.603 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.603 INFO kablam! ... Oct 27 20:20:24.603 INFO kablam! 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Oct 27 20:20:24.603 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.603 INFO kablam! Oct 27 20:20:24.607 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.607 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.607 INFO kablam! | Oct 27 20:20:24.607 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.607 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.607 INFO kablam! ... Oct 27 20:20:24.607 INFO kablam! 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Oct 27 20:20:24.607 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.607 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! Oct 27 20:20:24.608 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.608 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.608 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.608 INFO kablam! ... Oct 27 20:20:24.608 INFO kablam! 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Oct 27 20:20:24.608 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.608 INFO kablam! Oct 27 20:20:24.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.608 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.608 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.608 INFO kablam! ... Oct 27 20:20:24.608 INFO kablam! 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Oct 27 20:20:24.608 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! Oct 27 20:20:24.608 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.608 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.608 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.608 INFO kablam! ... Oct 27 20:20:24.608 INFO kablam! 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); Oct 27 20:20:24.608 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.608 INFO kablam! Oct 27 20:20:24.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.608 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.608 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.608 INFO kablam! ... Oct 27 20:20:24.608 INFO kablam! 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); Oct 27 20:20:24.608 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.608 INFO kablam! | Oct 27 20:20:24.608 INFO kablam! Oct 27 20:20:24.611 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.611 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.611 INFO kablam! | Oct 27 20:20:24.611 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.611 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.611 INFO kablam! ... Oct 27 20:20:24.611 INFO kablam! 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Oct 27 20:20:24.611 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.611 INFO kablam! Oct 27 20:20:24.611 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.611 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.611 INFO kablam! | Oct 27 20:20:24.611 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.611 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.611 INFO kablam! ... Oct 27 20:20:24.611 INFO kablam! 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Oct 27 20:20:24.611 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.611 INFO kablam! | Oct 27 20:20:24.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.611 INFO kablam! | Oct 27 20:20:24.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.611 INFO kablam! | Oct 27 20:20:24.611 INFO kablam! Oct 27 20:20:24.612 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.612 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.612 INFO kablam! | Oct 27 20:20:24.612 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.612 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.612 INFO kablam! ... Oct 27 20:20:24.612 INFO kablam! 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Oct 27 20:20:24.612 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.612 INFO kablam! Oct 27 20:20:24.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.612 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.612 INFO kablam! | Oct 27 20:20:24.612 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.612 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.612 INFO kablam! ... Oct 27 20:20:24.612 INFO kablam! 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Oct 27 20:20:24.613 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.613 INFO kablam! | Oct 27 20:20:24.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.613 INFO kablam! | Oct 27 20:20:24.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.613 INFO kablam! | Oct 27 20:20:24.613 INFO kablam! Oct 27 20:20:24.614 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.615 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.615 INFO kablam! | Oct 27 20:20:24.615 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.615 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.615 INFO kablam! ... Oct 27 20:20:24.615 INFO kablam! 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Oct 27 20:20:24.615 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.615 INFO kablam! Oct 27 20:20:24.615 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.615 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.615 INFO kablam! | Oct 27 20:20:24.615 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.615 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.616 INFO kablam! ... Oct 27 20:20:24.617 INFO kablam! 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Oct 27 20:20:24.617 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.617 INFO kablam! | Oct 27 20:20:24.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.617 INFO kablam! | Oct 27 20:20:24.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.617 INFO kablam! | Oct 27 20:20:24.617 INFO kablam! Oct 27 20:20:24.617 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.617 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.617 INFO kablam! | Oct 27 20:20:24.617 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.617 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.617 INFO kablam! ... Oct 27 20:20:24.617 INFO kablam! 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Oct 27 20:20:24.617 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.617 INFO kablam! Oct 27 20:20:24.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.617 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.617 INFO kablam! | Oct 27 20:20:24.617 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.617 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.617 INFO kablam! ... Oct 27 20:20:24.617 INFO kablam! 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Oct 27 20:20:24.617 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.617 INFO kablam! | Oct 27 20:20:24.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.617 INFO kablam! | Oct 27 20:20:24.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.617 INFO kablam! | Oct 27 20:20:24.617 INFO kablam! Oct 27 20:20:24.621 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.622 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.622 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.622 INFO kablam! ... Oct 27 20:20:24.622 INFO kablam! 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Oct 27 20:20:24.622 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.622 INFO kablam! Oct 27 20:20:24.622 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.622 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.622 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.622 INFO kablam! ... Oct 27 20:20:24.622 INFO kablam! 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Oct 27 20:20:24.622 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! Oct 27 20:20:24.622 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.622 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.622 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.622 INFO kablam! ... Oct 27 20:20:24.622 INFO kablam! 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Oct 27 20:20:24.622 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.622 INFO kablam! Oct 27 20:20:24.622 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.622 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.622 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.622 INFO kablam! ... Oct 27 20:20:24.622 INFO kablam! 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Oct 27 20:20:24.622 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! Oct 27 20:20:24.622 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.622 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.622 INFO kablam! | Oct 27 20:20:24.622 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.622 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.622 INFO kablam! ... Oct 27 20:20:24.623 INFO kablam! 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Oct 27 20:20:24.623 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.623 INFO kablam! Oct 27 20:20:24.623 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.623 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.623 INFO kablam! | Oct 27 20:20:24.623 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.623 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.623 INFO kablam! ... Oct 27 20:20:24.623 INFO kablam! 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Oct 27 20:20:24.623 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.623 INFO kablam! | Oct 27 20:20:24.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.623 INFO kablam! | Oct 27 20:20:24.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.623 INFO kablam! | Oct 27 20:20:24.623 INFO kablam! Oct 27 20:20:24.623 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.623 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.623 INFO kablam! | Oct 27 20:20:24.623 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.623 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.623 INFO kablam! ... Oct 27 20:20:24.623 INFO kablam! 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Oct 27 20:20:24.623 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.623 INFO kablam! Oct 27 20:20:24.631 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.631 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.631 INFO kablam! | Oct 27 20:20:24.631 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.631 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.631 INFO kablam! ... Oct 27 20:20:24.631 INFO kablam! 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Oct 27 20:20:24.631 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.631 INFO kablam! | Oct 27 20:20:24.631 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.631 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.631 INFO kablam! | Oct 27 20:20:24.631 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.631 INFO kablam! | Oct 27 20:20:24.631 INFO kablam! Oct 27 20:20:24.631 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.631 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.631 INFO kablam! | Oct 27 20:20:24.631 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.631 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.631 INFO kablam! ... Oct 27 20:20:24.631 INFO kablam! 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); Oct 27 20:20:24.631 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.631 INFO kablam! Oct 27 20:20:24.631 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.631 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.631 INFO kablam! | Oct 27 20:20:24.631 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.631 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.631 INFO kablam! ... Oct 27 20:20:24.631 INFO kablam! 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); Oct 27 20:20:24.631 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.631 INFO kablam! | Oct 27 20:20:24.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.632 INFO kablam! | Oct 27 20:20:24.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.632 INFO kablam! | Oct 27 20:20:24.632 INFO kablam! Oct 27 20:20:24.632 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.632 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.632 INFO kablam! | Oct 27 20:20:24.632 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.632 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.632 INFO kablam! ... Oct 27 20:20:24.632 INFO kablam! 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Oct 27 20:20:24.632 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.636 INFO kablam! Oct 27 20:20:24.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.636 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.636 INFO kablam! | Oct 27 20:20:24.636 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.636 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.636 INFO kablam! ... Oct 27 20:20:24.637 INFO kablam! 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Oct 27 20:20:24.638 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.638 INFO kablam! | Oct 27 20:20:24.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.638 INFO kablam! | Oct 27 20:20:24.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.638 INFO kablam! | Oct 27 20:20:24.638 INFO kablam! Oct 27 20:20:24.638 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.638 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.638 INFO kablam! | Oct 27 20:20:24.638 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.638 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.638 INFO kablam! ... Oct 27 20:20:24.638 INFO kablam! 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Oct 27 20:20:24.639 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.639 INFO kablam! Oct 27 20:20:24.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.641 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.641 INFO kablam! | Oct 27 20:20:24.641 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.642 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.642 INFO kablam! ... Oct 27 20:20:24.642 INFO kablam! 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Oct 27 20:20:24.642 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.646 INFO kablam! | Oct 27 20:20:24.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.646 INFO kablam! | Oct 27 20:20:24.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.646 INFO kablam! | Oct 27 20:20:24.646 INFO kablam! Oct 27 20:20:24.646 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.646 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.646 INFO kablam! | Oct 27 20:20:24.646 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.646 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.646 INFO kablam! ... Oct 27 20:20:24.646 INFO kablam! 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); Oct 27 20:20:24.646 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.646 INFO kablam! Oct 27 20:20:24.646 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.646 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.646 INFO kablam! | Oct 27 20:20:24.646 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.646 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.646 INFO kablam! ... Oct 27 20:20:24.646 INFO kablam! 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); Oct 27 20:20:24.646 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.646 INFO kablam! | Oct 27 20:20:24.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.646 INFO kablam! | Oct 27 20:20:24.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.646 INFO kablam! | Oct 27 20:20:24.646 INFO kablam! Oct 27 20:20:24.646 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.646 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.646 INFO kablam! | Oct 27 20:20:24.646 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.646 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.646 INFO kablam! ... Oct 27 20:20:24.646 INFO kablam! 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Oct 27 20:20:24.646 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.646 INFO kablam! Oct 27 20:20:24.646 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.646 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.646 INFO kablam! | Oct 27 20:20:24.646 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.647 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.647 INFO kablam! ... Oct 27 20:20:24.647 INFO kablam! 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Oct 27 20:20:24.647 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.647 INFO kablam! | Oct 27 20:20:24.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.647 INFO kablam! | Oct 27 20:20:24.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.647 INFO kablam! | Oct 27 20:20:24.647 INFO kablam! Oct 27 20:20:24.647 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.647 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.648 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.648 INFO kablam! ... Oct 27 20:20:24.648 INFO kablam! 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Oct 27 20:20:24.648 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.648 INFO kablam! Oct 27 20:20:24.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.648 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.648 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.648 INFO kablam! ... Oct 27 20:20:24.648 INFO kablam! 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Oct 27 20:20:24.648 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! Oct 27 20:20:24.648 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.648 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.648 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.648 INFO kablam! ... Oct 27 20:20:24.648 INFO kablam! 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Oct 27 20:20:24.648 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.648 INFO kablam! Oct 27 20:20:24.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.648 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.648 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.648 INFO kablam! ... Oct 27 20:20:24.648 INFO kablam! 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Oct 27 20:20:24.648 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! Oct 27 20:20:24.648 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.648 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.648 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.648 INFO kablam! ... Oct 27 20:20:24.648 INFO kablam! 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Oct 27 20:20:24.648 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.648 INFO kablam! Oct 27 20:20:24.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.648 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.648 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.648 INFO kablam! ... Oct 27 20:20:24.648 INFO kablam! 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Oct 27 20:20:24.648 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! Oct 27 20:20:24.648 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.648 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.648 INFO kablam! | Oct 27 20:20:24.648 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.648 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.648 INFO kablam! ... Oct 27 20:20:24.649 INFO kablam! 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Oct 27 20:20:24.649 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.649 INFO kablam! Oct 27 20:20:24.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.649 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.649 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.649 INFO kablam! ... Oct 27 20:20:24.649 INFO kablam! 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Oct 27 20:20:24.649 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! Oct 27 20:20:24.649 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.649 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.649 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.649 INFO kablam! ... Oct 27 20:20:24.649 INFO kablam! 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Oct 27 20:20:24.649 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.649 INFO kablam! Oct 27 20:20:24.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.649 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.649 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.649 INFO kablam! ... Oct 27 20:20:24.649 INFO kablam! 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Oct 27 20:20:24.649 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! Oct 27 20:20:24.649 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.649 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.649 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.649 INFO kablam! ... Oct 27 20:20:24.649 INFO kablam! 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); Oct 27 20:20:24.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.649 INFO kablam! Oct 27 20:20:24.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.649 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.649 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.649 INFO kablam! ... Oct 27 20:20:24.649 INFO kablam! 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); Oct 27 20:20:24.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! Oct 27 20:20:24.649 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.649 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.649 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.649 INFO kablam! ... Oct 27 20:20:24.649 INFO kablam! 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Oct 27 20:20:24.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.649 INFO kablam! Oct 27 20:20:24.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.649 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.649 INFO kablam! | Oct 27 20:20:24.649 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.649 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.649 INFO kablam! ... Oct 27 20:20:24.649 INFO kablam! 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Oct 27 20:20:24.650 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.650 INFO kablam! | Oct 27 20:20:24.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.650 INFO kablam! | Oct 27 20:20:24.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.650 INFO kablam! | Oct 27 20:20:24.650 INFO kablam! Oct 27 20:20:24.655 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.655 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.655 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.655 INFO kablam! ... Oct 27 20:20:24.655 INFO kablam! 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Oct 27 20:20:24.655 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.655 INFO kablam! Oct 27 20:20:24.655 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.655 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.655 INFO kablam! ... Oct 27 20:20:24.655 INFO kablam! 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Oct 27 20:20:24.655 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! Oct 27 20:20:24.655 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.655 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.655 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.655 INFO kablam! ... Oct 27 20:20:24.655 INFO kablam! 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Oct 27 20:20:24.655 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.655 INFO kablam! Oct 27 20:20:24.655 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.655 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.655 INFO kablam! ... Oct 27 20:20:24.655 INFO kablam! 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Oct 27 20:20:24.655 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! Oct 27 20:20:24.655 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.655 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.655 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.655 INFO kablam! ... Oct 27 20:20:24.655 INFO kablam! 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); Oct 27 20:20:24.655 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.655 INFO kablam! Oct 27 20:20:24.655 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.655 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.655 INFO kablam! ... Oct 27 20:20:24.655 INFO kablam! 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); Oct 27 20:20:24.655 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.655 INFO kablam! | Oct 27 20:20:24.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.656 INFO kablam! | Oct 27 20:20:24.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.656 INFO kablam! | Oct 27 20:20:24.656 INFO kablam! Oct 27 20:20:24.656 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.656 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.656 INFO kablam! | Oct 27 20:20:24.656 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.656 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.656 INFO kablam! ... Oct 27 20:20:24.656 INFO kablam! 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Oct 27 20:20:24.656 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.656 INFO kablam! Oct 27 20:20:24.656 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.656 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.656 INFO kablam! | Oct 27 20:20:24.656 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.656 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.656 INFO kablam! ... Oct 27 20:20:24.656 INFO kablam! 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Oct 27 20:20:24.656 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.656 INFO kablam! | Oct 27 20:20:24.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.656 INFO kablam! | Oct 27 20:20:24.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.656 INFO kablam! | Oct 27 20:20:24.656 INFO kablam! Oct 27 20:20:24.659 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.659 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.659 INFO kablam! | Oct 27 20:20:24.659 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.659 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.659 INFO kablam! ... Oct 27 20:20:24.659 INFO kablam! 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Oct 27 20:20:24.659 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.659 INFO kablam! Oct 27 20:20:24.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.660 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.660 INFO kablam! | Oct 27 20:20:24.660 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.660 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.660 INFO kablam! ... Oct 27 20:20:24.660 INFO kablam! 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Oct 27 20:20:24.660 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.660 INFO kablam! | Oct 27 20:20:24.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.660 INFO kablam! | Oct 27 20:20:24.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.660 INFO kablam! | Oct 27 20:20:24.660 INFO kablam! Oct 27 20:20:24.660 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.660 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.661 INFO kablam! | Oct 27 20:20:24.661 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.661 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.661 INFO kablam! ... Oct 27 20:20:24.661 INFO kablam! 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Oct 27 20:20:24.661 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.661 INFO kablam! Oct 27 20:20:24.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.661 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.661 INFO kablam! | Oct 27 20:20:24.661 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.661 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.661 INFO kablam! ... Oct 27 20:20:24.661 INFO kablam! 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Oct 27 20:20:24.661 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.661 INFO kablam! | Oct 27 20:20:24.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.661 INFO kablam! | Oct 27 20:20:24.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.661 INFO kablam! | Oct 27 20:20:24.661 INFO kablam! Oct 27 20:20:24.661 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.661 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.661 INFO kablam! | Oct 27 20:20:24.661 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.661 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.661 INFO kablam! ... Oct 27 20:20:24.661 INFO kablam! 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Oct 27 20:20:24.661 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.661 INFO kablam! Oct 27 20:20:24.662 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.662 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.662 INFO kablam! | Oct 27 20:20:24.662 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.662 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.662 INFO kablam! ... Oct 27 20:20:24.662 INFO kablam! 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Oct 27 20:20:24.662 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.662 INFO kablam! | Oct 27 20:20:24.662 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.662 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.662 INFO kablam! | Oct 27 20:20:24.662 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.662 INFO kablam! | Oct 27 20:20:24.662 INFO kablam! Oct 27 20:20:24.663 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.663 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.663 INFO kablam! | Oct 27 20:20:24.663 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.663 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.663 INFO kablam! ... Oct 27 20:20:24.663 INFO kablam! 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); Oct 27 20:20:24.663 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.663 INFO kablam! Oct 27 20:20:24.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.664 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.664 INFO kablam! | Oct 27 20:20:24.664 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.664 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.664 INFO kablam! ... Oct 27 20:20:24.664 INFO kablam! 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); Oct 27 20:20:24.664 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.664 INFO kablam! | Oct 27 20:20:24.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.664 INFO kablam! | Oct 27 20:20:24.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.664 INFO kablam! | Oct 27 20:20:24.665 INFO kablam! Oct 27 20:20:24.665 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.665 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.665 INFO kablam! | Oct 27 20:20:24.665 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.665 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.665 INFO kablam! ... Oct 27 20:20:24.665 INFO kablam! 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); Oct 27 20:20:24.665 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.665 INFO kablam! Oct 27 20:20:24.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.665 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.665 INFO kablam! | Oct 27 20:20:24.665 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.665 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.665 INFO kablam! ... Oct 27 20:20:24.665 INFO kablam! 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); Oct 27 20:20:24.665 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.665 INFO kablam! | Oct 27 20:20:24.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.665 INFO kablam! | Oct 27 20:20:24.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.665 INFO kablam! | Oct 27 20:20:24.665 INFO kablam! Oct 27 20:20:24.671 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.671 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.671 INFO kablam! | Oct 27 20:20:24.671 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.671 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.671 INFO kablam! ... Oct 27 20:20:24.671 INFO kablam! 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); Oct 27 20:20:24.671 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.671 INFO kablam! Oct 27 20:20:24.671 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.671 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.671 INFO kablam! | Oct 27 20:20:24.671 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.671 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.671 INFO kablam! ... Oct 27 20:20:24.671 INFO kablam! 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); Oct 27 20:20:24.671 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.671 INFO kablam! | Oct 27 20:20:24.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.671 INFO kablam! | Oct 27 20:20:24.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.671 INFO kablam! | Oct 27 20:20:24.671 INFO kablam! Oct 27 20:20:24.671 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.671 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.671 INFO kablam! | Oct 27 20:20:24.672 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.672 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.672 INFO kablam! ... Oct 27 20:20:24.672 INFO kablam! 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); Oct 27 20:20:24.672 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.672 INFO kablam! Oct 27 20:20:24.672 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.672 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.672 INFO kablam! | Oct 27 20:20:24.672 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.672 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.672 INFO kablam! ... Oct 27 20:20:24.672 INFO kablam! 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); Oct 27 20:20:24.672 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.672 INFO kablam! | Oct 27 20:20:24.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.672 INFO kablam! | Oct 27 20:20:24.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.672 INFO kablam! | Oct 27 20:20:24.672 INFO kablam! Oct 27 20:20:24.672 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.672 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.672 INFO kablam! | Oct 27 20:20:24.672 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.672 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.672 INFO kablam! ... Oct 27 20:20:24.672 INFO kablam! 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Oct 27 20:20:24.672 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.672 INFO kablam! Oct 27 20:20:24.672 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.672 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.672 INFO kablam! | Oct 27 20:20:24.672 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.672 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.672 INFO kablam! ... Oct 27 20:20:24.672 INFO kablam! 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Oct 27 20:20:24.672 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.672 INFO kablam! | Oct 27 20:20:24.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.672 INFO kablam! | Oct 27 20:20:24.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.672 INFO kablam! | Oct 27 20:20:24.672 INFO kablam! Oct 27 20:20:24.681 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.681 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.682 INFO kablam! | Oct 27 20:20:24.682 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.682 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.682 INFO kablam! ... Oct 27 20:20:24.682 INFO kablam! 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Oct 27 20:20:24.682 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.682 INFO kablam! Oct 27 20:20:24.682 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.682 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.682 INFO kablam! | Oct 27 20:20:24.682 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.682 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.682 INFO kablam! ... Oct 27 20:20:24.682 INFO kablam! 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Oct 27 20:20:24.682 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.682 INFO kablam! | Oct 27 20:20:24.682 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.682 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.682 INFO kablam! | Oct 27 20:20:24.682 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.682 INFO kablam! | Oct 27 20:20:24.682 INFO kablam! Oct 27 20:20:24.682 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.683 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.683 INFO kablam! | Oct 27 20:20:24.683 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.683 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.683 INFO kablam! ... Oct 27 20:20:24.683 INFO kablam! 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); Oct 27 20:20:24.683 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.683 INFO kablam! Oct 27 20:20:24.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.683 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.683 INFO kablam! | Oct 27 20:20:24.683 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.683 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.683 INFO kablam! ... Oct 27 20:20:24.683 INFO kablam! 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); Oct 27 20:20:24.683 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.683 INFO kablam! | Oct 27 20:20:24.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.683 INFO kablam! | Oct 27 20:20:24.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.683 INFO kablam! | Oct 27 20:20:24.683 INFO kablam! Oct 27 20:20:24.683 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.683 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.683 INFO kablam! | Oct 27 20:20:24.683 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.683 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.683 INFO kablam! ... Oct 27 20:20:24.683 INFO kablam! 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Oct 27 20:20:24.683 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.683 INFO kablam! Oct 27 20:20:24.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.683 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.683 INFO kablam! | Oct 27 20:20:24.683 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.683 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.683 INFO kablam! ... Oct 27 20:20:24.683 INFO kablam! 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Oct 27 20:20:24.683 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.683 INFO kablam! | Oct 27 20:20:24.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.685 INFO kablam! | Oct 27 20:20:24.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.685 INFO kablam! | Oct 27 20:20:24.685 INFO kablam! Oct 27 20:20:24.685 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.688 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.688 INFO kablam! | Oct 27 20:20:24.688 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.688 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.688 INFO kablam! ... Oct 27 20:20:24.688 INFO kablam! 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Oct 27 20:20:24.688 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.688 INFO kablam! Oct 27 20:20:24.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.688 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.688 INFO kablam! | Oct 27 20:20:24.688 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.688 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.688 INFO kablam! ... Oct 27 20:20:24.688 INFO kablam! 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Oct 27 20:20:24.688 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.688 INFO kablam! | Oct 27 20:20:24.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.688 INFO kablam! | Oct 27 20:20:24.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.688 INFO kablam! | Oct 27 20:20:24.688 INFO kablam! Oct 27 20:20:24.688 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.688 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.689 INFO kablam! | Oct 27 20:20:24.689 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.689 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.689 INFO kablam! ... Oct 27 20:20:24.689 INFO kablam! 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Oct 27 20:20:24.689 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.689 INFO kablam! Oct 27 20:20:24.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.689 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.689 INFO kablam! | Oct 27 20:20:24.689 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.689 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.689 INFO kablam! ... Oct 27 20:20:24.689 INFO kablam! 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Oct 27 20:20:24.689 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.689 INFO kablam! | Oct 27 20:20:24.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.689 INFO kablam! | Oct 27 20:20:24.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.689 INFO kablam! | Oct 27 20:20:24.689 INFO kablam! Oct 27 20:20:24.689 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.689 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.690 INFO kablam! | Oct 27 20:20:24.690 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.690 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.690 INFO kablam! ... Oct 27 20:20:24.690 INFO kablam! 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Oct 27 20:20:24.690 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.690 INFO kablam! Oct 27 20:20:24.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.690 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.690 INFO kablam! | Oct 27 20:20:24.690 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.696 INFO kablam! ... Oct 27 20:20:24.696 INFO kablam! 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Oct 27 20:20:24.696 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.696 INFO kablam! | Oct 27 20:20:24.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.696 INFO kablam! | Oct 27 20:20:24.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.696 INFO kablam! | Oct 27 20:20:24.696 INFO kablam! Oct 27 20:20:24.696 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.696 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.696 INFO kablam! | Oct 27 20:20:24.696 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.696 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.696 INFO kablam! ... Oct 27 20:20:24.696 INFO kablam! 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Oct 27 20:20:24.696 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.696 INFO kablam! Oct 27 20:20:24.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.696 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.696 INFO kablam! | Oct 27 20:20:24.696 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.696 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.696 INFO kablam! ... Oct 27 20:20:24.696 INFO kablam! 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Oct 27 20:20:24.696 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.696 INFO kablam! | Oct 27 20:20:24.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.696 INFO kablam! | Oct 27 20:20:24.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.696 INFO kablam! | Oct 27 20:20:24.696 INFO kablam! Oct 27 20:20:24.696 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.696 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.696 INFO kablam! | Oct 27 20:20:24.696 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.696 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.696 INFO kablam! ... Oct 27 20:20:24.696 INFO kablam! 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Oct 27 20:20:24.696 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.696 INFO kablam! Oct 27 20:20:24.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.697 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.697 INFO kablam! | Oct 27 20:20:24.697 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.697 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.697 INFO kablam! ... Oct 27 20:20:24.697 INFO kablam! 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Oct 27 20:20:24.697 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.697 INFO kablam! | Oct 27 20:20:24.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.697 INFO kablam! | Oct 27 20:20:24.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.697 INFO kablam! | Oct 27 20:20:24.697 INFO kablam! Oct 27 20:20:24.697 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.697 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.697 INFO kablam! | Oct 27 20:20:24.697 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.697 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.697 INFO kablam! ... Oct 27 20:20:24.697 INFO kablam! 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Oct 27 20:20:24.697 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.697 INFO kablam! Oct 27 20:20:24.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.697 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.697 INFO kablam! | Oct 27 20:20:24.697 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.697 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.697 INFO kablam! ... Oct 27 20:20:24.697 INFO kablam! 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Oct 27 20:20:24.703 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.703 INFO kablam! | Oct 27 20:20:24.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.703 INFO kablam! | Oct 27 20:20:24.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.704 INFO kablam! | Oct 27 20:20:24.704 INFO kablam! Oct 27 20:20:24.704 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.704 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.704 INFO kablam! | Oct 27 20:20:24.704 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.704 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.704 INFO kablam! ... Oct 27 20:20:24.704 INFO kablam! 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Oct 27 20:20:24.704 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.704 INFO kablam! Oct 27 20:20:24.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.704 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.704 INFO kablam! | Oct 27 20:20:24.704 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.704 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.704 INFO kablam! ... Oct 27 20:20:24.704 INFO kablam! 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Oct 27 20:20:24.704 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.704 INFO kablam! | Oct 27 20:20:24.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.704 INFO kablam! | Oct 27 20:20:24.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.704 INFO kablam! | Oct 27 20:20:24.704 INFO kablam! Oct 27 20:20:24.704 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.704 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.704 INFO kablam! | Oct 27 20:20:24.704 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.704 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.704 INFO kablam! ... Oct 27 20:20:24.704 INFO kablam! 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Oct 27 20:20:24.704 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.704 INFO kablam! Oct 27 20:20:24.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.704 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.704 INFO kablam! | Oct 27 20:20:24.704 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.704 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.704 INFO kablam! ... Oct 27 20:20:24.704 INFO kablam! 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Oct 27 20:20:24.704 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.704 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! Oct 27 20:20:24.707 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.707 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.707 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.707 INFO kablam! ... Oct 27 20:20:24.707 INFO kablam! 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Oct 27 20:20:24.707 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.707 INFO kablam! Oct 27 20:20:24.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.707 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.707 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.707 INFO kablam! ... Oct 27 20:20:24.707 INFO kablam! 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Oct 27 20:20:24.707 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! Oct 27 20:20:24.707 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.707 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.707 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.707 INFO kablam! ... Oct 27 20:20:24.707 INFO kablam! 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Oct 27 20:20:24.707 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.707 INFO kablam! Oct 27 20:20:24.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.707 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.707 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.707 INFO kablam! ... Oct 27 20:20:24.707 INFO kablam! 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Oct 27 20:20:24.707 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.707 INFO kablam! | Oct 27 20:20:24.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.708 INFO kablam! | Oct 27 20:20:24.708 INFO kablam! Oct 27 20:20:24.708 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.708 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.708 INFO kablam! | Oct 27 20:20:24.708 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.708 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.708 INFO kablam! ... Oct 27 20:20:24.708 INFO kablam! 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Oct 27 20:20:24.709 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.709 INFO kablam! Oct 27 20:20:24.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.709 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.709 INFO kablam! | Oct 27 20:20:24.709 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.709 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.709 INFO kablam! ... Oct 27 20:20:24.709 INFO kablam! 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Oct 27 20:20:24.709 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.709 INFO kablam! | Oct 27 20:20:24.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.709 INFO kablam! | Oct 27 20:20:24.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.709 INFO kablam! | Oct 27 20:20:24.709 INFO kablam! Oct 27 20:20:24.709 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.709 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.709 INFO kablam! | Oct 27 20:20:24.709 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.709 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.709 INFO kablam! ... Oct 27 20:20:24.709 INFO kablam! 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Oct 27 20:20:24.709 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.709 INFO kablam! Oct 27 20:20:24.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.709 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.709 INFO kablam! | Oct 27 20:20:24.709 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.709 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.709 INFO kablam! ... Oct 27 20:20:24.709 INFO kablam! 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Oct 27 20:20:24.709 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.709 INFO kablam! | Oct 27 20:20:24.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! Oct 27 20:20:24.710 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.710 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.710 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.710 INFO kablam! ... Oct 27 20:20:24.710 INFO kablam! 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Oct 27 20:20:24.710 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.710 INFO kablam! Oct 27 20:20:24.710 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.710 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.710 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.710 INFO kablam! ... Oct 27 20:20:24.710 INFO kablam! 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Oct 27 20:20:24.710 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! Oct 27 20:20:24.710 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.710 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.710 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.710 INFO kablam! ... Oct 27 20:20:24.710 INFO kablam! 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Oct 27 20:20:24.710 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.710 INFO kablam! Oct 27 20:20:24.710 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.710 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.710 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.710 INFO kablam! ... Oct 27 20:20:24.710 INFO kablam! 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Oct 27 20:20:24.710 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! Oct 27 20:20:24.710 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.710 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.710 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.710 INFO kablam! ... Oct 27 20:20:24.710 INFO kablam! 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Oct 27 20:20:24.710 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.710 INFO kablam! Oct 27 20:20:24.710 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.710 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.710 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.710 INFO kablam! ... Oct 27 20:20:24.710 INFO kablam! 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Oct 27 20:20:24.710 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.710 INFO kablam! | Oct 27 20:20:24.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.711 INFO kablam! | Oct 27 20:20:24.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.711 INFO kablam! | Oct 27 20:20:24.711 INFO kablam! Oct 27 20:20:24.711 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.711 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.711 INFO kablam! | Oct 27 20:20:24.711 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.711 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.711 INFO kablam! ... Oct 27 20:20:24.711 INFO kablam! 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Oct 27 20:20:24.711 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.711 INFO kablam! Oct 27 20:20:24.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.711 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.711 INFO kablam! | Oct 27 20:20:24.711 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.711 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.711 INFO kablam! ... Oct 27 20:20:24.711 INFO kablam! 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Oct 27 20:20:24.711 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.711 INFO kablam! | Oct 27 20:20:24.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.711 INFO kablam! | Oct 27 20:20:24.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.711 INFO kablam! | Oct 27 20:20:24.711 INFO kablam! Oct 27 20:20:24.714 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.715 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.715 INFO kablam! | Oct 27 20:20:24.715 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.715 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.715 INFO kablam! ... Oct 27 20:20:24.715 INFO kablam! 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Oct 27 20:20:24.715 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.715 INFO kablam! Oct 27 20:20:24.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.715 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.715 INFO kablam! | Oct 27 20:20:24.715 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.715 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.715 INFO kablam! ... Oct 27 20:20:24.715 INFO kablam! 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Oct 27 20:20:24.715 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.715 INFO kablam! | Oct 27 20:20:24.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.715 INFO kablam! | Oct 27 20:20:24.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.715 INFO kablam! | Oct 27 20:20:24.715 INFO kablam! Oct 27 20:20:24.730 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.730 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.730 INFO kablam! | Oct 27 20:20:24.730 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.730 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.730 INFO kablam! ... Oct 27 20:20:24.730 INFO kablam! 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Oct 27 20:20:24.730 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.730 INFO kablam! Oct 27 20:20:24.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.730 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.730 INFO kablam! | Oct 27 20:20:24.730 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.730 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.730 INFO kablam! ... Oct 27 20:20:24.730 INFO kablam! 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Oct 27 20:20:24.730 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.730 INFO kablam! | Oct 27 20:20:24.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.730 INFO kablam! | Oct 27 20:20:24.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.730 INFO kablam! | Oct 27 20:20:24.730 INFO kablam! Oct 27 20:20:24.730 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.730 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.730 INFO kablam! | Oct 27 20:20:24.730 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.730 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.730 INFO kablam! ... Oct 27 20:20:24.730 INFO kablam! 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Oct 27 20:20:24.730 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.731 INFO kablam! Oct 27 20:20:24.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.731 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.731 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.731 INFO kablam! ... Oct 27 20:20:24.731 INFO kablam! 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Oct 27 20:20:24.731 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! Oct 27 20:20:24.731 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.731 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.731 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.731 INFO kablam! ... Oct 27 20:20:24.731 INFO kablam! 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Oct 27 20:20:24.731 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.731 INFO kablam! Oct 27 20:20:24.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.731 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.731 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.731 INFO kablam! ... Oct 27 20:20:24.731 INFO kablam! 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Oct 27 20:20:24.731 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! Oct 27 20:20:24.731 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.731 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.731 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.731 INFO kablam! ... Oct 27 20:20:24.731 INFO kablam! 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); Oct 27 20:20:24.731 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.731 INFO kablam! Oct 27 20:20:24.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.731 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.731 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.731 INFO kablam! ... Oct 27 20:20:24.731 INFO kablam! 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); Oct 27 20:20:24.731 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.731 INFO kablam! | Oct 27 20:20:24.731 INFO kablam! Oct 27 20:20:24.732 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.732 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.732 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.732 INFO kablam! ... Oct 27 20:20:24.732 INFO kablam! 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); Oct 27 20:20:24.732 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.732 INFO kablam! Oct 27 20:20:24.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.732 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.732 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.732 INFO kablam! ... Oct 27 20:20:24.732 INFO kablam! 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); Oct 27 20:20:24.732 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! Oct 27 20:20:24.732 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.732 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.732 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.732 INFO kablam! ... Oct 27 20:20:24.732 INFO kablam! 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); Oct 27 20:20:24.732 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.732 INFO kablam! Oct 27 20:20:24.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.732 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.732 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.732 INFO kablam! ... Oct 27 20:20:24.732 INFO kablam! 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); Oct 27 20:20:24.732 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! Oct 27 20:20:24.732 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.732 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.732 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.732 INFO kablam! ... Oct 27 20:20:24.732 INFO kablam! 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); Oct 27 20:20:24.732 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.732 INFO kablam! Oct 27 20:20:24.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.732 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.732 INFO kablam! | Oct 27 20:20:24.732 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.732 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.732 INFO kablam! ... Oct 27 20:20:24.733 INFO kablam! 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); Oct 27 20:20:24.733 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! Oct 27 20:20:24.733 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.733 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.733 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.733 INFO kablam! ... Oct 27 20:20:24.733 INFO kablam! 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); Oct 27 20:20:24.733 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.733 INFO kablam! Oct 27 20:20:24.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.733 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.733 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.733 INFO kablam! ... Oct 27 20:20:24.733 INFO kablam! 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); Oct 27 20:20:24.733 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! Oct 27 20:20:24.733 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.733 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.733 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.733 INFO kablam! ... Oct 27 20:20:24.733 INFO kablam! 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); Oct 27 20:20:24.733 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.733 INFO kablam! Oct 27 20:20:24.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.733 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.733 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.733 INFO kablam! ... Oct 27 20:20:24.733 INFO kablam! 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); Oct 27 20:20:24.733 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! Oct 27 20:20:24.733 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.733 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.733 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.733 INFO kablam! ... Oct 27 20:20:24.733 INFO kablam! 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Oct 27 20:20:24.733 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.733 INFO kablam! Oct 27 20:20:24.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.733 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.733 INFO kablam! | Oct 27 20:20:24.733 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.734 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.734 INFO kablam! ... Oct 27 20:20:24.734 INFO kablam! 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Oct 27 20:20:24.734 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.734 INFO kablam! | Oct 27 20:20:24.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.734 INFO kablam! | Oct 27 20:20:24.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.734 INFO kablam! | Oct 27 20:20:24.734 INFO kablam! Oct 27 20:20:24.734 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.734 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.734 INFO kablam! | Oct 27 20:20:24.734 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.734 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.734 INFO kablam! ... Oct 27 20:20:24.734 INFO kablam! 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); Oct 27 20:20:24.734 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.734 INFO kablam! Oct 27 20:20:24.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.738 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.738 INFO kablam! | Oct 27 20:20:24.738 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.738 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.738 INFO kablam! ... Oct 27 20:20:24.738 INFO kablam! 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); Oct 27 20:20:24.738 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.738 INFO kablam! | Oct 27 20:20:24.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.738 INFO kablam! | Oct 27 20:20:24.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.738 INFO kablam! | Oct 27 20:20:24.738 INFO kablam! Oct 27 20:20:24.738 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.739 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.739 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.739 INFO kablam! ... Oct 27 20:20:24.739 INFO kablam! 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); Oct 27 20:20:24.739 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.739 INFO kablam! Oct 27 20:20:24.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.739 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.739 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.739 INFO kablam! ... Oct 27 20:20:24.739 INFO kablam! 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); Oct 27 20:20:24.739 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! Oct 27 20:20:24.739 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.739 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.739 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.739 INFO kablam! ... Oct 27 20:20:24.739 INFO kablam! 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); Oct 27 20:20:24.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.739 INFO kablam! Oct 27 20:20:24.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.739 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.739 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.739 INFO kablam! ... Oct 27 20:20:24.739 INFO kablam! 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); Oct 27 20:20:24.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! Oct 27 20:20:24.739 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.739 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.739 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.739 INFO kablam! ... Oct 27 20:20:24.739 INFO kablam! 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); Oct 27 20:20:24.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.739 INFO kablam! Oct 27 20:20:24.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.739 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.739 INFO kablam! | Oct 27 20:20:24.739 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.739 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.739 INFO kablam! ... Oct 27 20:20:24.739 INFO kablam! 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); Oct 27 20:20:24.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.740 INFO kablam! | Oct 27 20:20:24.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.740 INFO kablam! | Oct 27 20:20:24.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.740 INFO kablam! | Oct 27 20:20:24.740 INFO kablam! Oct 27 20:20:24.740 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.740 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.740 INFO kablam! | Oct 27 20:20:24.740 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.740 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.740 INFO kablam! ... Oct 27 20:20:24.740 INFO kablam! 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); Oct 27 20:20:24.740 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.740 INFO kablam! Oct 27 20:20:24.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.743 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.743 INFO kablam! | Oct 27 20:20:24.743 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.744 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.744 INFO kablam! ... Oct 27 20:20:24.744 INFO kablam! 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); Oct 27 20:20:24.744 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! Oct 27 20:20:24.744 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.744 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.744 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.744 INFO kablam! ... Oct 27 20:20:24.744 INFO kablam! 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); Oct 27 20:20:24.744 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.744 INFO kablam! Oct 27 20:20:24.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.744 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.744 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.744 INFO kablam! ... Oct 27 20:20:24.744 INFO kablam! 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); Oct 27 20:20:24.744 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! Oct 27 20:20:24.744 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.744 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.744 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.744 INFO kablam! ... Oct 27 20:20:24.744 INFO kablam! 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); Oct 27 20:20:24.744 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.744 INFO kablam! Oct 27 20:20:24.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.744 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.744 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.744 INFO kablam! ... Oct 27 20:20:24.744 INFO kablam! 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); Oct 27 20:20:24.744 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.744 INFO kablam! | Oct 27 20:20:24.744 INFO kablam! Oct 27 20:20:24.747 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.747 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.747 INFO kablam! | Oct 27 20:20:24.747 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.747 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.747 INFO kablam! ... Oct 27 20:20:24.747 INFO kablam! 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); Oct 27 20:20:24.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.747 INFO kablam! Oct 27 20:20:24.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.751 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.751 INFO kablam! ... Oct 27 20:20:24.751 INFO kablam! 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); Oct 27 20:20:24.751 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! Oct 27 20:20:24.751 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.751 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.751 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.751 INFO kablam! ... Oct 27 20:20:24.751 INFO kablam! 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); Oct 27 20:20:24.751 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.751 INFO kablam! Oct 27 20:20:24.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.751 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.751 INFO kablam! ... Oct 27 20:20:24.751 INFO kablam! 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); Oct 27 20:20:24.751 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! Oct 27 20:20:24.751 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.751 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.751 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.751 INFO kablam! ... Oct 27 20:20:24.751 INFO kablam! 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); Oct 27 20:20:24.751 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.751 INFO kablam! Oct 27 20:20:24.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.751 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.751 INFO kablam! ... Oct 27 20:20:24.751 INFO kablam! 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); Oct 27 20:20:24.751 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! Oct 27 20:20:24.751 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.751 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.751 INFO kablam! | Oct 27 20:20:24.751 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.751 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.751 INFO kablam! ... Oct 27 20:20:24.751 INFO kablam! 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); Oct 27 20:20:24.751 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.751 INFO kablam! Oct 27 20:20:24.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.752 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.752 INFO kablam! | Oct 27 20:20:24.752 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.752 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.752 INFO kablam! ... Oct 27 20:20:24.752 INFO kablam! 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); Oct 27 20:20:24.752 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.752 INFO kablam! | Oct 27 20:20:24.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.752 INFO kablam! | Oct 27 20:20:24.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.752 INFO kablam! | Oct 27 20:20:24.752 INFO kablam! Oct 27 20:20:24.752 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.752 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.752 INFO kablam! | Oct 27 20:20:24.752 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.752 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.752 INFO kablam! ... Oct 27 20:20:24.752 INFO kablam! 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); Oct 27 20:20:24.752 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.752 INFO kablam! Oct 27 20:20:24.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.759 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.759 INFO kablam! ... Oct 27 20:20:24.759 INFO kablam! 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); Oct 27 20:20:24.759 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! Oct 27 20:20:24.759 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.759 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.759 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.759 INFO kablam! ... Oct 27 20:20:24.759 INFO kablam! 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); Oct 27 20:20:24.759 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.759 INFO kablam! Oct 27 20:20:24.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.759 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.759 INFO kablam! ... Oct 27 20:20:24.759 INFO kablam! 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); Oct 27 20:20:24.759 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! Oct 27 20:20:24.759 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.759 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.759 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.759 INFO kablam! ... Oct 27 20:20:24.759 INFO kablam! 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Oct 27 20:20:24.759 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.759 INFO kablam! Oct 27 20:20:24.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.759 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.759 INFO kablam! ... Oct 27 20:20:24.759 INFO kablam! 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Oct 27 20:20:24.759 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.759 INFO kablam! Oct 27 20:20:24.759 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.759 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.759 INFO kablam! | Oct 27 20:20:24.760 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.760 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.760 INFO kablam! ... Oct 27 20:20:24.760 INFO kablam! 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); Oct 27 20:20:24.760 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.760 INFO kablam! Oct 27 20:20:24.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.760 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.760 INFO kablam! | Oct 27 20:20:24.760 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.760 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.760 INFO kablam! ... Oct 27 20:20:24.760 INFO kablam! 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); Oct 27 20:20:24.760 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.760 INFO kablam! | Oct 27 20:20:24.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.760 INFO kablam! | Oct 27 20:20:24.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.760 INFO kablam! | Oct 27 20:20:24.760 INFO kablam! Oct 27 20:20:24.774 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.774 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.774 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.774 INFO kablam! ... Oct 27 20:20:24.774 INFO kablam! 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); Oct 27 20:20:24.774 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.774 INFO kablam! Oct 27 20:20:24.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.774 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.774 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.774 INFO kablam! ... Oct 27 20:20:24.774 INFO kablam! 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); Oct 27 20:20:24.774 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! Oct 27 20:20:24.774 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.774 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.774 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.774 INFO kablam! ... Oct 27 20:20:24.774 INFO kablam! 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Oct 27 20:20:24.774 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.774 INFO kablam! Oct 27 20:20:24.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.774 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.774 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.774 INFO kablam! ... Oct 27 20:20:24.774 INFO kablam! 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Oct 27 20:20:24.774 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! Oct 27 20:20:24.774 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.774 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.774 INFO kablam! | Oct 27 20:20:24.774 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.774 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.774 INFO kablam! ... Oct 27 20:20:24.774 INFO kablam! 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); Oct 27 20:20:24.774 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.774 INFO kablam! Oct 27 20:20:24.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.779 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.779 INFO kablam! ... Oct 27 20:20:24.779 INFO kablam! 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); Oct 27 20:20:24.779 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! Oct 27 20:20:24.779 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.779 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.779 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.779 INFO kablam! ... Oct 27 20:20:24.779 INFO kablam! 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); Oct 27 20:20:24.779 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.779 INFO kablam! Oct 27 20:20:24.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.779 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.779 INFO kablam! ... Oct 27 20:20:24.779 INFO kablam! 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); Oct 27 20:20:24.779 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! Oct 27 20:20:24.779 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.779 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.779 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.779 INFO kablam! ... Oct 27 20:20:24.779 INFO kablam! 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); Oct 27 20:20:24.779 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.779 INFO kablam! Oct 27 20:20:24.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.779 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.779 INFO kablam! ... Oct 27 20:20:24.779 INFO kablam! 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); Oct 27 20:20:24.779 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! Oct 27 20:20:24.779 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.779 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.779 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.779 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.779 INFO kablam! ... Oct 27 20:20:24.779 INFO kablam! 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); Oct 27 20:20:24.779 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.779 INFO kablam! Oct 27 20:20:24.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.779 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.779 INFO kablam! | Oct 27 20:20:24.780 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.780 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.780 INFO kablam! ... Oct 27 20:20:24.780 INFO kablam! 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); Oct 27 20:20:24.780 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.780 INFO kablam! | Oct 27 20:20:24.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.780 INFO kablam! | Oct 27 20:20:24.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.780 INFO kablam! | Oct 27 20:20:24.780 INFO kablam! Oct 27 20:20:24.782 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.782 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.782 INFO kablam! | Oct 27 20:20:24.782 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.782 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.782 INFO kablam! ... Oct 27 20:20:24.782 INFO kablam! 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); Oct 27 20:20:24.782 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.782 INFO kablam! Oct 27 20:20:24.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.795 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.795 INFO kablam! ... Oct 27 20:20:24.795 INFO kablam! 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); Oct 27 20:20:24.795 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! Oct 27 20:20:24.795 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.795 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.795 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.795 INFO kablam! ... Oct 27 20:20:24.795 INFO kablam! 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); Oct 27 20:20:24.795 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.795 INFO kablam! Oct 27 20:20:24.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.795 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.795 INFO kablam! ... Oct 27 20:20:24.795 INFO kablam! 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); Oct 27 20:20:24.795 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! Oct 27 20:20:24.795 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.795 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.795 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.795 INFO kablam! ... Oct 27 20:20:24.795 INFO kablam! 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); Oct 27 20:20:24.795 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.795 INFO kablam! Oct 27 20:20:24.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.795 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.795 INFO kablam! ... Oct 27 20:20:24.795 INFO kablam! 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); Oct 27 20:20:24.795 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.795 INFO kablam! | Oct 27 20:20:24.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! Oct 27 20:20:24.796 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.796 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.796 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.796 INFO kablam! ... Oct 27 20:20:24.796 INFO kablam! 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); Oct 27 20:20:24.796 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.796 INFO kablam! Oct 27 20:20:24.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.796 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.796 INFO kablam! ... Oct 27 20:20:24.796 INFO kablam! 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); Oct 27 20:20:24.796 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! Oct 27 20:20:24.796 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.796 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.796 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.796 INFO kablam! ... Oct 27 20:20:24.796 INFO kablam! 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); Oct 27 20:20:24.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.796 INFO kablam! Oct 27 20:20:24.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.796 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.796 INFO kablam! ... Oct 27 20:20:24.796 INFO kablam! 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); Oct 27 20:20:24.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! Oct 27 20:20:24.796 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.796 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.796 INFO kablam! | Oct 27 20:20:24.796 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.796 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.796 INFO kablam! ... Oct 27 20:20:24.796 INFO kablam! 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Oct 27 20:20:24.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.796 INFO kablam! Oct 27 20:20:24.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.799 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.799 INFO kablam! | Oct 27 20:20:24.799 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.799 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.799 INFO kablam! ... Oct 27 20:20:24.799 INFO kablam! 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Oct 27 20:20:24.799 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.799 INFO kablam! | Oct 27 20:20:24.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.799 INFO kablam! | Oct 27 20:20:24.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.799 INFO kablam! | Oct 27 20:20:24.799 INFO kablam! Oct 27 20:20:24.799 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.799 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.799 INFO kablam! | Oct 27 20:20:24.800 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.800 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.800 INFO kablam! ... Oct 27 20:20:24.800 INFO kablam! 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Oct 27 20:20:24.800 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.800 INFO kablam! Oct 27 20:20:24.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.808 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.808 INFO kablam! | Oct 27 20:20:24.808 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.808 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.808 INFO kablam! ... Oct 27 20:20:24.808 INFO kablam! 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Oct 27 20:20:24.808 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.808 INFO kablam! | Oct 27 20:20:24.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.808 INFO kablam! | Oct 27 20:20:24.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.808 INFO kablam! | Oct 27 20:20:24.808 INFO kablam! Oct 27 20:20:24.808 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.808 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.808 INFO kablam! | Oct 27 20:20:24.808 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.808 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.808 INFO kablam! ... Oct 27 20:20:24.808 INFO kablam! 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); Oct 27 20:20:24.808 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.808 INFO kablam! Oct 27 20:20:24.809 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.809 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.809 INFO kablam! | Oct 27 20:20:24.809 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.809 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.809 INFO kablam! ... Oct 27 20:20:24.809 INFO kablam! 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); Oct 27 20:20:24.809 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.809 INFO kablam! | Oct 27 20:20:24.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.809 INFO kablam! | Oct 27 20:20:24.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.809 INFO kablam! | Oct 27 20:20:24.809 INFO kablam! Oct 27 20:20:24.809 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.810 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.810 INFO kablam! | Oct 27 20:20:24.812 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.812 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.812 INFO kablam! ... Oct 27 20:20:24.812 INFO kablam! 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); Oct 27 20:20:24.812 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.812 INFO kablam! Oct 27 20:20:24.812 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.812 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.812 INFO kablam! | Oct 27 20:20:24.812 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.812 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.812 INFO kablam! ... Oct 27 20:20:24.812 INFO kablam! 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); Oct 27 20:20:24.812 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.812 INFO kablam! | Oct 27 20:20:24.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.812 INFO kablam! | Oct 27 20:20:24.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.812 INFO kablam! | Oct 27 20:20:24.812 INFO kablam! Oct 27 20:20:24.812 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.812 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.812 INFO kablam! | Oct 27 20:20:24.812 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.812 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.812 INFO kablam! ... Oct 27 20:20:24.812 INFO kablam! 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); Oct 27 20:20:24.812 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.812 INFO kablam! Oct 27 20:20:24.812 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.812 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.812 INFO kablam! | Oct 27 20:20:24.812 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.812 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.812 INFO kablam! ... Oct 27 20:20:24.812 INFO kablam! 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); Oct 27 20:20:24.812 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! Oct 27 20:20:24.813 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.813 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.813 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.813 INFO kablam! ... Oct 27 20:20:24.813 INFO kablam! 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); Oct 27 20:20:24.813 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.813 INFO kablam! Oct 27 20:20:24.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.813 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.813 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.813 INFO kablam! ... Oct 27 20:20:24.813 INFO kablam! 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); Oct 27 20:20:24.813 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! Oct 27 20:20:24.813 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.813 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.813 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.813 INFO kablam! ... Oct 27 20:20:24.813 INFO kablam! 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); Oct 27 20:20:24.813 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.813 INFO kablam! Oct 27 20:20:24.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.813 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.813 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.813 INFO kablam! ... Oct 27 20:20:24.813 INFO kablam! 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); Oct 27 20:20:24.813 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! Oct 27 20:20:24.813 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.813 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.813 INFO kablam! | Oct 27 20:20:24.813 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.813 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.814 INFO kablam! ... Oct 27 20:20:24.814 INFO kablam! 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); Oct 27 20:20:24.814 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.814 INFO kablam! Oct 27 20:20:24.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.814 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.814 INFO kablam! | Oct 27 20:20:24.814 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.814 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.814 INFO kablam! ... Oct 27 20:20:24.814 INFO kablam! 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); Oct 27 20:20:24.814 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.814 INFO kablam! | Oct 27 20:20:24.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.814 INFO kablam! | Oct 27 20:20:24.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.814 INFO kablam! | Oct 27 20:20:24.814 INFO kablam! Oct 27 20:20:24.822 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.822 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.822 INFO kablam! | Oct 27 20:20:24.822 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.822 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.822 INFO kablam! ... Oct 27 20:20:24.822 INFO kablam! 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); Oct 27 20:20:24.822 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.822 INFO kablam! Oct 27 20:20:24.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.822 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.822 INFO kablam! | Oct 27 20:20:24.822 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.822 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.822 INFO kablam! ... Oct 27 20:20:24.822 INFO kablam! 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); Oct 27 20:20:24.822 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.822 INFO kablam! | Oct 27 20:20:24.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.822 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! Oct 27 20:20:24.839 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.839 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.839 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.839 INFO kablam! ... Oct 27 20:20:24.839 INFO kablam! 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Oct 27 20:20:24.839 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.839 INFO kablam! Oct 27 20:20:24.839 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.839 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.839 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.839 INFO kablam! ... Oct 27 20:20:24.839 INFO kablam! 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Oct 27 20:20:24.839 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! Oct 27 20:20:24.839 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.839 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.839 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.839 INFO kablam! ... Oct 27 20:20:24.839 INFO kablam! 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Oct 27 20:20:24.839 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.839 INFO kablam! Oct 27 20:20:24.839 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.839 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.839 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.839 INFO kablam! ... Oct 27 20:20:24.839 INFO kablam! 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Oct 27 20:20:24.839 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! Oct 27 20:20:24.839 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.839 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.839 INFO kablam! | Oct 27 20:20:24.839 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.839 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.839 INFO kablam! ... Oct 27 20:20:24.839 INFO kablam! 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Oct 27 20:20:24.839 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.839 INFO kablam! Oct 27 20:20:24.840 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.840 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.840 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.840 INFO kablam! ... Oct 27 20:20:24.840 INFO kablam! 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Oct 27 20:20:24.840 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! Oct 27 20:20:24.840 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.840 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.840 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.840 INFO kablam! ... Oct 27 20:20:24.840 INFO kablam! 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Oct 27 20:20:24.840 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.840 INFO kablam! Oct 27 20:20:24.840 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.840 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.840 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.840 INFO kablam! ... Oct 27 20:20:24.840 INFO kablam! 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Oct 27 20:20:24.840 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! Oct 27 20:20:24.840 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.840 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.840 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.840 INFO kablam! ... Oct 27 20:20:24.840 INFO kablam! 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); Oct 27 20:20:24.840 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.840 INFO kablam! Oct 27 20:20:24.840 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.840 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.840 INFO kablam! | Oct 27 20:20:24.840 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.840 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.840 INFO kablam! ... Oct 27 20:20:24.840 INFO kablam! 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); Oct 27 20:20:24.855 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.855 INFO kablam! | Oct 27 20:20:24.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.855 INFO kablam! | Oct 27 20:20:24.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.855 INFO kablam! | Oct 27 20:20:24.855 INFO kablam! Oct 27 20:20:24.855 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.855 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.855 INFO kablam! | Oct 27 20:20:24.855 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.855 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.855 INFO kablam! ... Oct 27 20:20:24.855 INFO kablam! 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); Oct 27 20:20:24.855 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.855 INFO kablam! Oct 27 20:20:24.855 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.855 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.855 INFO kablam! | Oct 27 20:20:24.855 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.855 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.855 INFO kablam! ... Oct 27 20:20:24.871 INFO kablam! 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); Oct 27 20:20:24.871 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! Oct 27 20:20:24.871 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.871 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.871 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.871 INFO kablam! ... Oct 27 20:20:24.871 INFO kablam! 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); Oct 27 20:20:24.871 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.871 INFO kablam! Oct 27 20:20:24.871 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.871 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.871 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.871 INFO kablam! ... Oct 27 20:20:24.871 INFO kablam! 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); Oct 27 20:20:24.871 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! Oct 27 20:20:24.871 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.871 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.871 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.871 INFO kablam! ... Oct 27 20:20:24.871 INFO kablam! 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); Oct 27 20:20:24.871 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.871 INFO kablam! Oct 27 20:20:24.871 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.871 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.871 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.871 INFO kablam! ... Oct 27 20:20:24.871 INFO kablam! 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); Oct 27 20:20:24.871 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! Oct 27 20:20:24.871 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.871 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.871 INFO kablam! | Oct 27 20:20:24.871 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.871 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.871 INFO kablam! ... Oct 27 20:20:24.872 INFO kablam! 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); Oct 27 20:20:24.872 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.872 INFO kablam! Oct 27 20:20:24.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.872 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.872 INFO kablam! | Oct 27 20:20:24.872 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.872 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.872 INFO kablam! ... Oct 27 20:20:24.872 INFO kablam! 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); Oct 27 20:20:24.872 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.872 INFO kablam! | Oct 27 20:20:24.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.872 INFO kablam! | Oct 27 20:20:24.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.872 INFO kablam! | Oct 27 20:20:24.872 INFO kablam! Oct 27 20:20:24.872 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.872 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.872 INFO kablam! | Oct 27 20:20:24.872 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.872 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.872 INFO kablam! ... Oct 27 20:20:24.872 INFO kablam! 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); Oct 27 20:20:24.872 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.872 INFO kablam! Oct 27 20:20:24.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.872 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.872 INFO kablam! | Oct 27 20:20:24.872 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.872 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.872 INFO kablam! ... Oct 27 20:20:24.872 INFO kablam! 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); Oct 27 20:20:24.872 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.872 INFO kablam! | Oct 27 20:20:24.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! Oct 27 20:20:24.879 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.879 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.879 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.879 INFO kablam! ... Oct 27 20:20:24.879 INFO kablam! 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); Oct 27 20:20:24.879 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.879 INFO kablam! Oct 27 20:20:24.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.879 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.879 INFO kablam! ... Oct 27 20:20:24.879 INFO kablam! 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); Oct 27 20:20:24.879 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! Oct 27 20:20:24.879 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.879 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.879 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.879 INFO kablam! ... Oct 27 20:20:24.879 INFO kablam! 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); Oct 27 20:20:24.879 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.879 INFO kablam! Oct 27 20:20:24.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.879 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.879 INFO kablam! ... Oct 27 20:20:24.879 INFO kablam! 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); Oct 27 20:20:24.879 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! Oct 27 20:20:24.879 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.879 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.879 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.879 INFO kablam! ... Oct 27 20:20:24.879 INFO kablam! 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); Oct 27 20:20:24.879 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.879 INFO kablam! Oct 27 20:20:24.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.879 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.879 INFO kablam! | Oct 27 20:20:24.879 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.880 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.880 INFO kablam! ... Oct 27 20:20:24.880 INFO kablam! 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); Oct 27 20:20:24.880 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.880 INFO kablam! | Oct 27 20:20:24.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.880 INFO kablam! | Oct 27 20:20:24.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.880 INFO kablam! | Oct 27 20:20:24.880 INFO kablam! Oct 27 20:20:24.880 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.880 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.880 INFO kablam! | Oct 27 20:20:24.880 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.880 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.880 INFO kablam! ... Oct 27 20:20:24.880 INFO kablam! 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); Oct 27 20:20:24.880 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.880 INFO kablam! Oct 27 20:20:24.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.880 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.880 INFO kablam! | Oct 27 20:20:24.880 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.880 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.880 INFO kablam! ... Oct 27 20:20:24.880 INFO kablam! 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); Oct 27 20:20:24.880 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.880 INFO kablam! | Oct 27 20:20:24.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.880 INFO kablam! | Oct 27 20:20:24.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.880 INFO kablam! | Oct 27 20:20:24.880 INFO kablam! Oct 27 20:20:24.880 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.880 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.880 INFO kablam! | Oct 27 20:20:24.880 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.880 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.883 INFO kablam! ... Oct 27 20:20:24.883 INFO kablam! 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); Oct 27 20:20:24.883 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.883 INFO kablam! Oct 27 20:20:24.883 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.883 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.883 INFO kablam! | Oct 27 20:20:24.883 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.883 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.883 INFO kablam! ... Oct 27 20:20:24.883 INFO kablam! 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); Oct 27 20:20:24.883 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.883 INFO kablam! | Oct 27 20:20:24.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.885 INFO kablam! | Oct 27 20:20:24.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.885 INFO kablam! | Oct 27 20:20:24.885 INFO kablam! Oct 27 20:20:24.885 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.885 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.885 INFO kablam! | Oct 27 20:20:24.885 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.885 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.885 INFO kablam! ... Oct 27 20:20:24.885 INFO kablam! 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); Oct 27 20:20:24.885 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.885 INFO kablam! Oct 27 20:20:24.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.885 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.885 INFO kablam! | Oct 27 20:20:24.885 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.885 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.885 INFO kablam! ... Oct 27 20:20:24.885 INFO kablam! 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); Oct 27 20:20:24.885 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.885 INFO kablam! | Oct 27 20:20:24.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.885 INFO kablam! | Oct 27 20:20:24.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.885 INFO kablam! | Oct 27 20:20:24.885 INFO kablam! Oct 27 20:20:24.885 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.885 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.885 INFO kablam! | Oct 27 20:20:24.885 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.885 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.885 INFO kablam! ... Oct 27 20:20:24.885 INFO kablam! 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Oct 27 20:20:24.887 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.887 INFO kablam! Oct 27 20:20:24.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.887 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.887 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.888 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.888 INFO kablam! ... Oct 27 20:20:24.888 INFO kablam! 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Oct 27 20:20:24.888 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.888 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.888 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.888 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! Oct 27 20:20:24.888 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.888 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.888 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.888 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.888 INFO kablam! ... Oct 27 20:20:24.888 INFO kablam! 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Oct 27 20:20:24.888 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.888 INFO kablam! Oct 27 20:20:24.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.888 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.888 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.888 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.888 INFO kablam! ... Oct 27 20:20:24.888 INFO kablam! 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Oct 27 20:20:24.888 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.888 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.888 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.888 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! Oct 27 20:20:24.888 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.888 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.888 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.888 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.888 INFO kablam! ... Oct 27 20:20:24.888 INFO kablam! 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); Oct 27 20:20:24.888 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.888 INFO kablam! Oct 27 20:20:24.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.888 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.888 INFO kablam! | Oct 27 20:20:24.888 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.889 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.889 INFO kablam! ... Oct 27 20:20:24.889 INFO kablam! 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); Oct 27 20:20:24.889 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.889 INFO kablam! | Oct 27 20:20:24.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.889 INFO kablam! | Oct 27 20:20:24.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.889 INFO kablam! | Oct 27 20:20:24.889 INFO kablam! Oct 27 20:20:24.889 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.889 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.889 INFO kablam! | Oct 27 20:20:24.889 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.889 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.889 INFO kablam! ... Oct 27 20:20:24.889 INFO kablam! 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); Oct 27 20:20:24.889 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.889 INFO kablam! Oct 27 20:20:24.889 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.889 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.889 INFO kablam! | Oct 27 20:20:24.889 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.889 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.889 INFO kablam! ... Oct 27 20:20:24.889 INFO kablam! 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); Oct 27 20:20:24.889 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.889 INFO kablam! | Oct 27 20:20:24.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.889 INFO kablam! | Oct 27 20:20:24.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.894 INFO kablam! | Oct 27 20:20:24.894 INFO kablam! Oct 27 20:20:24.894 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.894 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.894 INFO kablam! | Oct 27 20:20:24.894 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.894 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.894 INFO kablam! ... Oct 27 20:20:24.894 INFO kablam! 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Oct 27 20:20:24.894 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.894 INFO kablam! Oct 27 20:20:24.894 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.894 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.894 INFO kablam! | Oct 27 20:20:24.895 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.895 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.895 INFO kablam! ... Oct 27 20:20:24.895 INFO kablam! 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Oct 27 20:20:24.895 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.895 INFO kablam! | Oct 27 20:20:24.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.895 INFO kablam! | Oct 27 20:20:24.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.895 INFO kablam! | Oct 27 20:20:24.895 INFO kablam! Oct 27 20:20:24.895 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.895 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.895 INFO kablam! | Oct 27 20:20:24.895 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.895 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.895 INFO kablam! ... Oct 27 20:20:24.895 INFO kablam! 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); Oct 27 20:20:24.895 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.895 INFO kablam! Oct 27 20:20:24.895 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.895 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.895 INFO kablam! | Oct 27 20:20:24.895 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.895 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.895 INFO kablam! ... Oct 27 20:20:24.895 INFO kablam! 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); Oct 27 20:20:24.895 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.895 INFO kablam! | Oct 27 20:20:24.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.895 INFO kablam! | Oct 27 20:20:24.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.895 INFO kablam! | Oct 27 20:20:24.895 INFO kablam! Oct 27 20:20:24.895 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.895 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.895 INFO kablam! | Oct 27 20:20:24.895 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.895 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.895 INFO kablam! ... Oct 27 20:20:24.895 INFO kablam! 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); Oct 27 20:20:24.895 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.895 INFO kablam! Oct 27 20:20:24.895 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.895 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.895 INFO kablam! | Oct 27 20:20:24.896 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.896 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.896 INFO kablam! ... Oct 27 20:20:24.896 INFO kablam! 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); Oct 27 20:20:24.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.896 INFO kablam! | Oct 27 20:20:24.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.896 INFO kablam! | Oct 27 20:20:24.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.896 INFO kablam! | Oct 27 20:20:24.896 INFO kablam! Oct 27 20:20:24.896 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.896 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.896 INFO kablam! | Oct 27 20:20:24.896 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.896 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.896 INFO kablam! ... Oct 27 20:20:24.896 INFO kablam! 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Oct 27 20:20:24.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.896 INFO kablam! Oct 27 20:20:24.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.896 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.896 INFO kablam! | Oct 27 20:20:24.896 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.896 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.896 INFO kablam! ... Oct 27 20:20:24.898 INFO kablam! 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Oct 27 20:20:24.898 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.898 INFO kablam! | Oct 27 20:20:24.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.898 INFO kablam! | Oct 27 20:20:24.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.898 INFO kablam! | Oct 27 20:20:24.898 INFO kablam! Oct 27 20:20:24.898 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.898 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.898 INFO kablam! | Oct 27 20:20:24.898 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.898 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.898 INFO kablam! ... Oct 27 20:20:24.898 INFO kablam! 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Oct 27 20:20:24.898 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.898 INFO kablam! Oct 27 20:20:24.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.898 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.898 INFO kablam! | Oct 27 20:20:24.898 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.898 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.898 INFO kablam! ... Oct 27 20:20:24.898 INFO kablam! 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Oct 27 20:20:24.898 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.898 INFO kablam! | Oct 27 20:20:24.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.900 INFO kablam! | Oct 27 20:20:24.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.900 INFO kablam! | Oct 27 20:20:24.900 INFO kablam! Oct 27 20:20:24.900 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.900 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.900 INFO kablam! | Oct 27 20:20:24.900 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.900 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.900 INFO kablam! ... Oct 27 20:20:24.900 INFO kablam! 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Oct 27 20:20:24.900 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.900 INFO kablam! Oct 27 20:20:24.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.900 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.900 INFO kablam! | Oct 27 20:20:24.900 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.900 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.900 INFO kablam! ... Oct 27 20:20:24.900 INFO kablam! 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Oct 27 20:20:24.900 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.900 INFO kablam! | Oct 27 20:20:24.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.900 INFO kablam! | Oct 27 20:20:24.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.900 INFO kablam! | Oct 27 20:20:24.900 INFO kablam! Oct 27 20:20:24.900 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.900 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.900 INFO kablam! | Oct 27 20:20:24.900 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.901 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.901 INFO kablam! ... Oct 27 20:20:24.901 INFO kablam! 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Oct 27 20:20:24.901 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.901 INFO kablam! Oct 27 20:20:24.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.901 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.901 INFO kablam! | Oct 27 20:20:24.901 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.901 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.901 INFO kablam! ... Oct 27 20:20:24.901 INFO kablam! 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Oct 27 20:20:24.901 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.901 INFO kablam! | Oct 27 20:20:24.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.901 INFO kablam! | Oct 27 20:20:24.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.901 INFO kablam! | Oct 27 20:20:24.901 INFO kablam! Oct 27 20:20:24.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.901 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.901 INFO kablam! | Oct 27 20:20:24.902 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.902 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.902 INFO kablam! ... Oct 27 20:20:24.902 INFO kablam! 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Oct 27 20:20:24.902 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.902 INFO kablam! Oct 27 20:20:24.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.902 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.902 INFO kablam! | Oct 27 20:20:24.902 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.902 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.902 INFO kablam! ... Oct 27 20:20:24.902 INFO kablam! 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Oct 27 20:20:24.902 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.902 INFO kablam! | Oct 27 20:20:24.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.903 INFO kablam! | Oct 27 20:20:24.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.903 INFO kablam! | Oct 27 20:20:24.903 INFO kablam! Oct 27 20:20:24.903 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.903 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.904 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.904 INFO kablam! ... Oct 27 20:20:24.904 INFO kablam! 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Oct 27 20:20:24.904 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.904 INFO kablam! Oct 27 20:20:24.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.904 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.904 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.904 INFO kablam! ... Oct 27 20:20:24.904 INFO kablam! 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Oct 27 20:20:24.904 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! Oct 27 20:20:24.904 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.904 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.904 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.904 INFO kablam! ... Oct 27 20:20:24.904 INFO kablam! 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Oct 27 20:20:24.904 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.904 INFO kablam! Oct 27 20:20:24.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.904 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.904 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.904 INFO kablam! ... Oct 27 20:20:24.904 INFO kablam! 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Oct 27 20:20:24.904 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! Oct 27 20:20:24.904 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.904 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.904 INFO kablam! | Oct 27 20:20:24.904 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.904 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.904 INFO kablam! ... Oct 27 20:20:24.904 INFO kablam! 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); Oct 27 20:20:24.904 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.904 INFO kablam! Oct 27 20:20:24.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.905 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.905 INFO kablam! | Oct 27 20:20:24.907 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.907 INFO kablam! ... Oct 27 20:20:24.907 INFO kablam! 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); Oct 27 20:20:24.907 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.907 INFO kablam! | Oct 27 20:20:24.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.907 INFO kablam! | Oct 27 20:20:24.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.907 INFO kablam! | Oct 27 20:20:24.907 INFO kablam! Oct 27 20:20:24.907 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.907 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.907 INFO kablam! | Oct 27 20:20:24.907 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.907 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.907 INFO kablam! ... Oct 27 20:20:24.907 INFO kablam! 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Oct 27 20:20:24.907 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.907 INFO kablam! Oct 27 20:20:24.907 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.907 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.907 INFO kablam! | Oct 27 20:20:24.907 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.908 INFO kablam! ... Oct 27 20:20:24.908 INFO kablam! 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Oct 27 20:20:24.908 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.908 INFO kablam! | Oct 27 20:20:24.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.908 INFO kablam! | Oct 27 20:20:24.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.908 INFO kablam! | Oct 27 20:20:24.908 INFO kablam! Oct 27 20:20:24.908 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.908 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.908 INFO kablam! | Oct 27 20:20:24.908 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.908 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.908 INFO kablam! ... Oct 27 20:20:24.908 INFO kablam! 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Oct 27 20:20:24.908 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.908 INFO kablam! Oct 27 20:20:24.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.908 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.908 INFO kablam! | Oct 27 20:20:24.908 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.908 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.908 INFO kablam! ... Oct 27 20:20:24.908 INFO kablam! 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Oct 27 20:20:24.908 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.908 INFO kablam! | Oct 27 20:20:24.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.908 INFO kablam! | Oct 27 20:20:24.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.908 INFO kablam! | Oct 27 20:20:24.908 INFO kablam! Oct 27 20:20:24.908 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.908 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.908 INFO kablam! | Oct 27 20:20:24.908 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.908 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.908 INFO kablam! ... Oct 27 20:20:24.908 INFO kablam! 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Oct 27 20:20:24.908 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.908 INFO kablam! Oct 27 20:20:24.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.909 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.909 INFO kablam! | Oct 27 20:20:24.909 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.912 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.913 INFO kablam! ... Oct 27 20:20:24.913 INFO kablam! 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Oct 27 20:20:24.913 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.913 INFO kablam! | Oct 27 20:20:24.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.913 INFO kablam! | Oct 27 20:20:24.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.913 INFO kablam! | Oct 27 20:20:24.913 INFO kablam! Oct 27 20:20:24.913 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.913 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.913 INFO kablam! | Oct 27 20:20:24.913 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.913 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.913 INFO kablam! ... Oct 27 20:20:24.913 INFO kablam! 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Oct 27 20:20:24.913 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.913 INFO kablam! Oct 27 20:20:24.913 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.913 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.913 INFO kablam! | Oct 27 20:20:24.913 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.913 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.913 INFO kablam! ... Oct 27 20:20:24.913 INFO kablam! 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Oct 27 20:20:24.913 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.913 INFO kablam! | Oct 27 20:20:24.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.913 INFO kablam! | Oct 27 20:20:24.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.913 INFO kablam! | Oct 27 20:20:24.913 INFO kablam! Oct 27 20:20:24.914 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.914 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.914 INFO kablam! | Oct 27 20:20:24.914 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.914 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.914 INFO kablam! ... Oct 27 20:20:24.914 INFO kablam! 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Oct 27 20:20:24.914 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.914 INFO kablam! Oct 27 20:20:24.914 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.914 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.914 INFO kablam! | Oct 27 20:20:24.914 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.914 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.914 INFO kablam! ... Oct 27 20:20:24.914 INFO kablam! 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Oct 27 20:20:24.915 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.915 INFO kablam! | Oct 27 20:20:24.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.915 INFO kablam! | Oct 27 20:20:24.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.915 INFO kablam! | Oct 27 20:20:24.915 INFO kablam! Oct 27 20:20:24.915 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.915 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.915 INFO kablam! | Oct 27 20:20:24.915 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.915 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.915 INFO kablam! ... Oct 27 20:20:24.915 INFO kablam! 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); Oct 27 20:20:24.915 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.915 INFO kablam! Oct 27 20:20:24.915 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.915 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.915 INFO kablam! | Oct 27 20:20:24.917 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.917 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.917 INFO kablam! ... Oct 27 20:20:24.918 INFO kablam! 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); Oct 27 20:20:24.918 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.918 INFO kablam! | Oct 27 20:20:24.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.918 INFO kablam! | Oct 27 20:20:24.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.918 INFO kablam! | Oct 27 20:20:24.918 INFO kablam! Oct 27 20:20:24.918 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.918 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.918 INFO kablam! | Oct 27 20:20:24.918 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.918 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.918 INFO kablam! ... Oct 27 20:20:24.918 INFO kablam! 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Oct 27 20:20:24.918 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.918 INFO kablam! Oct 27 20:20:24.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.918 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.918 INFO kablam! | Oct 27 20:20:24.918 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.918 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.918 INFO kablam! ... Oct 27 20:20:24.918 INFO kablam! 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Oct 27 20:20:24.918 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.918 INFO kablam! | Oct 27 20:20:24.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.918 INFO kablam! | Oct 27 20:20:24.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.918 INFO kablam! | Oct 27 20:20:24.918 INFO kablam! Oct 27 20:20:24.918 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.918 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.918 INFO kablam! | Oct 27 20:20:24.918 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.918 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.918 INFO kablam! ... Oct 27 20:20:24.918 INFO kablam! 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); Oct 27 20:20:24.918 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.918 INFO kablam! Oct 27 20:20:24.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.918 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.918 INFO kablam! | Oct 27 20:20:24.918 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.918 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.918 INFO kablam! ... Oct 27 20:20:24.919 INFO kablam! 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); Oct 27 20:20:24.919 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.919 INFO kablam! | Oct 27 20:20:24.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.919 INFO kablam! | Oct 27 20:20:24.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.919 INFO kablam! | Oct 27 20:20:24.919 INFO kablam! Oct 27 20:20:24.919 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.919 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.919 INFO kablam! | Oct 27 20:20:24.919 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.919 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.919 INFO kablam! ... Oct 27 20:20:24.919 INFO kablam! 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); Oct 27 20:20:24.919 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.919 INFO kablam! Oct 27 20:20:24.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.919 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.919 INFO kablam! | Oct 27 20:20:24.919 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.919 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.923 INFO kablam! ... Oct 27 20:20:24.923 INFO kablam! 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); Oct 27 20:20:24.923 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.923 INFO kablam! | Oct 27 20:20:24.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.923 INFO kablam! | Oct 27 20:20:24.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.923 INFO kablam! | Oct 27 20:20:24.923 INFO kablam! Oct 27 20:20:24.923 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.923 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.923 INFO kablam! | Oct 27 20:20:24.923 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.923 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.923 INFO kablam! ... Oct 27 20:20:24.923 INFO kablam! 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Oct 27 20:20:24.923 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.923 INFO kablam! Oct 27 20:20:24.923 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.923 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.923 INFO kablam! | Oct 27 20:20:24.923 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.923 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.923 INFO kablam! ... Oct 27 20:20:24.923 INFO kablam! 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Oct 27 20:20:24.926 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.926 INFO kablam! | Oct 27 20:20:24.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.926 INFO kablam! | Oct 27 20:20:24.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.926 INFO kablam! | Oct 27 20:20:24.926 INFO kablam! Oct 27 20:20:24.926 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.926 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.926 INFO kablam! | Oct 27 20:20:24.926 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.926 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.926 INFO kablam! ... Oct 27 20:20:24.926 INFO kablam! 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Oct 27 20:20:24.926 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.926 INFO kablam! Oct 27 20:20:24.926 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.926 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.926 INFO kablam! | Oct 27 20:20:24.926 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.926 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.926 INFO kablam! ... Oct 27 20:20:24.926 INFO kablam! 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Oct 27 20:20:24.926 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.926 INFO kablam! | Oct 27 20:20:24.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.926 INFO kablam! | Oct 27 20:20:24.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.926 INFO kablam! | Oct 27 20:20:24.926 INFO kablam! Oct 27 20:20:24.926 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.926 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.926 INFO kablam! | Oct 27 20:20:24.926 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.926 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.926 INFO kablam! ... Oct 27 20:20:24.926 INFO kablam! 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); Oct 27 20:20:24.926 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.926 INFO kablam! Oct 27 20:20:24.926 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.926 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.930 INFO kablam! | Oct 27 20:20:24.930 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.930 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.930 INFO kablam! ... Oct 27 20:20:24.930 INFO kablam! 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); Oct 27 20:20:24.930 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.930 INFO kablam! | Oct 27 20:20:24.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.930 INFO kablam! | Oct 27 20:20:24.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.930 INFO kablam! | Oct 27 20:20:24.930 INFO kablam! Oct 27 20:20:24.930 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.930 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.930 INFO kablam! | Oct 27 20:20:24.930 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.930 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.930 INFO kablam! ... Oct 27 20:20:24.930 INFO kablam! 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); Oct 27 20:20:24.930 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.930 INFO kablam! Oct 27 20:20:24.930 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.930 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.930 INFO kablam! | Oct 27 20:20:24.930 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.930 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.930 INFO kablam! ... Oct 27 20:20:24.930 INFO kablam! 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); Oct 27 20:20:24.930 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.930 INFO kablam! | Oct 27 20:20:24.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.930 INFO kablam! | Oct 27 20:20:24.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.930 INFO kablam! | Oct 27 20:20:24.930 INFO kablam! Oct 27 20:20:24.930 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.930 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.930 INFO kablam! | Oct 27 20:20:24.930 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.930 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.930 INFO kablam! ... Oct 27 20:20:24.930 INFO kablam! 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); Oct 27 20:20:24.931 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.935 INFO kablam! Oct 27 20:20:24.935 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.935 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.935 INFO kablam! | Oct 27 20:20:24.935 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.935 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.935 INFO kablam! ... Oct 27 20:20:24.935 INFO kablam! 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); Oct 27 20:20:24.935 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.935 INFO kablam! | Oct 27 20:20:24.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.935 INFO kablam! | Oct 27 20:20:24.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.935 INFO kablam! | Oct 27 20:20:24.935 INFO kablam! Oct 27 20:20:24.935 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.935 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.935 INFO kablam! | Oct 27 20:20:24.935 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.935 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.935 INFO kablam! ... Oct 27 20:20:24.935 INFO kablam! 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); Oct 27 20:20:24.935 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.935 INFO kablam! Oct 27 20:20:24.935 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.935 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.935 INFO kablam! | Oct 27 20:20:24.935 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.935 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.935 INFO kablam! ... Oct 27 20:20:24.935 INFO kablam! 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); Oct 27 20:20:24.935 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.935 INFO kablam! | Oct 27 20:20:24.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.935 INFO kablam! | Oct 27 20:20:24.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.935 INFO kablam! | Oct 27 20:20:24.935 INFO kablam! Oct 27 20:20:24.936 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.936 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.936 INFO kablam! | Oct 27 20:20:24.936 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.936 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.936 INFO kablam! ... Oct 27 20:20:24.936 INFO kablam! 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); Oct 27 20:20:24.936 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.936 INFO kablam! Oct 27 20:20:24.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.936 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.936 INFO kablam! | Oct 27 20:20:24.936 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.936 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.936 INFO kablam! ... Oct 27 20:20:24.936 INFO kablam! 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); Oct 27 20:20:24.936 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.936 INFO kablam! | Oct 27 20:20:24.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.936 INFO kablam! | Oct 27 20:20:24.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.936 INFO kablam! | Oct 27 20:20:24.936 INFO kablam! Oct 27 20:20:24.936 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.936 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.936 INFO kablam! | Oct 27 20:20:24.936 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.936 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.936 INFO kablam! ... Oct 27 20:20:24.936 INFO kablam! 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Oct 27 20:20:24.936 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.943 INFO kablam! Oct 27 20:20:24.943 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.943 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.943 INFO kablam! | Oct 27 20:20:24.943 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.943 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.943 INFO kablam! ... Oct 27 20:20:24.943 INFO kablam! 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Oct 27 20:20:24.943 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.943 INFO kablam! | Oct 27 20:20:24.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.943 INFO kablam! | Oct 27 20:20:24.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.943 INFO kablam! | Oct 27 20:20:24.943 INFO kablam! Oct 27 20:20:24.943 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.943 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.943 INFO kablam! | Oct 27 20:20:24.943 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.943 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.944 INFO kablam! ... Oct 27 20:20:24.944 INFO kablam! 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Oct 27 20:20:24.944 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.944 INFO kablam! Oct 27 20:20:24.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.944 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.944 INFO kablam! | Oct 27 20:20:24.944 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.944 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.944 INFO kablam! ... Oct 27 20:20:24.944 INFO kablam! 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Oct 27 20:20:24.944 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.944 INFO kablam! | Oct 27 20:20:24.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.944 INFO kablam! | Oct 27 20:20:24.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.944 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! Oct 27 20:20:24.945 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.945 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.945 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.945 INFO kablam! ... Oct 27 20:20:24.945 INFO kablam! 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); Oct 27 20:20:24.945 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.945 INFO kablam! Oct 27 20:20:24.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.945 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.945 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.945 INFO kablam! ... Oct 27 20:20:24.945 INFO kablam! 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); Oct 27 20:20:24.945 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! Oct 27 20:20:24.945 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.945 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.945 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.945 INFO kablam! ... Oct 27 20:20:24.945 INFO kablam! 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Oct 27 20:20:24.945 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.945 INFO kablam! Oct 27 20:20:24.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.945 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.945 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.945 INFO kablam! ... Oct 27 20:20:24.945 INFO kablam! 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Oct 27 20:20:24.945 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! Oct 27 20:20:24.945 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.945 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.945 INFO kablam! | Oct 27 20:20:24.945 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.945 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.945 INFO kablam! ... Oct 27 20:20:24.945 INFO kablam! 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); Oct 27 20:20:24.945 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.946 INFO kablam! Oct 27 20:20:24.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.946 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.946 INFO kablam! | Oct 27 20:20:24.946 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.946 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.946 INFO kablam! ... Oct 27 20:20:24.946 INFO kablam! 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); Oct 27 20:20:24.946 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.946 INFO kablam! | Oct 27 20:20:24.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.946 INFO kablam! | Oct 27 20:20:24.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.946 INFO kablam! | Oct 27 20:20:24.946 INFO kablam! Oct 27 20:20:24.946 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.946 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.946 INFO kablam! | Oct 27 20:20:24.946 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.946 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.946 INFO kablam! ... Oct 27 20:20:24.946 INFO kablam! 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Oct 27 20:20:24.946 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.946 INFO kablam! Oct 27 20:20:24.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.947 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.947 INFO kablam! | Oct 27 20:20:24.947 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.947 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.947 INFO kablam! ... Oct 27 20:20:24.947 INFO kablam! 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Oct 27 20:20:24.947 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.947 INFO kablam! | Oct 27 20:20:24.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.947 INFO kablam! | Oct 27 20:20:24.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.947 INFO kablam! | Oct 27 20:20:24.947 INFO kablam! Oct 27 20:20:24.947 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.947 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.947 INFO kablam! | Oct 27 20:20:24.947 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.947 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.947 INFO kablam! ... Oct 27 20:20:24.947 INFO kablam! 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Oct 27 20:20:24.947 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.947 INFO kablam! Oct 27 20:20:24.947 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.947 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.948 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.948 INFO kablam! ... Oct 27 20:20:24.948 INFO kablam! 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Oct 27 20:20:24.948 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! Oct 27 20:20:24.948 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.948 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.948 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.948 INFO kablam! ... Oct 27 20:20:24.948 INFO kablam! 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Oct 27 20:20:24.948 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.948 INFO kablam! Oct 27 20:20:24.948 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.948 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.948 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.948 INFO kablam! ... Oct 27 20:20:24.948 INFO kablam! 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Oct 27 20:20:24.948 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.948 INFO kablam! | Oct 27 20:20:24.948 INFO kablam! Oct 27 20:20:24.948 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.948 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.950 INFO kablam! | Oct 27 20:20:24.950 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.950 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.950 INFO kablam! ... Oct 27 20:20:24.950 INFO kablam! 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Oct 27 20:20:24.950 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.950 INFO kablam! Oct 27 20:20:24.950 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.950 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.950 INFO kablam! | Oct 27 20:20:24.950 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.950 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.950 INFO kablam! ... Oct 27 20:20:24.950 INFO kablam! 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Oct 27 20:20:24.950 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.950 INFO kablam! | Oct 27 20:20:24.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.950 INFO kablam! | Oct 27 20:20:24.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.950 INFO kablam! | Oct 27 20:20:24.950 INFO kablam! Oct 27 20:20:24.950 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.950 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 27 20:20:24.950 INFO kablam! | Oct 27 20:20:24.950 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.951 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.951 INFO kablam! ... Oct 27 20:20:24.951 INFO kablam! 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); Oct 27 20:20:24.951 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.951 INFO kablam! Oct 27 20:20:24.951 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.951 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 27 20:20:24.951 INFO kablam! | Oct 27 20:20:24.951 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.951 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.951 INFO kablam! ... Oct 27 20:20:24.951 INFO kablam! 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); Oct 27 20:20:24.951 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.951 INFO kablam! | Oct 27 20:20:24.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.951 INFO kablam! | Oct 27 20:20:24.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.952 INFO kablam! | Oct 27 20:20:24.952 INFO kablam! Oct 27 20:20:24.952 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.952 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.952 INFO kablam! | Oct 27 20:20:24.952 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.952 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.952 INFO kablam! ... Oct 27 20:20:24.952 INFO kablam! 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); Oct 27 20:20:24.952 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.952 INFO kablam! Oct 27 20:20:24.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.952 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.952 INFO kablam! | Oct 27 20:20:24.952 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.952 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.952 INFO kablam! ... Oct 27 20:20:24.952 INFO kablam! 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); Oct 27 20:20:24.952 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.952 INFO kablam! | Oct 27 20:20:24.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.952 INFO kablam! | Oct 27 20:20:24.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.952 INFO kablam! | Oct 27 20:20:24.952 INFO kablam! Oct 27 20:20:24.952 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.952 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.952 INFO kablam! | Oct 27 20:20:24.952 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.952 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.952 INFO kablam! ... Oct 27 20:20:24.952 INFO kablam! 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Oct 27 20:20:24.952 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.952 INFO kablam! Oct 27 20:20:24.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.952 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.952 INFO kablam! | Oct 27 20:20:24.952 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.952 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.952 INFO kablam! ... Oct 27 20:20:24.952 INFO kablam! 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Oct 27 20:20:24.952 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.952 INFO kablam! | Oct 27 20:20:24.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.952 INFO kablam! | Oct 27 20:20:24.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.953 INFO kablam! | Oct 27 20:20:24.953 INFO kablam! Oct 27 20:20:24.996 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.996 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.996 INFO kablam! | Oct 27 20:20:24.996 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.996 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.996 INFO kablam! ... Oct 27 20:20:24.996 INFO kablam! 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Oct 27 20:20:24.996 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.996 INFO kablam! Oct 27 20:20:24.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.996 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.996 INFO kablam! | Oct 27 20:20:24.996 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.996 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.996 INFO kablam! ... Oct 27 20:20:24.996 INFO kablam! 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Oct 27 20:20:24.996 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.996 INFO kablam! | Oct 27 20:20:24.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.996 INFO kablam! | Oct 27 20:20:24.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.996 INFO kablam! | Oct 27 20:20:24.996 INFO kablam! Oct 27 20:20:24.996 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.996 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.996 INFO kablam! | Oct 27 20:20:24.996 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.996 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.996 INFO kablam! ... Oct 27 20:20:24.996 INFO kablam! 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Oct 27 20:20:24.996 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.996 INFO kablam! Oct 27 20:20:24.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.996 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.996 INFO kablam! | Oct 27 20:20:24.996 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.996 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.996 INFO kablam! ... Oct 27 20:20:24.996 INFO kablam! 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Oct 27 20:20:24.996 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.996 INFO kablam! | Oct 27 20:20:24.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.996 INFO kablam! | Oct 27 20:20:24.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.996 INFO kablam! | Oct 27 20:20:24.996 INFO kablam! Oct 27 20:20:24.997 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.997 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.997 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.997 INFO kablam! ... Oct 27 20:20:24.997 INFO kablam! 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Oct 27 20:20:24.997 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.997 INFO kablam! Oct 27 20:20:24.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.997 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.997 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.997 INFO kablam! ... Oct 27 20:20:24.997 INFO kablam! 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Oct 27 20:20:24.997 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! Oct 27 20:20:24.997 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.997 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.997 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.997 INFO kablam! ... Oct 27 20:20:24.997 INFO kablam! 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Oct 27 20:20:24.997 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.997 INFO kablam! Oct 27 20:20:24.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.997 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.997 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.997 INFO kablam! ... Oct 27 20:20:24.997 INFO kablam! 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Oct 27 20:20:24.997 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! Oct 27 20:20:24.997 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.997 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.997 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.997 INFO kablam! ... Oct 27 20:20:24.997 INFO kablam! 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Oct 27 20:20:24.997 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.997 INFO kablam! Oct 27 20:20:24.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.997 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.997 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.997 INFO kablam! ... Oct 27 20:20:24.997 INFO kablam! 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Oct 27 20:20:24.997 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! Oct 27 20:20:24.997 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.997 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.997 INFO kablam! | Oct 27 20:20:24.997 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.999 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.999 INFO kablam! ... Oct 27 20:20:24.999 INFO kablam! 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); Oct 27 20:20:24.999 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.999 INFO kablam! Oct 27 20:20:24.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.999 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.999 INFO kablam! ... Oct 27 20:20:24.999 INFO kablam! 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); Oct 27 20:20:24.999 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! Oct 27 20:20:24.999 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.999 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.999 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.999 INFO kablam! ... Oct 27 20:20:24.999 INFO kablam! 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Oct 27 20:20:24.999 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.999 INFO kablam! Oct 27 20:20:24.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.999 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.999 INFO kablam! ... Oct 27 20:20:24.999 INFO kablam! 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Oct 27 20:20:24.999 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! Oct 27 20:20:24.999 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.999 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.999 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.999 INFO kablam! ... Oct 27 20:20:24.999 INFO kablam! 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); Oct 27 20:20:24.999 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.999 INFO kablam! Oct 27 20:20:24.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.999 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:24.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:24.999 INFO kablam! ... Oct 27 20:20:24.999 INFO kablam! 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); Oct 27 20:20:24.999 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:24.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! Oct 27 20:20:24.999 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:24.999 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:24.999 INFO kablam! | Oct 27 20:20:24.999 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:24.999 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:24.999 INFO kablam! ... Oct 27 20:20:24.999 INFO kablam! 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Oct 27 20:20:24.999 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:24.999 INFO kablam! Oct 27 20:20:25.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.000 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.000 INFO kablam! | Oct 27 20:20:25.000 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.000 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.000 INFO kablam! ... Oct 27 20:20:25.000 INFO kablam! 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Oct 27 20:20:25.000 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.000 INFO kablam! | Oct 27 20:20:25.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.000 INFO kablam! | Oct 27 20:20:25.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.000 INFO kablam! | Oct 27 20:20:25.000 INFO kablam! Oct 27 20:20:25.000 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.001 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.001 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.001 INFO kablam! ... Oct 27 20:20:25.001 INFO kablam! 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Oct 27 20:20:25.001 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.001 INFO kablam! Oct 27 20:20:25.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.001 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.001 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.001 INFO kablam! ... Oct 27 20:20:25.001 INFO kablam! 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Oct 27 20:20:25.001 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! Oct 27 20:20:25.001 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.001 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.001 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.001 INFO kablam! ... Oct 27 20:20:25.001 INFO kablam! 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Oct 27 20:20:25.001 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.001 INFO kablam! Oct 27 20:20:25.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.001 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.001 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.001 INFO kablam! ... Oct 27 20:20:25.001 INFO kablam! 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Oct 27 20:20:25.001 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! Oct 27 20:20:25.001 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.001 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.001 INFO kablam! | Oct 27 20:20:25.001 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.001 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.002 INFO kablam! ... Oct 27 20:20:25.002 INFO kablam! 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Oct 27 20:20:25.002 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.002 INFO kablam! Oct 27 20:20:25.002 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.002 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.002 INFO kablam! | Oct 27 20:20:25.002 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.002 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.002 INFO kablam! ... Oct 27 20:20:25.002 INFO kablam! 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Oct 27 20:20:25.002 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.004 INFO kablam! | Oct 27 20:20:25.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! Oct 27 20:20:25.005 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.005 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.005 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.005 INFO kablam! ... Oct 27 20:20:25.005 INFO kablam! 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Oct 27 20:20:25.005 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.005 INFO kablam! Oct 27 20:20:25.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.005 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.005 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.005 INFO kablam! ... Oct 27 20:20:25.005 INFO kablam! 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Oct 27 20:20:25.005 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! Oct 27 20:20:25.005 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.005 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.005 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.005 INFO kablam! ... Oct 27 20:20:25.005 INFO kablam! 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); Oct 27 20:20:25.005 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.005 INFO kablam! Oct 27 20:20:25.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.005 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.005 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.005 INFO kablam! ... Oct 27 20:20:25.005 INFO kablam! 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); Oct 27 20:20:25.005 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! Oct 27 20:20:25.005 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.005 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.005 INFO kablam! | Oct 27 20:20:25.005 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.005 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.005 INFO kablam! ... Oct 27 20:20:25.005 INFO kablam! 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Oct 27 20:20:25.006 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.006 INFO kablam! Oct 27 20:20:25.006 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.006 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.006 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.006 INFO kablam! ... Oct 27 20:20:25.006 INFO kablam! 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Oct 27 20:20:25.006 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! Oct 27 20:20:25.006 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.006 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.006 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.006 INFO kablam! ... Oct 27 20:20:25.006 INFO kablam! 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); Oct 27 20:20:25.006 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.006 INFO kablam! Oct 27 20:20:25.006 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.006 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.006 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.006 INFO kablam! ... Oct 27 20:20:25.006 INFO kablam! 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); Oct 27 20:20:25.006 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! Oct 27 20:20:25.006 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.006 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.006 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.006 INFO kablam! ... Oct 27 20:20:25.006 INFO kablam! 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Oct 27 20:20:25.006 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.006 INFO kablam! Oct 27 20:20:25.006 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.006 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.006 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.006 INFO kablam! ... Oct 27 20:20:25.006 INFO kablam! 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Oct 27 20:20:25.006 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.006 INFO kablam! | Oct 27 20:20:25.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.008 INFO kablam! | Oct 27 20:20:25.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.008 INFO kablam! | Oct 27 20:20:25.008 INFO kablam! Oct 27 20:20:25.022 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.022 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.022 INFO kablam! | Oct 27 20:20:25.022 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.022 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.022 INFO kablam! ... Oct 27 20:20:25.022 INFO kablam! 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Oct 27 20:20:25.022 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.022 INFO kablam! Oct 27 20:20:25.022 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.022 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.022 INFO kablam! | Oct 27 20:20:25.022 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.022 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.022 INFO kablam! ... Oct 27 20:20:25.022 INFO kablam! 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Oct 27 20:20:25.022 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.022 INFO kablam! | Oct 27 20:20:25.022 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.022 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.022 INFO kablam! | Oct 27 20:20:25.022 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.022 INFO kablam! | Oct 27 20:20:25.022 INFO kablam! Oct 27 20:20:25.022 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.022 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.022 INFO kablam! | Oct 27 20:20:25.022 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.022 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.022 INFO kablam! ... Oct 27 20:20:25.022 INFO kablam! 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Oct 27 20:20:25.022 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.022 INFO kablam! Oct 27 20:20:25.022 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.023 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.023 INFO kablam! | Oct 27 20:20:25.023 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.023 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.023 INFO kablam! ... Oct 27 20:20:25.023 INFO kablam! 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Oct 27 20:20:25.023 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.023 INFO kablam! | Oct 27 20:20:25.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.023 INFO kablam! | Oct 27 20:20:25.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.023 INFO kablam! | Oct 27 20:20:25.023 INFO kablam! Oct 27 20:20:25.023 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.023 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.023 INFO kablam! | Oct 27 20:20:25.023 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.023 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.023 INFO kablam! ... Oct 27 20:20:25.023 INFO kablam! 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Oct 27 20:20:25.023 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.023 INFO kablam! Oct 27 20:20:25.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.023 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.023 INFO kablam! | Oct 27 20:20:25.023 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.023 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.023 INFO kablam! ... Oct 27 20:20:25.023 INFO kablam! 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Oct 27 20:20:25.023 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.023 INFO kablam! | Oct 27 20:20:25.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.023 INFO kablam! | Oct 27 20:20:25.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.023 INFO kablam! | Oct 27 20:20:25.023 INFO kablam! Oct 27 20:20:25.023 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.023 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.023 INFO kablam! | Oct 27 20:20:25.023 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.023 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.023 INFO kablam! ... Oct 27 20:20:25.023 INFO kablam! 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Oct 27 20:20:25.025 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.025 INFO kablam! Oct 27 20:20:25.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.025 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.025 INFO kablam! | Oct 27 20:20:25.025 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.025 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.025 INFO kablam! ... Oct 27 20:20:25.025 INFO kablam! 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Oct 27 20:20:25.025 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.025 INFO kablam! | Oct 27 20:20:25.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.025 INFO kablam! | Oct 27 20:20:25.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.025 INFO kablam! | Oct 27 20:20:25.025 INFO kablam! Oct 27 20:20:25.025 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.025 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.025 INFO kablam! | Oct 27 20:20:25.025 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.025 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.025 INFO kablam! ... Oct 27 20:20:25.025 INFO kablam! 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); Oct 27 20:20:25.025 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.025 INFO kablam! Oct 27 20:20:25.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.025 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.025 INFO kablam! | Oct 27 20:20:25.025 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.025 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.025 INFO kablam! ... Oct 27 20:20:25.025 INFO kablam! 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); Oct 27 20:20:25.025 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.025 INFO kablam! | Oct 27 20:20:25.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.025 INFO kablam! | Oct 27 20:20:25.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.025 INFO kablam! | Oct 27 20:20:25.025 INFO kablam! Oct 27 20:20:25.026 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.026 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.026 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.027 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.027 INFO kablam! ... Oct 27 20:20:25.027 INFO kablam! 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Oct 27 20:20:25.027 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.027 INFO kablam! Oct 27 20:20:25.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.027 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.027 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.027 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.027 INFO kablam! ... Oct 27 20:20:25.027 INFO kablam! 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Oct 27 20:20:25.027 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.027 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.027 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.027 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! Oct 27 20:20:25.027 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.027 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.027 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.027 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.027 INFO kablam! ... Oct 27 20:20:25.027 INFO kablam! 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Oct 27 20:20:25.027 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.027 INFO kablam! Oct 27 20:20:25.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.027 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.027 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.027 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.027 INFO kablam! ... Oct 27 20:20:25.027 INFO kablam! 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Oct 27 20:20:25.027 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.027 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.027 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.027 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! Oct 27 20:20:25.027 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.027 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.027 INFO kablam! | Oct 27 20:20:25.027 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.027 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.027 INFO kablam! ... Oct 27 20:20:25.027 INFO kablam! 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Oct 27 20:20:25.027 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.027 INFO kablam! Oct 27 20:20:25.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.027 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.031 INFO kablam! | Oct 27 20:20:25.031 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.031 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.031 INFO kablam! ... Oct 27 20:20:25.031 INFO kablam! 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Oct 27 20:20:25.031 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.031 INFO kablam! | Oct 27 20:20:25.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.031 INFO kablam! | Oct 27 20:20:25.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.031 INFO kablam! | Oct 27 20:20:25.031 INFO kablam! Oct 27 20:20:25.031 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.031 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.031 INFO kablam! | Oct 27 20:20:25.031 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.031 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.031 INFO kablam! ... Oct 27 20:20:25.031 INFO kablam! 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); Oct 27 20:20:25.031 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.031 INFO kablam! Oct 27 20:20:25.031 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.031 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.031 INFO kablam! | Oct 27 20:20:25.031 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.031 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.031 INFO kablam! ... Oct 27 20:20:25.031 INFO kablam! 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); Oct 27 20:20:25.031 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! Oct 27 20:20:25.032 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.032 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.032 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.032 INFO kablam! ... Oct 27 20:20:25.032 INFO kablam! 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Oct 27 20:20:25.032 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.032 INFO kablam! Oct 27 20:20:25.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.032 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.032 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.032 INFO kablam! ... Oct 27 20:20:25.032 INFO kablam! 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Oct 27 20:20:25.032 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! Oct 27 20:20:25.032 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.032 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.032 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.032 INFO kablam! ... Oct 27 20:20:25.032 INFO kablam! 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Oct 27 20:20:25.032 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.032 INFO kablam! Oct 27 20:20:25.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.032 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.032 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.032 INFO kablam! ... Oct 27 20:20:25.032 INFO kablam! 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Oct 27 20:20:25.032 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.032 INFO kablam! | Oct 27 20:20:25.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! Oct 27 20:20:25.033 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.033 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.033 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.033 INFO kablam! ... Oct 27 20:20:25.033 INFO kablam! 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Oct 27 20:20:25.033 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.033 INFO kablam! Oct 27 20:20:25.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.033 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.033 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.033 INFO kablam! ... Oct 27 20:20:25.033 INFO kablam! 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Oct 27 20:20:25.033 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! Oct 27 20:20:25.033 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.033 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.033 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.033 INFO kablam! ... Oct 27 20:20:25.033 INFO kablam! 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Oct 27 20:20:25.033 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.033 INFO kablam! Oct 27 20:20:25.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.033 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.033 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.033 INFO kablam! ... Oct 27 20:20:25.033 INFO kablam! 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Oct 27 20:20:25.033 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.033 INFO kablam! | Oct 27 20:20:25.033 INFO kablam! Oct 27 20:20:25.047 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.047 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.047 INFO kablam! | Oct 27 20:20:25.047 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.047 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.047 INFO kablam! ... Oct 27 20:20:25.047 INFO kablam! 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Oct 27 20:20:25.047 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.047 INFO kablam! Oct 27 20:20:25.047 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.047 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.047 INFO kablam! | Oct 27 20:20:25.047 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.047 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.047 INFO kablam! ... Oct 27 20:20:25.047 INFO kablam! 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Oct 27 20:20:25.047 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.047 INFO kablam! | Oct 27 20:20:25.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.047 INFO kablam! | Oct 27 20:20:25.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.047 INFO kablam! | Oct 27 20:20:25.047 INFO kablam! Oct 27 20:20:25.047 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.047 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.047 INFO kablam! | Oct 27 20:20:25.047 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.047 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.047 INFO kablam! ... Oct 27 20:20:25.047 INFO kablam! 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Oct 27 20:20:25.047 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.047 INFO kablam! Oct 27 20:20:25.047 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.048 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.048 INFO kablam! ... Oct 27 20:20:25.048 INFO kablam! 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Oct 27 20:20:25.048 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! Oct 27 20:20:25.048 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.048 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.048 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.048 INFO kablam! ... Oct 27 20:20:25.048 INFO kablam! 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Oct 27 20:20:25.048 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.048 INFO kablam! Oct 27 20:20:25.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.048 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.048 INFO kablam! ... Oct 27 20:20:25.048 INFO kablam! 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Oct 27 20:20:25.048 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! Oct 27 20:20:25.048 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.048 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.048 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.048 INFO kablam! ... Oct 27 20:20:25.048 INFO kablam! 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); Oct 27 20:20:25.048 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.048 INFO kablam! Oct 27 20:20:25.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.048 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.048 INFO kablam! | Oct 27 20:20:25.048 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.048 INFO kablam! ... Oct 27 20:20:25.048 INFO kablam! 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); Oct 27 20:20:25.052 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.053 INFO kablam! | Oct 27 20:20:25.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.057 INFO kablam! | Oct 27 20:20:25.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.057 INFO kablam! | Oct 27 20:20:25.057 INFO kablam! Oct 27 20:20:25.057 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.057 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.057 INFO kablam! | Oct 27 20:20:25.057 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.057 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.057 INFO kablam! ... Oct 27 20:20:25.057 INFO kablam! 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); Oct 27 20:20:25.057 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.057 INFO kablam! Oct 27 20:20:25.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.057 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.057 INFO kablam! | Oct 27 20:20:25.057 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.057 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.057 INFO kablam! ... Oct 27 20:20:25.057 INFO kablam! 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); Oct 27 20:20:25.057 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.057 INFO kablam! | Oct 27 20:20:25.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.057 INFO kablam! | Oct 27 20:20:25.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.057 INFO kablam! | Oct 27 20:20:25.057 INFO kablam! Oct 27 20:20:25.057 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.057 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.058 INFO kablam! | Oct 27 20:20:25.058 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.058 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.059 INFO kablam! ... Oct 27 20:20:25.059 INFO kablam! 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Oct 27 20:20:25.059 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.059 INFO kablam! Oct 27 20:20:25.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.059 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.059 INFO kablam! | Oct 27 20:20:25.059 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.059 INFO kablam! ... Oct 27 20:20:25.059 INFO kablam! 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Oct 27 20:20:25.059 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.059 INFO kablam! | Oct 27 20:20:25.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.059 INFO kablam! | Oct 27 20:20:25.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.059 INFO kablam! | Oct 27 20:20:25.059 INFO kablam! Oct 27 20:20:25.059 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.059 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.059 INFO kablam! | Oct 27 20:20:25.059 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.059 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.059 INFO kablam! ... Oct 27 20:20:25.059 INFO kablam! 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Oct 27 20:20:25.060 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.060 INFO kablam! Oct 27 20:20:25.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.060 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.060 INFO kablam! | Oct 27 20:20:25.060 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.060 INFO kablam! ... Oct 27 20:20:25.060 INFO kablam! 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Oct 27 20:20:25.060 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.060 INFO kablam! | Oct 27 20:20:25.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.060 INFO kablam! | Oct 27 20:20:25.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.060 INFO kablam! | Oct 27 20:20:25.060 INFO kablam! Oct 27 20:20:25.060 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.060 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.060 INFO kablam! | Oct 27 20:20:25.060 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.060 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.060 INFO kablam! ... Oct 27 20:20:25.060 INFO kablam! 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); Oct 27 20:20:25.060 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.060 INFO kablam! Oct 27 20:20:25.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.060 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.060 INFO kablam! | Oct 27 20:20:25.060 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.060 INFO kablam! ... Oct 27 20:20:25.060 INFO kablam! 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); Oct 27 20:20:25.060 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.060 INFO kablam! | Oct 27 20:20:25.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.060 INFO kablam! | Oct 27 20:20:25.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.060 INFO kablam! | Oct 27 20:20:25.060 INFO kablam! Oct 27 20:20:25.060 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.060 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.060 INFO kablam! | Oct 27 20:20:25.060 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.061 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.061 INFO kablam! ... Oct 27 20:20:25.061 INFO kablam! 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); Oct 27 20:20:25.061 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.061 INFO kablam! Oct 27 20:20:25.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.061 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.061 INFO kablam! | Oct 27 20:20:25.061 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.061 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.061 INFO kablam! ... Oct 27 20:20:25.061 INFO kablam! 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); Oct 27 20:20:25.061 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.061 INFO kablam! | Oct 27 20:20:25.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.061 INFO kablam! | Oct 27 20:20:25.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.061 INFO kablam! | Oct 27 20:20:25.061 INFO kablam! Oct 27 20:20:25.061 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.061 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.061 INFO kablam! | Oct 27 20:20:25.061 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.061 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.061 INFO kablam! ... Oct 27 20:20:25.061 INFO kablam! 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); Oct 27 20:20:25.061 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.061 INFO kablam! Oct 27 20:20:25.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.062 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.062 INFO kablam! | Oct 27 20:20:25.062 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.062 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.062 INFO kablam! ... Oct 27 20:20:25.062 INFO kablam! 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); Oct 27 20:20:25.062 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.063 INFO kablam! | Oct 27 20:20:25.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.064 INFO kablam! | Oct 27 20:20:25.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.064 INFO kablam! | Oct 27 20:20:25.064 INFO kablam! Oct 27 20:20:25.064 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.064 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.064 INFO kablam! | Oct 27 20:20:25.064 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.064 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.064 INFO kablam! ... Oct 27 20:20:25.064 INFO kablam! 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); Oct 27 20:20:25.064 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.065 INFO kablam! Oct 27 20:20:25.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.065 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.065 INFO kablam! | Oct 27 20:20:25.065 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.065 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.065 INFO kablam! ... Oct 27 20:20:25.065 INFO kablam! 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); Oct 27 20:20:25.065 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.065 INFO kablam! | Oct 27 20:20:25.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.065 INFO kablam! | Oct 27 20:20:25.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.065 INFO kablam! | Oct 27 20:20:25.065 INFO kablam! Oct 27 20:20:25.065 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.065 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.065 INFO kablam! | Oct 27 20:20:25.065 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.065 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.065 INFO kablam! ... Oct 27 20:20:25.065 INFO kablam! 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Oct 27 20:20:25.065 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.065 INFO kablam! Oct 27 20:20:25.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.065 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.065 INFO kablam! | Oct 27 20:20:25.065 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.065 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.065 INFO kablam! ... Oct 27 20:20:25.065 INFO kablam! 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Oct 27 20:20:25.065 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.065 INFO kablam! | Oct 27 20:20:25.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.065 INFO kablam! | Oct 27 20:20:25.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.065 INFO kablam! | Oct 27 20:20:25.065 INFO kablam! Oct 27 20:20:25.065 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.065 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.065 INFO kablam! | Oct 27 20:20:25.065 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.065 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.065 INFO kablam! ... Oct 27 20:20:25.065 INFO kablam! 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Oct 27 20:20:25.072 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.072 INFO kablam! Oct 27 20:20:25.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.072 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.072 INFO kablam! | Oct 27 20:20:25.072 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.072 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.072 INFO kablam! ... Oct 27 20:20:25.072 INFO kablam! 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Oct 27 20:20:25.072 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.072 INFO kablam! | Oct 27 20:20:25.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.072 INFO kablam! | Oct 27 20:20:25.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.072 INFO kablam! | Oct 27 20:20:25.072 INFO kablam! Oct 27 20:20:25.072 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.072 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.072 INFO kablam! | Oct 27 20:20:25.072 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.072 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.072 INFO kablam! ... Oct 27 20:20:25.072 INFO kablam! 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Oct 27 20:20:25.072 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.072 INFO kablam! Oct 27 20:20:25.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.072 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.072 INFO kablam! | Oct 27 20:20:25.072 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.072 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.072 INFO kablam! ... Oct 27 20:20:25.072 INFO kablam! 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Oct 27 20:20:25.072 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.072 INFO kablam! | Oct 27 20:20:25.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.072 INFO kablam! | Oct 27 20:20:25.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.072 INFO kablam! | Oct 27 20:20:25.072 INFO kablam! Oct 27 20:20:25.072 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.072 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.072 INFO kablam! | Oct 27 20:20:25.072 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.072 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.072 INFO kablam! ... Oct 27 20:20:25.075 INFO kablam! 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); Oct 27 20:20:25.075 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.075 INFO kablam! Oct 27 20:20:25.075 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.075 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.075 INFO kablam! | Oct 27 20:20:25.075 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.075 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.075 INFO kablam! ... Oct 27 20:20:25.075 INFO kablam! 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); Oct 27 20:20:25.075 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.075 INFO kablam! | Oct 27 20:20:25.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.075 INFO kablam! | Oct 27 20:20:25.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.075 INFO kablam! | Oct 27 20:20:25.075 INFO kablam! Oct 27 20:20:25.075 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.075 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.075 INFO kablam! | Oct 27 20:20:25.075 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.075 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.075 INFO kablam! ... Oct 27 20:20:25.075 INFO kablam! 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Oct 27 20:20:25.075 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.075 INFO kablam! Oct 27 20:20:25.075 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.075 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.076 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.076 INFO kablam! ... Oct 27 20:20:25.076 INFO kablam! 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Oct 27 20:20:25.076 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! Oct 27 20:20:25.076 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.076 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.076 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.076 INFO kablam! ... Oct 27 20:20:25.076 INFO kablam! 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Oct 27 20:20:25.076 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.076 INFO kablam! Oct 27 20:20:25.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.076 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.076 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.076 INFO kablam! ... Oct 27 20:20:25.076 INFO kablam! 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Oct 27 20:20:25.076 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! Oct 27 20:20:25.076 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.076 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.076 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.076 INFO kablam! ... Oct 27 20:20:25.076 INFO kablam! 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Oct 27 20:20:25.076 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.076 INFO kablam! Oct 27 20:20:25.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.076 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.076 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.076 INFO kablam! ... Oct 27 20:20:25.076 INFO kablam! 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Oct 27 20:20:25.076 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.076 INFO kablam! Oct 27 20:20:25.076 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.076 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.076 INFO kablam! | Oct 27 20:20:25.077 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.077 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.077 INFO kablam! ... Oct 27 20:20:25.077 INFO kablam! 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Oct 27 20:20:25.077 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.077 INFO kablam! Oct 27 20:20:25.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.077 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.077 INFO kablam! | Oct 27 20:20:25.077 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.077 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.077 INFO kablam! ... Oct 27 20:20:25.077 INFO kablam! 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Oct 27 20:20:25.077 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.077 INFO kablam! | Oct 27 20:20:25.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.078 INFO kablam! | Oct 27 20:20:25.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.078 INFO kablam! | Oct 27 20:20:25.078 INFO kablam! Oct 27 20:20:25.078 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.078 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.078 INFO kablam! | Oct 27 20:20:25.078 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.078 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.078 INFO kablam! ... Oct 27 20:20:25.078 INFO kablam! 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Oct 27 20:20:25.078 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.078 INFO kablam! Oct 27 20:20:25.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.078 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.078 INFO kablam! | Oct 27 20:20:25.078 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.078 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.078 INFO kablam! ... Oct 27 20:20:25.078 INFO kablam! 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Oct 27 20:20:25.078 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.078 INFO kablam! | Oct 27 20:20:25.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.078 INFO kablam! | Oct 27 20:20:25.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.078 INFO kablam! | Oct 27 20:20:25.078 INFO kablam! Oct 27 20:20:25.078 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.078 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.078 INFO kablam! | Oct 27 20:20:25.078 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.078 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.078 INFO kablam! ... Oct 27 20:20:25.078 INFO kablam! 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Oct 27 20:20:25.078 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.079 INFO kablam! Oct 27 20:20:25.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.080 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.080 INFO kablam! | Oct 27 20:20:25.080 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.080 INFO kablam! ... Oct 27 20:20:25.080 INFO kablam! 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Oct 27 20:20:25.080 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.080 INFO kablam! | Oct 27 20:20:25.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.080 INFO kablam! | Oct 27 20:20:25.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.080 INFO kablam! | Oct 27 20:20:25.080 INFO kablam! Oct 27 20:20:25.080 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.080 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.080 INFO kablam! | Oct 27 20:20:25.080 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.080 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.080 INFO kablam! ... Oct 27 20:20:25.080 INFO kablam! 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Oct 27 20:20:25.080 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.080 INFO kablam! Oct 27 20:20:25.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.080 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.080 INFO kablam! | Oct 27 20:20:25.080 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.080 INFO kablam! ... Oct 27 20:20:25.080 INFO kablam! 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Oct 27 20:20:25.080 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.080 INFO kablam! | Oct 27 20:20:25.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.080 INFO kablam! | Oct 27 20:20:25.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.080 INFO kablam! | Oct 27 20:20:25.080 INFO kablam! Oct 27 20:20:25.080 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.080 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.080 INFO kablam! | Oct 27 20:20:25.080 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.080 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.080 INFO kablam! ... Oct 27 20:20:25.080 INFO kablam! 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Oct 27 20:20:25.080 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.081 INFO kablam! Oct 27 20:20:25.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.081 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.081 INFO kablam! | Oct 27 20:20:25.081 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.081 INFO kablam! ... Oct 27 20:20:25.081 INFO kablam! 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Oct 27 20:20:25.081 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.081 INFO kablam! | Oct 27 20:20:25.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.081 INFO kablam! | Oct 27 20:20:25.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.081 INFO kablam! | Oct 27 20:20:25.081 INFO kablam! Oct 27 20:20:25.081 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.081 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.081 INFO kablam! | Oct 27 20:20:25.081 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.081 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.081 INFO kablam! ... Oct 27 20:20:25.081 INFO kablam! 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Oct 27 20:20:25.081 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.081 INFO kablam! Oct 27 20:20:25.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.081 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.081 INFO kablam! | Oct 27 20:20:25.081 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.081 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.081 INFO kablam! ... Oct 27 20:20:25.081 INFO kablam! 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Oct 27 20:20:25.081 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.081 INFO kablam! | Oct 27 20:20:25.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.082 INFO kablam! | Oct 27 20:20:25.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.082 INFO kablam! | Oct 27 20:20:25.082 INFO kablam! Oct 27 20:20:25.082 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.082 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.082 INFO kablam! | Oct 27 20:20:25.082 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.082 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.082 INFO kablam! ... Oct 27 20:20:25.082 INFO kablam! 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); Oct 27 20:20:25.082 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.082 INFO kablam! Oct 27 20:20:25.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.082 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.082 INFO kablam! | Oct 27 20:20:25.082 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.082 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.082 INFO kablam! ... Oct 27 20:20:25.082 INFO kablam! 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); Oct 27 20:20:25.082 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.082 INFO kablam! | Oct 27 20:20:25.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.082 INFO kablam! | Oct 27 20:20:25.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.082 INFO kablam! | Oct 27 20:20:25.082 INFO kablam! Oct 27 20:20:25.082 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.082 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.082 INFO kablam! | Oct 27 20:20:25.082 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.084 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.084 INFO kablam! ... Oct 27 20:20:25.084 INFO kablam! 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); Oct 27 20:20:25.084 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.084 INFO kablam! Oct 27 20:20:25.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.084 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.084 INFO kablam! | Oct 27 20:20:25.084 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.084 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.084 INFO kablam! ... Oct 27 20:20:25.084 INFO kablam! 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); Oct 27 20:20:25.084 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.084 INFO kablam! | Oct 27 20:20:25.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.084 INFO kablam! | Oct 27 20:20:25.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.085 INFO kablam! | Oct 27 20:20:25.085 INFO kablam! Oct 27 20:20:25.085 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.085 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.085 INFO kablam! | Oct 27 20:20:25.085 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.085 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.085 INFO kablam! ... Oct 27 20:20:25.085 INFO kablam! 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Oct 27 20:20:25.085 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.085 INFO kablam! Oct 27 20:20:25.086 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.086 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.086 INFO kablam! | Oct 27 20:20:25.086 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.086 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.086 INFO kablam! ... Oct 27 20:20:25.086 INFO kablam! 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Oct 27 20:20:25.086 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.086 INFO kablam! | Oct 27 20:20:25.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.086 INFO kablam! | Oct 27 20:20:25.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.086 INFO kablam! | Oct 27 20:20:25.086 INFO kablam! Oct 27 20:20:25.086 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.086 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.086 INFO kablam! | Oct 27 20:20:25.086 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.087 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.087 INFO kablam! ... Oct 27 20:20:25.087 INFO kablam! 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Oct 27 20:20:25.087 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.087 INFO kablam! Oct 27 20:20:25.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.093 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.093 INFO kablam! | Oct 27 20:20:25.093 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.093 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.094 INFO kablam! ... Oct 27 20:20:25.094 INFO kablam! 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Oct 27 20:20:25.094 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! Oct 27 20:20:25.094 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.094 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.094 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.094 INFO kablam! ... Oct 27 20:20:25.094 INFO kablam! 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); Oct 27 20:20:25.094 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.094 INFO kablam! Oct 27 20:20:25.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.094 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.094 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.094 INFO kablam! ... Oct 27 20:20:25.094 INFO kablam! 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); Oct 27 20:20:25.094 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! Oct 27 20:20:25.094 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.094 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.094 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.094 INFO kablam! ... Oct 27 20:20:25.094 INFO kablam! 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); Oct 27 20:20:25.094 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.094 INFO kablam! Oct 27 20:20:25.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.094 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.094 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.094 INFO kablam! ... Oct 27 20:20:25.094 INFO kablam! 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); Oct 27 20:20:25.094 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! Oct 27 20:20:25.094 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.094 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.094 INFO kablam! | Oct 27 20:20:25.094 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.094 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.094 INFO kablam! ... Oct 27 20:20:25.094 INFO kablam! 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Oct 27 20:20:25.094 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.095 INFO kablam! Oct 27 20:20:25.095 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.095 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.095 INFO kablam! | Oct 27 20:20:25.095 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.095 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.095 INFO kablam! ... Oct 27 20:20:25.095 INFO kablam! 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Oct 27 20:20:25.095 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.095 INFO kablam! | Oct 27 20:20:25.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.095 INFO kablam! | Oct 27 20:20:25.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.095 INFO kablam! | Oct 27 20:20:25.095 INFO kablam! Oct 27 20:20:25.095 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.095 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.095 INFO kablam! | Oct 27 20:20:25.095 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.095 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.095 INFO kablam! ... Oct 27 20:20:25.095 INFO kablam! 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); Oct 27 20:20:25.095 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.095 INFO kablam! Oct 27 20:20:25.095 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.095 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.095 INFO kablam! | Oct 27 20:20:25.095 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.095 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.095 INFO kablam! ... Oct 27 20:20:25.095 INFO kablam! 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); Oct 27 20:20:25.095 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.095 INFO kablam! | Oct 27 20:20:25.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.095 INFO kablam! | Oct 27 20:20:25.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.095 INFO kablam! | Oct 27 20:20:25.095 INFO kablam! Oct 27 20:20:25.098 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.098 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.098 INFO kablam! | Oct 27 20:20:25.098 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.098 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.098 INFO kablam! ... Oct 27 20:20:25.098 INFO kablam! 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Oct 27 20:20:25.098 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.098 INFO kablam! Oct 27 20:20:25.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.098 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.098 INFO kablam! | Oct 27 20:20:25.098 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.098 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.098 INFO kablam! ... Oct 27 20:20:25.098 INFO kablam! 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Oct 27 20:20:25.098 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.098 INFO kablam! | Oct 27 20:20:25.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.098 INFO kablam! | Oct 27 20:20:25.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.098 INFO kablam! | Oct 27 20:20:25.098 INFO kablam! Oct 27 20:20:25.098 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.098 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.098 INFO kablam! | Oct 27 20:20:25.100 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.100 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.100 INFO kablam! ... Oct 27 20:20:25.100 INFO kablam! 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Oct 27 20:20:25.100 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.100 INFO kablam! Oct 27 20:20:25.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.100 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.100 INFO kablam! | Oct 27 20:20:25.100 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.100 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.100 INFO kablam! ... Oct 27 20:20:25.100 INFO kablam! 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Oct 27 20:20:25.100 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.100 INFO kablam! | Oct 27 20:20:25.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.100 INFO kablam! | Oct 27 20:20:25.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.100 INFO kablam! | Oct 27 20:20:25.100 INFO kablam! Oct 27 20:20:25.100 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.100 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.100 INFO kablam! | Oct 27 20:20:25.100 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.100 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.100 INFO kablam! ... Oct 27 20:20:25.100 INFO kablam! 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Oct 27 20:20:25.100 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.100 INFO kablam! Oct 27 20:20:25.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.103 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.103 INFO kablam! | Oct 27 20:20:25.103 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.103 INFO kablam! ... Oct 27 20:20:25.103 INFO kablam! 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Oct 27 20:20:25.103 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.103 INFO kablam! | Oct 27 20:20:25.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.103 INFO kablam! | Oct 27 20:20:25.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.103 INFO kablam! | Oct 27 20:20:25.103 INFO kablam! Oct 27 20:20:25.103 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.103 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.103 INFO kablam! | Oct 27 20:20:25.103 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.103 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.103 INFO kablam! ... Oct 27 20:20:25.103 INFO kablam! 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Oct 27 20:20:25.103 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.103 INFO kablam! Oct 27 20:20:25.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.103 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.103 INFO kablam! | Oct 27 20:20:25.103 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.103 INFO kablam! ... Oct 27 20:20:25.103 INFO kablam! 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Oct 27 20:20:25.103 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.103 INFO kablam! | Oct 27 20:20:25.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.103 INFO kablam! | Oct 27 20:20:25.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.103 INFO kablam! | Oct 27 20:20:25.103 INFO kablam! Oct 27 20:20:25.105 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.105 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.105 INFO kablam! | Oct 27 20:20:25.105 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.105 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.105 INFO kablam! ... Oct 27 20:20:25.105 INFO kablam! 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); Oct 27 20:20:25.105 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.105 INFO kablam! Oct 27 20:20:25.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.105 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.106 INFO kablam! | Oct 27 20:20:25.106 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.106 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.106 INFO kablam! ... Oct 27 20:20:25.106 INFO kablam! 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); Oct 27 20:20:25.106 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.106 INFO kablam! | Oct 27 20:20:25.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.106 INFO kablam! | Oct 27 20:20:25.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.106 INFO kablam! | Oct 27 20:20:25.106 INFO kablam! Oct 27 20:20:25.106 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.106 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.106 INFO kablam! | Oct 27 20:20:25.106 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.106 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.106 INFO kablam! ... Oct 27 20:20:25.106 INFO kablam! 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); Oct 27 20:20:25.106 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.106 INFO kablam! Oct 27 20:20:25.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.113 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.113 INFO kablam! | Oct 27 20:20:25.113 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.113 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.113 INFO kablam! ... Oct 27 20:20:25.113 INFO kablam! 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); Oct 27 20:20:25.113 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.113 INFO kablam! | Oct 27 20:20:25.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.113 INFO kablam! | Oct 27 20:20:25.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.113 INFO kablam! | Oct 27 20:20:25.113 INFO kablam! Oct 27 20:20:25.113 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.113 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.113 INFO kablam! | Oct 27 20:20:25.113 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.113 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.113 INFO kablam! ... Oct 27 20:20:25.113 INFO kablam! 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Oct 27 20:20:25.113 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.114 INFO kablam! Oct 27 20:20:25.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.114 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.114 INFO kablam! | Oct 27 20:20:25.114 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.114 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.114 INFO kablam! ... Oct 27 20:20:25.114 INFO kablam! 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Oct 27 20:20:25.114 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.114 INFO kablam! | Oct 27 20:20:25.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.114 INFO kablam! | Oct 27 20:20:25.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.114 INFO kablam! | Oct 27 20:20:25.114 INFO kablam! Oct 27 20:20:25.114 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.114 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.114 INFO kablam! | Oct 27 20:20:25.114 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.114 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.114 INFO kablam! ... Oct 27 20:20:25.114 INFO kablam! 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Oct 27 20:20:25.114 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.114 INFO kablam! Oct 27 20:20:25.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.114 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.115 INFO kablam! | Oct 27 20:20:25.115 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.115 INFO kablam! ... Oct 27 20:20:25.115 INFO kablam! 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Oct 27 20:20:25.115 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.115 INFO kablam! | Oct 27 20:20:25.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.115 INFO kablam! | Oct 27 20:20:25.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.115 INFO kablam! | Oct 27 20:20:25.115 INFO kablam! Oct 27 20:20:25.115 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.115 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.115 INFO kablam! | Oct 27 20:20:25.115 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.115 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.115 INFO kablam! ... Oct 27 20:20:25.115 INFO kablam! 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); Oct 27 20:20:25.115 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.115 INFO kablam! Oct 27 20:20:25.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.115 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.115 INFO kablam! | Oct 27 20:20:25.115 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.115 INFO kablam! ... Oct 27 20:20:25.115 INFO kablam! 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); Oct 27 20:20:25.118 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.118 INFO kablam! | Oct 27 20:20:25.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.118 INFO kablam! | Oct 27 20:20:25.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.118 INFO kablam! | Oct 27 20:20:25.118 INFO kablam! Oct 27 20:20:25.118 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.118 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.118 INFO kablam! | Oct 27 20:20:25.118 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.118 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.118 INFO kablam! ... Oct 27 20:20:25.118 INFO kablam! 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Oct 27 20:20:25.118 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.118 INFO kablam! Oct 27 20:20:25.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.119 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.119 INFO kablam! ... Oct 27 20:20:25.119 INFO kablam! 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Oct 27 20:20:25.119 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! Oct 27 20:20:25.119 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.119 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.119 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.119 INFO kablam! ... Oct 27 20:20:25.119 INFO kablam! 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); Oct 27 20:20:25.119 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.119 INFO kablam! Oct 27 20:20:25.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.119 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.119 INFO kablam! ... Oct 27 20:20:25.119 INFO kablam! 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); Oct 27 20:20:25.119 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! Oct 27 20:20:25.119 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.119 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.119 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.119 INFO kablam! ... Oct 27 20:20:25.119 INFO kablam! 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Oct 27 20:20:25.119 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.119 INFO kablam! Oct 27 20:20:25.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.119 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.119 INFO kablam! ... Oct 27 20:20:25.119 INFO kablam! 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Oct 27 20:20:25.119 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.119 INFO kablam! | Oct 27 20:20:25.119 INFO kablam! Oct 27 20:20:25.127 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.127 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.127 INFO kablam! | Oct 27 20:20:25.127 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.127 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.127 INFO kablam! ... Oct 27 20:20:25.127 INFO kablam! 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Oct 27 20:20:25.127 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.127 INFO kablam! Oct 27 20:20:25.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.127 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.127 INFO kablam! | Oct 27 20:20:25.127 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.127 INFO kablam! ... Oct 27 20:20:25.127 INFO kablam! 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Oct 27 20:20:25.127 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.128 INFO kablam! | Oct 27 20:20:25.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.128 INFO kablam! | Oct 27 20:20:25.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.128 INFO kablam! | Oct 27 20:20:25.128 INFO kablam! Oct 27 20:20:25.128 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.128 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.128 INFO kablam! | Oct 27 20:20:25.128 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.128 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.128 INFO kablam! ... Oct 27 20:20:25.128 INFO kablam! 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Oct 27 20:20:25.128 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.128 INFO kablam! Oct 27 20:20:25.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.128 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.128 INFO kablam! | Oct 27 20:20:25.128 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.128 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.128 INFO kablam! ... Oct 27 20:20:25.128 INFO kablam! 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Oct 27 20:20:25.128 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.128 INFO kablam! | Oct 27 20:20:25.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! Oct 27 20:20:25.131 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.131 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.131 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.131 INFO kablam! ... Oct 27 20:20:25.131 INFO kablam! 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Oct 27 20:20:25.131 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.131 INFO kablam! Oct 27 20:20:25.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.131 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.131 INFO kablam! ... Oct 27 20:20:25.131 INFO kablam! 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Oct 27 20:20:25.131 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! Oct 27 20:20:25.131 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.131 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.131 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.131 INFO kablam! ... Oct 27 20:20:25.131 INFO kablam! 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Oct 27 20:20:25.131 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.131 INFO kablam! Oct 27 20:20:25.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.131 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.131 INFO kablam! ... Oct 27 20:20:25.131 INFO kablam! 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Oct 27 20:20:25.131 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! Oct 27 20:20:25.131 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.131 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.131 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.131 INFO kablam! ... Oct 27 20:20:25.131 INFO kablam! 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Oct 27 20:20:25.131 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.131 INFO kablam! Oct 27 20:20:25.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.131 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.131 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.131 INFO kablam! ... Oct 27 20:20:25.131 INFO kablam! 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Oct 27 20:20:25.131 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! Oct 27 20:20:25.131 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.131 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.131 INFO kablam! | Oct 27 20:20:25.131 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.131 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.132 INFO kablam! ... Oct 27 20:20:25.132 INFO kablam! 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); Oct 27 20:20:25.132 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.132 INFO kablam! Oct 27 20:20:25.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.132 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.132 INFO kablam! | Oct 27 20:20:25.132 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.132 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.132 INFO kablam! ... Oct 27 20:20:25.132 INFO kablam! 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); Oct 27 20:20:25.132 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.132 INFO kablam! | Oct 27 20:20:25.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.132 INFO kablam! | Oct 27 20:20:25.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.132 INFO kablam! | Oct 27 20:20:25.132 INFO kablam! Oct 27 20:20:25.132 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.132 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.132 INFO kablam! | Oct 27 20:20:25.133 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.133 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.133 INFO kablam! ... Oct 27 20:20:25.133 INFO kablam! 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); Oct 27 20:20:25.133 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.133 INFO kablam! Oct 27 20:20:25.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.133 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.133 INFO kablam! | Oct 27 20:20:25.133 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.133 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.133 INFO kablam! ... Oct 27 20:20:25.133 INFO kablam! 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); Oct 27 20:20:25.133 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.133 INFO kablam! | Oct 27 20:20:25.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.133 INFO kablam! | Oct 27 20:20:25.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.133 INFO kablam! | Oct 27 20:20:25.133 INFO kablam! Oct 27 20:20:25.140 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.140 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.140 INFO kablam! | Oct 27 20:20:25.140 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.140 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.140 INFO kablam! ... Oct 27 20:20:25.140 INFO kablam! 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Oct 27 20:20:25.140 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.140 INFO kablam! Oct 27 20:20:25.140 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.140 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.140 INFO kablam! | Oct 27 20:20:25.140 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.140 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.140 INFO kablam! ... Oct 27 20:20:25.140 INFO kablam! 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Oct 27 20:20:25.140 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.140 INFO kablam! | Oct 27 20:20:25.140 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.140 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.140 INFO kablam! | Oct 27 20:20:25.140 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.140 INFO kablam! | Oct 27 20:20:25.140 INFO kablam! Oct 27 20:20:25.140 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.140 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.140 INFO kablam! | Oct 27 20:20:25.140 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.140 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.140 INFO kablam! ... Oct 27 20:20:25.140 INFO kablam! 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Oct 27 20:20:25.140 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.140 INFO kablam! Oct 27 20:20:25.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.141 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.141 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.141 INFO kablam! ... Oct 27 20:20:25.141 INFO kablam! 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Oct 27 20:20:25.141 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! Oct 27 20:20:25.141 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.141 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.141 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.141 INFO kablam! ... Oct 27 20:20:25.141 INFO kablam! 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); Oct 27 20:20:25.141 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.141 INFO kablam! Oct 27 20:20:25.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.141 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.141 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.141 INFO kablam! ... Oct 27 20:20:25.141 INFO kablam! 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); Oct 27 20:20:25.141 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! Oct 27 20:20:25.141 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.141 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.141 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.141 INFO kablam! ... Oct 27 20:20:25.141 INFO kablam! 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); Oct 27 20:20:25.141 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.141 INFO kablam! Oct 27 20:20:25.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.141 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.141 INFO kablam! | Oct 27 20:20:25.141 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.141 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.141 INFO kablam! ... Oct 27 20:20:25.141 INFO kablam! 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); Oct 27 20:20:25.141 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.142 INFO kablam! | Oct 27 20:20:25.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.143 INFO kablam! | Oct 27 20:20:25.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.143 INFO kablam! | Oct 27 20:20:25.143 INFO kablam! Oct 27 20:20:25.143 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.143 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.143 INFO kablam! | Oct 27 20:20:25.143 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.143 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.143 INFO kablam! ... Oct 27 20:20:25.143 INFO kablam! 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); Oct 27 20:20:25.143 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.143 INFO kablam! Oct 27 20:20:25.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.143 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.143 INFO kablam! | Oct 27 20:20:25.143 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.143 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.143 INFO kablam! ... Oct 27 20:20:25.143 INFO kablam! 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); Oct 27 20:20:25.143 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.143 INFO kablam! | Oct 27 20:20:25.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.143 INFO kablam! | Oct 27 20:20:25.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.144 INFO kablam! | Oct 27 20:20:25.145 INFO kablam! Oct 27 20:20:25.145 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.145 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.145 INFO kablam! | Oct 27 20:20:25.145 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.145 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.145 INFO kablam! ... Oct 27 20:20:25.145 INFO kablam! 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); Oct 27 20:20:25.145 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.145 INFO kablam! Oct 27 20:20:25.145 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.145 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.145 INFO kablam! | Oct 27 20:20:25.145 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.145 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.145 INFO kablam! ... Oct 27 20:20:25.145 INFO kablam! 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); Oct 27 20:20:25.145 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.145 INFO kablam! | Oct 27 20:20:25.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.145 INFO kablam! | Oct 27 20:20:25.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.145 INFO kablam! | Oct 27 20:20:25.145 INFO kablam! Oct 27 20:20:25.150 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.150 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.150 INFO kablam! | Oct 27 20:20:25.150 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.150 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.150 INFO kablam! ... Oct 27 20:20:25.150 INFO kablam! 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); Oct 27 20:20:25.150 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.150 INFO kablam! Oct 27 20:20:25.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.150 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.150 INFO kablam! | Oct 27 20:20:25.150 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.150 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.150 INFO kablam! ... Oct 27 20:20:25.150 INFO kablam! 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); Oct 27 20:20:25.150 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.150 INFO kablam! | Oct 27 20:20:25.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.150 INFO kablam! | Oct 27 20:20:25.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.150 INFO kablam! | Oct 27 20:20:25.150 INFO kablam! Oct 27 20:20:25.152 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.152 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.152 INFO kablam! | Oct 27 20:20:25.152 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.152 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.152 INFO kablam! ... Oct 27 20:20:25.152 INFO kablam! 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Oct 27 20:20:25.152 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.152 INFO kablam! Oct 27 20:20:25.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.152 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.152 INFO kablam! | Oct 27 20:20:25.152 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.152 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.152 INFO kablam! ... Oct 27 20:20:25.152 INFO kablam! 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Oct 27 20:20:25.152 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.152 INFO kablam! | Oct 27 20:20:25.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.152 INFO kablam! | Oct 27 20:20:25.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.152 INFO kablam! | Oct 27 20:20:25.152 INFO kablam! Oct 27 20:20:25.152 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.152 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.152 INFO kablam! | Oct 27 20:20:25.152 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.152 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.153 INFO kablam! ... Oct 27 20:20:25.153 INFO kablam! 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Oct 27 20:20:25.153 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.153 INFO kablam! Oct 27 20:20:25.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.153 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.153 INFO kablam! | Oct 27 20:20:25.153 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.153 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.153 INFO kablam! ... Oct 27 20:20:25.153 INFO kablam! 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Oct 27 20:20:25.153 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.153 INFO kablam! | Oct 27 20:20:25.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.153 INFO kablam! | Oct 27 20:20:25.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.153 INFO kablam! | Oct 27 20:20:25.153 INFO kablam! Oct 27 20:20:25.153 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.153 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.153 INFO kablam! | Oct 27 20:20:25.153 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.153 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.153 INFO kablam! ... Oct 27 20:20:25.153 INFO kablam! 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); Oct 27 20:20:25.153 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.153 INFO kablam! Oct 27 20:20:25.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.154 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.154 INFO kablam! | Oct 27 20:20:25.154 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.154 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.154 INFO kablam! ... Oct 27 20:20:25.154 INFO kablam! 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); Oct 27 20:20:25.154 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.154 INFO kablam! | Oct 27 20:20:25.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.154 INFO kablam! | Oct 27 20:20:25.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.155 INFO kablam! | Oct 27 20:20:25.155 INFO kablam! Oct 27 20:20:25.155 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.155 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.155 INFO kablam! | Oct 27 20:20:25.155 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.155 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.155 INFO kablam! ... Oct 27 20:20:25.155 INFO kablam! 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); Oct 27 20:20:25.155 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.155 INFO kablam! Oct 27 20:20:25.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.158 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.158 INFO kablam! | Oct 27 20:20:25.158 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.158 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.158 INFO kablam! ... Oct 27 20:20:25.158 INFO kablam! 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); Oct 27 20:20:25.158 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.158 INFO kablam! | Oct 27 20:20:25.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.159 INFO kablam! | Oct 27 20:20:25.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.159 INFO kablam! | Oct 27 20:20:25.159 INFO kablam! Oct 27 20:20:25.159 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.159 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.159 INFO kablam! | Oct 27 20:20:25.159 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.159 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.159 INFO kablam! ... Oct 27 20:20:25.159 INFO kablam! 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); Oct 27 20:20:25.159 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.159 INFO kablam! Oct 27 20:20:25.159 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.159 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.159 INFO kablam! | Oct 27 20:20:25.159 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.159 INFO kablam! ... Oct 27 20:20:25.159 INFO kablam! 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); Oct 27 20:20:25.159 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.159 INFO kablam! | Oct 27 20:20:25.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.159 INFO kablam! | Oct 27 20:20:25.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.159 INFO kablam! | Oct 27 20:20:25.159 INFO kablam! Oct 27 20:20:25.159 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.159 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.159 INFO kablam! | Oct 27 20:20:25.159 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.159 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.159 INFO kablam! ... Oct 27 20:20:25.159 INFO kablam! 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); Oct 27 20:20:25.159 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.159 INFO kablam! Oct 27 20:20:25.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.165 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.165 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.165 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.165 INFO kablam! ... Oct 27 20:20:25.165 INFO kablam! 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); Oct 27 20:20:25.165 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.165 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! Oct 27 20:20:25.166 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.166 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.166 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.166 INFO kablam! ... Oct 27 20:20:25.166 INFO kablam! 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); Oct 27 20:20:25.166 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.166 INFO kablam! Oct 27 20:20:25.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.166 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.166 INFO kablam! ... Oct 27 20:20:25.166 INFO kablam! 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); Oct 27 20:20:25.166 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! Oct 27 20:20:25.166 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.166 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.166 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.166 INFO kablam! ... Oct 27 20:20:25.166 INFO kablam! 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); Oct 27 20:20:25.166 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.166 INFO kablam! Oct 27 20:20:25.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.166 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.166 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.166 INFO kablam! ... Oct 27 20:20:25.166 INFO kablam! 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); Oct 27 20:20:25.166 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! Oct 27 20:20:25.166 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.166 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.166 INFO kablam! | Oct 27 20:20:25.166 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.166 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.166 INFO kablam! ... Oct 27 20:20:25.166 INFO kablam! 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Oct 27 20:20:25.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.166 INFO kablam! Oct 27 20:20:25.167 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.167 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.167 INFO kablam! | Oct 27 20:20:25.167 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.167 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.167 INFO kablam! ... Oct 27 20:20:25.167 INFO kablam! 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Oct 27 20:20:25.167 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.167 INFO kablam! | Oct 27 20:20:25.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.168 INFO kablam! | Oct 27 20:20:25.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.168 INFO kablam! | Oct 27 20:20:25.168 INFO kablam! Oct 27 20:20:25.168 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.168 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.168 INFO kablam! | Oct 27 20:20:25.168 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.168 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.168 INFO kablam! ... Oct 27 20:20:25.168 INFO kablam! 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Oct 27 20:20:25.168 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.168 INFO kablam! Oct 27 20:20:25.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.168 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.168 INFO kablam! | Oct 27 20:20:25.168 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.168 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.168 INFO kablam! ... Oct 27 20:20:25.168 INFO kablam! 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Oct 27 20:20:25.168 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.168 INFO kablam! | Oct 27 20:20:25.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.169 INFO kablam! | Oct 27 20:20:25.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.169 INFO kablam! | Oct 27 20:20:25.169 INFO kablam! Oct 27 20:20:25.169 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.169 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.169 INFO kablam! | Oct 27 20:20:25.169 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.169 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.169 INFO kablam! ... Oct 27 20:20:25.169 INFO kablam! 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); Oct 27 20:20:25.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.169 INFO kablam! Oct 27 20:20:25.174 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.175 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.175 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.175 INFO kablam! ... Oct 27 20:20:25.175 INFO kablam! 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); Oct 27 20:20:25.175 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! Oct 27 20:20:25.175 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.175 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.175 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.175 INFO kablam! ... Oct 27 20:20:25.175 INFO kablam! 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); Oct 27 20:20:25.175 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.175 INFO kablam! Oct 27 20:20:25.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.175 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.175 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.175 INFO kablam! ... Oct 27 20:20:25.175 INFO kablam! 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); Oct 27 20:20:25.175 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! Oct 27 20:20:25.175 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.175 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.175 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.175 INFO kablam! ... Oct 27 20:20:25.175 INFO kablam! 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Oct 27 20:20:25.175 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.175 INFO kablam! Oct 27 20:20:25.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.175 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.175 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.175 INFO kablam! ... Oct 27 20:20:25.175 INFO kablam! 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Oct 27 20:20:25.175 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! Oct 27 20:20:25.175 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.175 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.175 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.175 INFO kablam! ... Oct 27 20:20:25.175 INFO kablam! 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); Oct 27 20:20:25.175 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.175 INFO kablam! Oct 27 20:20:25.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.175 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.175 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.175 INFO kablam! ... Oct 27 20:20:25.175 INFO kablam! 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); Oct 27 20:20:25.175 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.175 INFO kablam! | Oct 27 20:20:25.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.176 INFO kablam! | Oct 27 20:20:25.176 INFO kablam! Oct 27 20:20:25.180 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.180 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.180 INFO kablam! | Oct 27 20:20:25.180 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.180 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.180 INFO kablam! ... Oct 27 20:20:25.180 INFO kablam! 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); Oct 27 20:20:25.180 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.180 INFO kablam! Oct 27 20:20:25.180 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.180 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.180 INFO kablam! | Oct 27 20:20:25.180 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.180 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.180 INFO kablam! ... Oct 27 20:20:25.180 INFO kablam! 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); Oct 27 20:20:25.180 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.180 INFO kablam! | Oct 27 20:20:25.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.180 INFO kablam! | Oct 27 20:20:25.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.180 INFO kablam! | Oct 27 20:20:25.180 INFO kablam! Oct 27 20:20:25.180 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.180 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.180 INFO kablam! | Oct 27 20:20:25.181 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.181 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.181 INFO kablam! ... Oct 27 20:20:25.181 INFO kablam! 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); Oct 27 20:20:25.181 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.181 INFO kablam! Oct 27 20:20:25.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.181 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.181 INFO kablam! | Oct 27 20:20:25.181 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.181 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.181 INFO kablam! ... Oct 27 20:20:25.181 INFO kablam! 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); Oct 27 20:20:25.181 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.181 INFO kablam! | Oct 27 20:20:25.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.181 INFO kablam! | Oct 27 20:20:25.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.181 INFO kablam! | Oct 27 20:20:25.181 INFO kablam! Oct 27 20:20:25.182 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.182 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.182 INFO kablam! | Oct 27 20:20:25.183 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.183 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.183 INFO kablam! ... Oct 27 20:20:25.183 INFO kablam! 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); Oct 27 20:20:25.183 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.183 INFO kablam! Oct 27 20:20:25.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.183 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.183 INFO kablam! | Oct 27 20:20:25.183 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.183 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.183 INFO kablam! ... Oct 27 20:20:25.183 INFO kablam! 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); Oct 27 20:20:25.183 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.183 INFO kablam! | Oct 27 20:20:25.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.183 INFO kablam! | Oct 27 20:20:25.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.183 INFO kablam! | Oct 27 20:20:25.183 INFO kablam! Oct 27 20:20:25.183 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.183 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.183 INFO kablam! | Oct 27 20:20:25.183 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.183 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.183 INFO kablam! ... Oct 27 20:20:25.183 INFO kablam! 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); Oct 27 20:20:25.183 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.183 INFO kablam! Oct 27 20:20:25.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.183 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.183 INFO kablam! | Oct 27 20:20:25.183 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.183 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.183 INFO kablam! ... Oct 27 20:20:25.183 INFO kablam! 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); Oct 27 20:20:25.183 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.183 INFO kablam! | Oct 27 20:20:25.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.183 INFO kablam! | Oct 27 20:20:25.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.183 INFO kablam! | Oct 27 20:20:25.183 INFO kablam! Oct 27 20:20:25.183 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.183 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.184 INFO kablam! | Oct 27 20:20:25.184 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.184 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.184 INFO kablam! ... Oct 27 20:20:25.184 INFO kablam! 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Oct 27 20:20:25.184 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.184 INFO kablam! Oct 27 20:20:25.187 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.187 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.187 INFO kablam! | Oct 27 20:20:25.187 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.187 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.187 INFO kablam! ... Oct 27 20:20:25.187 INFO kablam! 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Oct 27 20:20:25.187 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.187 INFO kablam! | Oct 27 20:20:25.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.187 INFO kablam! | Oct 27 20:20:25.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.187 INFO kablam! | Oct 27 20:20:25.187 INFO kablam! Oct 27 20:20:25.188 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.188 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.188 INFO kablam! | Oct 27 20:20:25.188 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.188 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.188 INFO kablam! ... Oct 27 20:20:25.188 INFO kablam! 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Oct 27 20:20:25.188 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.188 INFO kablam! Oct 27 20:20:25.188 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.188 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.188 INFO kablam! | Oct 27 20:20:25.188 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.188 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.188 INFO kablam! ... Oct 27 20:20:25.188 INFO kablam! 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Oct 27 20:20:25.189 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.189 INFO kablam! | Oct 27 20:20:25.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.189 INFO kablam! | Oct 27 20:20:25.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.189 INFO kablam! | Oct 27 20:20:25.189 INFO kablam! Oct 27 20:20:25.190 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.190 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.190 INFO kablam! | Oct 27 20:20:25.190 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.190 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.190 INFO kablam! ... Oct 27 20:20:25.190 INFO kablam! 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); Oct 27 20:20:25.190 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.190 INFO kablam! Oct 27 20:20:25.190 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.190 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.190 INFO kablam! | Oct 27 20:20:25.190 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.190 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.191 INFO kablam! ... Oct 27 20:20:25.191 INFO kablam! 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); Oct 27 20:20:25.191 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.191 INFO kablam! | Oct 27 20:20:25.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.191 INFO kablam! | Oct 27 20:20:25.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.191 INFO kablam! | Oct 27 20:20:25.191 INFO kablam! Oct 27 20:20:25.192 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.192 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.192 INFO kablam! | Oct 27 20:20:25.192 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.192 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.192 INFO kablam! ... Oct 27 20:20:25.192 INFO kablam! 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Oct 27 20:20:25.192 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.192 INFO kablam! Oct 27 20:20:25.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.196 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.196 INFO kablam! | Oct 27 20:20:25.196 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.196 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.196 INFO kablam! ... Oct 27 20:20:25.196 INFO kablam! 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Oct 27 20:20:25.196 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.196 INFO kablam! | Oct 27 20:20:25.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.196 INFO kablam! | Oct 27 20:20:25.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.196 INFO kablam! | Oct 27 20:20:25.196 INFO kablam! Oct 27 20:20:25.196 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.196 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.196 INFO kablam! | Oct 27 20:20:25.196 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.196 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.196 INFO kablam! ... Oct 27 20:20:25.196 INFO kablam! 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Oct 27 20:20:25.196 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.196 INFO kablam! Oct 27 20:20:25.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.196 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.196 INFO kablam! | Oct 27 20:20:25.196 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.196 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.196 INFO kablam! ... Oct 27 20:20:25.196 INFO kablam! 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Oct 27 20:20:25.196 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.196 INFO kablam! | Oct 27 20:20:25.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.196 INFO kablam! | Oct 27 20:20:25.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.196 INFO kablam! | Oct 27 20:20:25.196 INFO kablam! Oct 27 20:20:25.197 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.197 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.197 INFO kablam! | Oct 27 20:20:25.197 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.197 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.197 INFO kablam! ... Oct 27 20:20:25.197 INFO kablam! 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); Oct 27 20:20:25.197 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.197 INFO kablam! Oct 27 20:20:25.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.200 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.200 INFO kablam! | Oct 27 20:20:25.200 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.200 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.200 INFO kablam! ... Oct 27 20:20:25.201 INFO kablam! 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); Oct 27 20:20:25.201 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! Oct 27 20:20:25.201 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.201 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.201 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.201 INFO kablam! ... Oct 27 20:20:25.201 INFO kablam! 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); Oct 27 20:20:25.201 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.201 INFO kablam! Oct 27 20:20:25.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.201 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.201 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.201 INFO kablam! ... Oct 27 20:20:25.201 INFO kablam! 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); Oct 27 20:20:25.201 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! Oct 27 20:20:25.201 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.201 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.201 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.201 INFO kablam! ... Oct 27 20:20:25.201 INFO kablam! 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); Oct 27 20:20:25.201 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.201 INFO kablam! Oct 27 20:20:25.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.201 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.201 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.201 INFO kablam! ... Oct 27 20:20:25.201 INFO kablam! 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); Oct 27 20:20:25.201 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.201 INFO kablam! | Oct 27 20:20:25.201 INFO kablam! Oct 27 20:20:25.205 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.207 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.207 INFO kablam! | Oct 27 20:20:25.207 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.207 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.207 INFO kablam! ... Oct 27 20:20:25.207 INFO kablam! 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); Oct 27 20:20:25.207 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.207 INFO kablam! Oct 27 20:20:25.207 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.207 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.207 INFO kablam! | Oct 27 20:20:25.207 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.207 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.207 INFO kablam! ... Oct 27 20:20:25.207 INFO kablam! 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); Oct 27 20:20:25.208 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.208 INFO kablam! | Oct 27 20:20:25.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.208 INFO kablam! | Oct 27 20:20:25.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.208 INFO kablam! | Oct 27 20:20:25.208 INFO kablam! Oct 27 20:20:25.208 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.208 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.208 INFO kablam! | Oct 27 20:20:25.208 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.208 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.208 INFO kablam! ... Oct 27 20:20:25.208 INFO kablam! 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Oct 27 20:20:25.208 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.208 INFO kablam! Oct 27 20:20:25.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.208 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.208 INFO kablam! | Oct 27 20:20:25.208 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.208 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.208 INFO kablam! ... Oct 27 20:20:25.208 INFO kablam! 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Oct 27 20:20:25.208 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.211 INFO kablam! | Oct 27 20:20:25.211 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.211 INFO kablam! | Oct 27 20:20:25.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.211 INFO kablam! | Oct 27 20:20:25.211 INFO kablam! Oct 27 20:20:25.211 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.211 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.211 INFO kablam! | Oct 27 20:20:25.211 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.211 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.211 INFO kablam! ... Oct 27 20:20:25.211 INFO kablam! 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Oct 27 20:20:25.211 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.211 INFO kablam! Oct 27 20:20:25.211 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.211 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.211 INFO kablam! | Oct 27 20:20:25.211 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.211 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.211 INFO kablam! ... Oct 27 20:20:25.211 INFO kablam! 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Oct 27 20:20:25.211 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.211 INFO kablam! | Oct 27 20:20:25.211 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.211 INFO kablam! | Oct 27 20:20:25.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! Oct 27 20:20:25.212 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.212 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.212 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.212 INFO kablam! ... Oct 27 20:20:25.212 INFO kablam! 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); Oct 27 20:20:25.212 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.212 INFO kablam! Oct 27 20:20:25.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.212 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.212 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.212 INFO kablam! ... Oct 27 20:20:25.212 INFO kablam! 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); Oct 27 20:20:25.212 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! Oct 27 20:20:25.212 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.212 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.212 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.212 INFO kablam! ... Oct 27 20:20:25.212 INFO kablam! 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); Oct 27 20:20:25.212 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.212 INFO kablam! Oct 27 20:20:25.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.212 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.212 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.212 INFO kablam! ... Oct 27 20:20:25.212 INFO kablam! 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); Oct 27 20:20:25.212 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! Oct 27 20:20:25.212 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.212 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.212 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.212 INFO kablam! ... Oct 27 20:20:25.212 INFO kablam! 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); Oct 27 20:20:25.212 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.212 INFO kablam! Oct 27 20:20:25.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.212 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.212 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.212 INFO kablam! ... Oct 27 20:20:25.212 INFO kablam! 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); Oct 27 20:20:25.212 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.212 INFO kablam! | Oct 27 20:20:25.212 INFO kablam! Oct 27 20:20:25.218 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.218 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.218 INFO kablam! | Oct 27 20:20:25.218 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.218 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.218 INFO kablam! ... Oct 27 20:20:25.218 INFO kablam! 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Oct 27 20:20:25.218 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.218 INFO kablam! Oct 27 20:20:25.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.218 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.218 INFO kablam! | Oct 27 20:20:25.218 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.218 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.218 INFO kablam! ... Oct 27 20:20:25.218 INFO kablam! 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Oct 27 20:20:25.218 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.218 INFO kablam! | Oct 27 20:20:25.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.218 INFO kablam! | Oct 27 20:20:25.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.218 INFO kablam! | Oct 27 20:20:25.218 INFO kablam! Oct 27 20:20:25.218 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.218 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.218 INFO kablam! | Oct 27 20:20:25.218 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.218 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.218 INFO kablam! ... Oct 27 20:20:25.218 INFO kablam! 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Oct 27 20:20:25.218 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.218 INFO kablam! Oct 27 20:20:25.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.218 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.218 INFO kablam! | Oct 27 20:20:25.218 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.218 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.218 INFO kablam! ... Oct 27 20:20:25.218 INFO kablam! 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Oct 27 20:20:25.218 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.218 INFO kablam! | Oct 27 20:20:25.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.219 INFO kablam! | Oct 27 20:20:25.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.219 INFO kablam! | Oct 27 20:20:25.219 INFO kablam! Oct 27 20:20:25.219 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.219 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.219 INFO kablam! | Oct 27 20:20:25.219 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.219 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.219 INFO kablam! ... Oct 27 20:20:25.219 INFO kablam! 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); Oct 27 20:20:25.219 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.219 INFO kablam! Oct 27 20:20:25.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.219 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.219 INFO kablam! | Oct 27 20:20:25.219 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.219 INFO kablam! ... Oct 27 20:20:25.219 INFO kablam! 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); Oct 27 20:20:25.219 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.219 INFO kablam! | Oct 27 20:20:25.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.219 INFO kablam! | Oct 27 20:20:25.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.219 INFO kablam! | Oct 27 20:20:25.219 INFO kablam! Oct 27 20:20:25.219 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.219 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.219 INFO kablam! | Oct 27 20:20:25.219 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.219 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.219 INFO kablam! ... Oct 27 20:20:25.219 INFO kablam! 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Oct 27 20:20:25.219 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.219 INFO kablam! Oct 27 20:20:25.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.223 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.223 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.223 INFO kablam! ... Oct 27 20:20:25.223 INFO kablam! 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Oct 27 20:20:25.223 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! Oct 27 20:20:25.223 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.223 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.223 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.223 INFO kablam! ... Oct 27 20:20:25.223 INFO kablam! 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Oct 27 20:20:25.223 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.223 INFO kablam! Oct 27 20:20:25.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.223 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.223 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.223 INFO kablam! ... Oct 27 20:20:25.223 INFO kablam! 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Oct 27 20:20:25.223 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! Oct 27 20:20:25.223 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.223 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.223 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.223 INFO kablam! ... Oct 27 20:20:25.223 INFO kablam! 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Oct 27 20:20:25.223 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.223 INFO kablam! Oct 27 20:20:25.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.223 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.223 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.223 INFO kablam! ... Oct 27 20:20:25.223 INFO kablam! 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Oct 27 20:20:25.223 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.223 INFO kablam! | Oct 27 20:20:25.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.224 INFO kablam! | Oct 27 20:20:25.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.224 INFO kablam! | Oct 27 20:20:25.224 INFO kablam! Oct 27 20:20:25.226 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.231 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.232 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.232 INFO kablam! ... Oct 27 20:20:25.232 INFO kablam! 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Oct 27 20:20:25.232 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.232 INFO kablam! Oct 27 20:20:25.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.232 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.232 INFO kablam! ... Oct 27 20:20:25.232 INFO kablam! 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Oct 27 20:20:25.232 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! Oct 27 20:20:25.232 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.232 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.232 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.232 INFO kablam! ... Oct 27 20:20:25.232 INFO kablam! 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Oct 27 20:20:25.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.232 INFO kablam! Oct 27 20:20:25.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.232 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.232 INFO kablam! ... Oct 27 20:20:25.232 INFO kablam! 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Oct 27 20:20:25.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! Oct 27 20:20:25.232 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.232 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.232 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.232 INFO kablam! ... Oct 27 20:20:25.232 INFO kablam! 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Oct 27 20:20:25.232 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.232 INFO kablam! Oct 27 20:20:25.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.232 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.232 INFO kablam! ... Oct 27 20:20:25.232 INFO kablam! 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Oct 27 20:20:25.232 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! Oct 27 20:20:25.232 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.232 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.232 INFO kablam! | Oct 27 20:20:25.232 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.232 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.232 INFO kablam! ... Oct 27 20:20:25.232 INFO kablam! 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Oct 27 20:20:25.232 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.232 INFO kablam! Oct 27 20:20:25.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.235 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.235 INFO kablam! | Oct 27 20:20:25.235 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.235 INFO kablam! ... Oct 27 20:20:25.235 INFO kablam! 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Oct 27 20:20:25.235 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.235 INFO kablam! | Oct 27 20:20:25.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.235 INFO kablam! | Oct 27 20:20:25.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.235 INFO kablam! | Oct 27 20:20:25.235 INFO kablam! Oct 27 20:20:25.235 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.235 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.235 INFO kablam! | Oct 27 20:20:25.235 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.235 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.235 INFO kablam! ... Oct 27 20:20:25.235 INFO kablam! 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Oct 27 20:20:25.235 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.235 INFO kablam! Oct 27 20:20:25.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.235 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.235 INFO kablam! | Oct 27 20:20:25.235 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.235 INFO kablam! ... Oct 27 20:20:25.235 INFO kablam! 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Oct 27 20:20:25.235 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.235 INFO kablam! | Oct 27 20:20:25.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.235 INFO kablam! | Oct 27 20:20:25.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.235 INFO kablam! | Oct 27 20:20:25.235 INFO kablam! Oct 27 20:20:25.236 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.236 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.236 INFO kablam! | Oct 27 20:20:25.236 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.236 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.236 INFO kablam! ... Oct 27 20:20:25.236 INFO kablam! 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Oct 27 20:20:25.236 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.236 INFO kablam! Oct 27 20:20:25.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.236 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.236 INFO kablam! | Oct 27 20:20:25.236 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.236 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.236 INFO kablam! ... Oct 27 20:20:25.236 INFO kablam! 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Oct 27 20:20:25.236 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.236 INFO kablam! | Oct 27 20:20:25.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.236 INFO kablam! | Oct 27 20:20:25.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.236 INFO kablam! | Oct 27 20:20:25.236 INFO kablam! Oct 27 20:20:25.237 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.237 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.237 INFO kablam! | Oct 27 20:20:25.237 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.237 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.237 INFO kablam! ... Oct 27 20:20:25.237 INFO kablam! 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Oct 27 20:20:25.237 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.237 INFO kablam! Oct 27 20:20:25.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.238 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.238 INFO kablam! | Oct 27 20:20:25.238 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.238 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.238 INFO kablam! ... Oct 27 20:20:25.238 INFO kablam! 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Oct 27 20:20:25.238 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.238 INFO kablam! | Oct 27 20:20:25.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.238 INFO kablam! | Oct 27 20:20:25.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.238 INFO kablam! | Oct 27 20:20:25.238 INFO kablam! Oct 27 20:20:25.239 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.239 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.239 INFO kablam! | Oct 27 20:20:25.239 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.239 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.239 INFO kablam! ... Oct 27 20:20:25.239 INFO kablam! 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); Oct 27 20:20:25.239 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.239 INFO kablam! Oct 27 20:20:25.243 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.243 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.243 INFO kablam! | Oct 27 20:20:25.243 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.243 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.243 INFO kablam! ... Oct 27 20:20:25.243 INFO kablam! 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); Oct 27 20:20:25.243 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.243 INFO kablam! | Oct 27 20:20:25.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.243 INFO kablam! | Oct 27 20:20:25.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.243 INFO kablam! | Oct 27 20:20:25.243 INFO kablam! Oct 27 20:20:25.243 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.243 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.243 INFO kablam! | Oct 27 20:20:25.243 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.243 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.243 INFO kablam! ... Oct 27 20:20:25.243 INFO kablam! 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); Oct 27 20:20:25.243 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.243 INFO kablam! Oct 27 20:20:25.243 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.243 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.243 INFO kablam! | Oct 27 20:20:25.243 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.243 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.243 INFO kablam! ... Oct 27 20:20:25.243 INFO kablam! 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); Oct 27 20:20:25.243 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.243 INFO kablam! | Oct 27 20:20:25.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.243 INFO kablam! | Oct 27 20:20:25.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.243 INFO kablam! | Oct 27 20:20:25.243 INFO kablam! Oct 27 20:20:25.243 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.243 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.243 INFO kablam! | Oct 27 20:20:25.243 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.243 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.243 INFO kablam! ... Oct 27 20:20:25.243 INFO kablam! 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); Oct 27 20:20:25.243 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.243 INFO kablam! Oct 27 20:20:25.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.248 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.248 INFO kablam! | Oct 27 20:20:25.248 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.248 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.248 INFO kablam! ... Oct 27 20:20:25.248 INFO kablam! 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); Oct 27 20:20:25.248 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.248 INFO kablam! | Oct 27 20:20:25.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.248 INFO kablam! | Oct 27 20:20:25.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.248 INFO kablam! | Oct 27 20:20:25.248 INFO kablam! Oct 27 20:20:25.252 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.253 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.253 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.253 INFO kablam! ... Oct 27 20:20:25.253 INFO kablam! 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Oct 27 20:20:25.253 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.253 INFO kablam! Oct 27 20:20:25.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.253 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.253 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.253 INFO kablam! ... Oct 27 20:20:25.253 INFO kablam! 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Oct 27 20:20:25.253 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! Oct 27 20:20:25.253 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.253 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.253 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.253 INFO kablam! ... Oct 27 20:20:25.253 INFO kablam! 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Oct 27 20:20:25.253 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.253 INFO kablam! Oct 27 20:20:25.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.253 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.253 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.253 INFO kablam! ... Oct 27 20:20:25.253 INFO kablam! 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Oct 27 20:20:25.253 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! Oct 27 20:20:25.253 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.253 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.253 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.253 INFO kablam! ... Oct 27 20:20:25.253 INFO kablam! 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Oct 27 20:20:25.253 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.253 INFO kablam! Oct 27 20:20:25.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.253 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.253 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.253 INFO kablam! ... Oct 27 20:20:25.253 INFO kablam! 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Oct 27 20:20:25.253 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! Oct 27 20:20:25.253 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.253 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.253 INFO kablam! | Oct 27 20:20:25.253 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.253 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.253 INFO kablam! ... Oct 27 20:20:25.253 INFO kablam! 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); Oct 27 20:20:25.253 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.253 INFO kablam! Oct 27 20:20:25.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.254 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.254 INFO kablam! | Oct 27 20:20:25.254 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.254 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.254 INFO kablam! ... Oct 27 20:20:25.254 INFO kablam! 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); Oct 27 20:20:25.254 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.254 INFO kablam! | Oct 27 20:20:25.254 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.254 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.254 INFO kablam! | Oct 27 20:20:25.254 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.254 INFO kablam! | Oct 27 20:20:25.254 INFO kablam! Oct 27 20:20:25.255 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.255 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.255 INFO kablam! | Oct 27 20:20:25.255 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.255 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.255 INFO kablam! ... Oct 27 20:20:25.255 INFO kablam! 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); Oct 27 20:20:25.255 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.255 INFO kablam! Oct 27 20:20:25.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.255 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.255 INFO kablam! | Oct 27 20:20:25.255 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.255 INFO kablam! ... Oct 27 20:20:25.255 INFO kablam! 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); Oct 27 20:20:25.255 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.255 INFO kablam! | Oct 27 20:20:25.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.255 INFO kablam! | Oct 27 20:20:25.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.255 INFO kablam! | Oct 27 20:20:25.255 INFO kablam! Oct 27 20:20:25.255 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.255 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.255 INFO kablam! | Oct 27 20:20:25.255 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.255 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.255 INFO kablam! ... Oct 27 20:20:25.255 INFO kablam! 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); Oct 27 20:20:25.255 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.255 INFO kablam! Oct 27 20:20:25.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.260 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.260 INFO kablam! | Oct 27 20:20:25.260 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.260 INFO kablam! ... Oct 27 20:20:25.260 INFO kablam! 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); Oct 27 20:20:25.260 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.260 INFO kablam! | Oct 27 20:20:25.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.260 INFO kablam! | Oct 27 20:20:25.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.260 INFO kablam! | Oct 27 20:20:25.260 INFO kablam! Oct 27 20:20:25.260 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.260 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.260 INFO kablam! | Oct 27 20:20:25.260 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.260 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.261 INFO kablam! ... Oct 27 20:20:25.261 INFO kablam! 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); Oct 27 20:20:25.261 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.261 INFO kablam! Oct 27 20:20:25.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.261 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.261 INFO kablam! | Oct 27 20:20:25.261 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.261 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.261 INFO kablam! ... Oct 27 20:20:25.261 INFO kablam! 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); Oct 27 20:20:25.261 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.261 INFO kablam! | Oct 27 20:20:25.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.261 INFO kablam! | Oct 27 20:20:25.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.261 INFO kablam! | Oct 27 20:20:25.261 INFO kablam! Oct 27 20:20:25.261 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.261 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.261 INFO kablam! | Oct 27 20:20:25.261 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.261 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.261 INFO kablam! ... Oct 27 20:20:25.261 INFO kablam! 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Oct 27 20:20:25.261 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.261 INFO kablam! Oct 27 20:20:25.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.261 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.261 INFO kablam! | Oct 27 20:20:25.261 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.261 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.261 INFO kablam! ... Oct 27 20:20:25.261 INFO kablam! 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Oct 27 20:20:25.261 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.261 INFO kablam! | Oct 27 20:20:25.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.261 INFO kablam! | Oct 27 20:20:25.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.261 INFO kablam! | Oct 27 20:20:25.261 INFO kablam! Oct 27 20:20:25.262 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.262 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.262 INFO kablam! | Oct 27 20:20:25.262 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.262 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.262 INFO kablam! ... Oct 27 20:20:25.262 INFO kablam! 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Oct 27 20:20:25.262 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.262 INFO kablam! Oct 27 20:20:25.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.267 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.267 INFO kablam! | Oct 27 20:20:25.267 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.267 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.268 INFO kablam! ... Oct 27 20:20:25.268 INFO kablam! 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Oct 27 20:20:25.268 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.268 INFO kablam! | Oct 27 20:20:25.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.268 INFO kablam! | Oct 27 20:20:25.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.268 INFO kablam! | Oct 27 20:20:25.268 INFO kablam! Oct 27 20:20:25.268 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.268 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.268 INFO kablam! | Oct 27 20:20:25.268 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.268 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.268 INFO kablam! ... Oct 27 20:20:25.268 INFO kablam! 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); Oct 27 20:20:25.268 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.268 INFO kablam! Oct 27 20:20:25.268 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.268 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.268 INFO kablam! | Oct 27 20:20:25.268 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.268 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.268 INFO kablam! ... Oct 27 20:20:25.268 INFO kablam! 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); Oct 27 20:20:25.268 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.268 INFO kablam! | Oct 27 20:20:25.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.269 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.269 INFO kablam! | Oct 27 20:20:25.269 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.269 INFO kablam! | Oct 27 20:20:25.269 INFO kablam! Oct 27 20:20:25.269 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.269 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.269 INFO kablam! | Oct 27 20:20:25.269 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.269 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.269 INFO kablam! ... Oct 27 20:20:25.269 INFO kablam! 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); Oct 27 20:20:25.269 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.269 INFO kablam! Oct 27 20:20:25.269 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.269 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.269 INFO kablam! | Oct 27 20:20:25.269 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.269 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.269 INFO kablam! ... Oct 27 20:20:25.269 INFO kablam! 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); Oct 27 20:20:25.269 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.269 INFO kablam! | Oct 27 20:20:25.269 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.269 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.269 INFO kablam! | Oct 27 20:20:25.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.270 INFO kablam! | Oct 27 20:20:25.270 INFO kablam! Oct 27 20:20:25.270 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.270 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.270 INFO kablam! | Oct 27 20:20:25.270 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.270 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.270 INFO kablam! ... Oct 27 20:20:25.270 INFO kablam! 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); Oct 27 20:20:25.270 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.270 INFO kablam! Oct 27 20:20:25.270 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.270 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.270 INFO kablam! | Oct 27 20:20:25.270 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.270 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.270 INFO kablam! ... Oct 27 20:20:25.270 INFO kablam! 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); Oct 27 20:20:25.270 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.270 INFO kablam! | Oct 27 20:20:25.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.270 INFO kablam! | Oct 27 20:20:25.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.270 INFO kablam! | Oct 27 20:20:25.270 INFO kablam! Oct 27 20:20:25.270 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.270 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.270 INFO kablam! | Oct 27 20:20:25.270 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.270 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.270 INFO kablam! ... Oct 27 20:20:25.270 INFO kablam! 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); Oct 27 20:20:25.270 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.270 INFO kablam! Oct 27 20:20:25.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.272 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.272 INFO kablam! | Oct 27 20:20:25.272 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.272 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.272 INFO kablam! ... Oct 27 20:20:25.272 INFO kablam! 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); Oct 27 20:20:25.272 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.272 INFO kablam! | Oct 27 20:20:25.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.272 INFO kablam! | Oct 27 20:20:25.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.273 INFO kablam! | Oct 27 20:20:25.273 INFO kablam! Oct 27 20:20:25.273 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.273 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.273 INFO kablam! | Oct 27 20:20:25.273 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.273 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.273 INFO kablam! ... Oct 27 20:20:25.273 INFO kablam! 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); Oct 27 20:20:25.273 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.273 INFO kablam! Oct 27 20:20:25.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.273 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.273 INFO kablam! | Oct 27 20:20:25.273 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.273 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.273 INFO kablam! ... Oct 27 20:20:25.273 INFO kablam! 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); Oct 27 20:20:25.273 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.273 INFO kablam! | Oct 27 20:20:25.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.273 INFO kablam! | Oct 27 20:20:25.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.273 INFO kablam! | Oct 27 20:20:25.273 INFO kablam! Oct 27 20:20:25.281 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.281 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.281 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.281 INFO kablam! ... Oct 27 20:20:25.281 INFO kablam! 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); Oct 27 20:20:25.281 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.281 INFO kablam! Oct 27 20:20:25.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.281 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.281 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.281 INFO kablam! ... Oct 27 20:20:25.281 INFO kablam! 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); Oct 27 20:20:25.281 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! Oct 27 20:20:25.281 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.281 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.281 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.281 INFO kablam! ... Oct 27 20:20:25.281 INFO kablam! 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Oct 27 20:20:25.281 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.281 INFO kablam! Oct 27 20:20:25.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.281 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.281 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.281 INFO kablam! ... Oct 27 20:20:25.281 INFO kablam! 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Oct 27 20:20:25.281 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! Oct 27 20:20:25.281 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.281 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.281 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.281 INFO kablam! ... Oct 27 20:20:25.281 INFO kablam! 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); Oct 27 20:20:25.281 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.281 INFO kablam! Oct 27 20:20:25.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.281 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.281 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.281 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.281 INFO kablam! ... Oct 27 20:20:25.281 INFO kablam! 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); Oct 27 20:20:25.281 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.281 INFO kablam! | Oct 27 20:20:25.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.282 INFO kablam! | Oct 27 20:20:25.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.282 INFO kablam! | Oct 27 20:20:25.282 INFO kablam! Oct 27 20:20:25.282 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.282 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.282 INFO kablam! | Oct 27 20:20:25.282 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.282 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.282 INFO kablam! ... Oct 27 20:20:25.282 INFO kablam! 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); Oct 27 20:20:25.282 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.282 INFO kablam! Oct 27 20:20:25.283 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.285 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.285 INFO kablam! ... Oct 27 20:20:25.285 INFO kablam! 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); Oct 27 20:20:25.285 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! Oct 27 20:20:25.285 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.285 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.285 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.285 INFO kablam! ... Oct 27 20:20:25.285 INFO kablam! 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); Oct 27 20:20:25.285 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.285 INFO kablam! Oct 27 20:20:25.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.285 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.285 INFO kablam! ... Oct 27 20:20:25.285 INFO kablam! 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); Oct 27 20:20:25.285 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! Oct 27 20:20:25.285 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.285 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.285 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.285 INFO kablam! ... Oct 27 20:20:25.285 INFO kablam! 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); Oct 27 20:20:25.285 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.285 INFO kablam! Oct 27 20:20:25.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.285 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.285 INFO kablam! ... Oct 27 20:20:25.285 INFO kablam! 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); Oct 27 20:20:25.285 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.285 INFO kablam! | Oct 27 20:20:25.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.286 INFO kablam! | Oct 27 20:20:25.286 INFO kablam! Oct 27 20:20:25.286 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.286 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.286 INFO kablam! | Oct 27 20:20:25.286 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.286 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.286 INFO kablam! ... Oct 27 20:20:25.286 INFO kablam! 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); Oct 27 20:20:25.286 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.286 INFO kablam! Oct 27 20:20:25.286 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.287 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.287 INFO kablam! | Oct 27 20:20:25.287 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.287 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.287 INFO kablam! ... Oct 27 20:20:25.287 INFO kablam! 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); Oct 27 20:20:25.287 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.287 INFO kablam! | Oct 27 20:20:25.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.287 INFO kablam! | Oct 27 20:20:25.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.287 INFO kablam! | Oct 27 20:20:25.287 INFO kablam! Oct 27 20:20:25.289 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.289 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.289 INFO kablam! | Oct 27 20:20:25.289 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.289 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.289 INFO kablam! ... Oct 27 20:20:25.289 INFO kablam! 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Oct 27 20:20:25.289 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.289 INFO kablam! Oct 27 20:20:25.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.289 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.289 INFO kablam! | Oct 27 20:20:25.289 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.289 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.289 INFO kablam! ... Oct 27 20:20:25.290 INFO kablam! 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Oct 27 20:20:25.290 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.290 INFO kablam! | Oct 27 20:20:25.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.290 INFO kablam! | Oct 27 20:20:25.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.290 INFO kablam! | Oct 27 20:20:25.290 INFO kablam! Oct 27 20:20:25.290 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.290 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.290 INFO kablam! | Oct 27 20:20:25.290 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.290 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.290 INFO kablam! ... Oct 27 20:20:25.290 INFO kablam! 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Oct 27 20:20:25.295 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.295 INFO kablam! Oct 27 20:20:25.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.295 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.295 INFO kablam! | Oct 27 20:20:25.295 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.295 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.295 INFO kablam! ... Oct 27 20:20:25.295 INFO kablam! 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Oct 27 20:20:25.295 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.295 INFO kablam! | Oct 27 20:20:25.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.295 INFO kablam! | Oct 27 20:20:25.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.295 INFO kablam! | Oct 27 20:20:25.295 INFO kablam! Oct 27 20:20:25.300 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.300 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.300 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.300 INFO kablam! ... Oct 27 20:20:25.300 INFO kablam! 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); Oct 27 20:20:25.300 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.300 INFO kablam! Oct 27 20:20:25.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.300 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.300 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.300 INFO kablam! ... Oct 27 20:20:25.300 INFO kablam! 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); Oct 27 20:20:25.300 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! Oct 27 20:20:25.300 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.300 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.300 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.300 INFO kablam! ... Oct 27 20:20:25.300 INFO kablam! 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); Oct 27 20:20:25.300 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.300 INFO kablam! Oct 27 20:20:25.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.300 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.300 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.300 INFO kablam! ... Oct 27 20:20:25.300 INFO kablam! 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); Oct 27 20:20:25.300 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! Oct 27 20:20:25.300 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.300 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.300 INFO kablam! | Oct 27 20:20:25.300 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.301 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.301 INFO kablam! ... Oct 27 20:20:25.301 INFO kablam! 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); Oct 27 20:20:25.301 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.301 INFO kablam! Oct 27 20:20:25.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.301 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.301 INFO kablam! | Oct 27 20:20:25.301 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.301 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.301 INFO kablam! ... Oct 27 20:20:25.301 INFO kablam! 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); Oct 27 20:20:25.301 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.301 INFO kablam! | Oct 27 20:20:25.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.301 INFO kablam! | Oct 27 20:20:25.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.301 INFO kablam! | Oct 27 20:20:25.301 INFO kablam! Oct 27 20:20:25.301 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.301 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.301 INFO kablam! | Oct 27 20:20:25.301 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.301 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.301 INFO kablam! ... Oct 27 20:20:25.301 INFO kablam! 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); Oct 27 20:20:25.301 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.301 INFO kablam! Oct 27 20:20:25.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.317 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.317 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.317 INFO kablam! ... Oct 27 20:20:25.317 INFO kablam! 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); Oct 27 20:20:25.317 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! Oct 27 20:20:25.317 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.317 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.317 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.317 INFO kablam! ... Oct 27 20:20:25.317 INFO kablam! 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Oct 27 20:20:25.317 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.317 INFO kablam! Oct 27 20:20:25.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.317 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.317 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.317 INFO kablam! ... Oct 27 20:20:25.317 INFO kablam! 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Oct 27 20:20:25.317 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! Oct 27 20:20:25.317 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.317 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.317 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.317 INFO kablam! ... Oct 27 20:20:25.317 INFO kablam! 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Oct 27 20:20:25.317 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.317 INFO kablam! Oct 27 20:20:25.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.317 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.317 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.317 INFO kablam! ... Oct 27 20:20:25.317 INFO kablam! 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Oct 27 20:20:25.317 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! Oct 27 20:20:25.317 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.317 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.317 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.317 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.317 INFO kablam! ... Oct 27 20:20:25.317 INFO kablam! 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); Oct 27 20:20:25.317 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.317 INFO kablam! Oct 27 20:20:25.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.317 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.317 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.318 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.318 INFO kablam! ... Oct 27 20:20:25.318 INFO kablam! 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); Oct 27 20:20:25.318 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! Oct 27 20:20:25.318 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.318 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.318 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.318 INFO kablam! ... Oct 27 20:20:25.318 INFO kablam! 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); Oct 27 20:20:25.318 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.318 INFO kablam! Oct 27 20:20:25.318 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.318 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.318 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.318 INFO kablam! ... Oct 27 20:20:25.318 INFO kablam! 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); Oct 27 20:20:25.318 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! Oct 27 20:20:25.318 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.318 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.318 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.318 INFO kablam! ... Oct 27 20:20:25.318 INFO kablam! 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); Oct 27 20:20:25.318 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.318 INFO kablam! Oct 27 20:20:25.318 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.318 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.318 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.318 INFO kablam! ... Oct 27 20:20:25.318 INFO kablam! 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); Oct 27 20:20:25.318 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! Oct 27 20:20:25.318 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.318 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.318 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.318 INFO kablam! ... Oct 27 20:20:25.318 INFO kablam! 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); Oct 27 20:20:25.318 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.318 INFO kablam! Oct 27 20:20:25.318 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.318 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.318 INFO kablam! | Oct 27 20:20:25.318 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.318 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.318 INFO kablam! ... Oct 27 20:20:25.318 INFO kablam! 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); Oct 27 20:20:25.318 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.321 INFO kablam! | Oct 27 20:20:25.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.321 INFO kablam! | Oct 27 20:20:25.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.321 INFO kablam! | Oct 27 20:20:25.321 INFO kablam! Oct 27 20:20:25.321 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.321 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.321 INFO kablam! | Oct 27 20:20:25.321 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.321 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.321 INFO kablam! ... Oct 27 20:20:25.321 INFO kablam! 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Oct 27 20:20:25.321 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.322 INFO kablam! Oct 27 20:20:25.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.322 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.322 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.322 INFO kablam! ... Oct 27 20:20:25.322 INFO kablam! 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Oct 27 20:20:25.322 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! Oct 27 20:20:25.322 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.322 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.322 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.322 INFO kablam! ... Oct 27 20:20:25.322 INFO kablam! 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); Oct 27 20:20:25.322 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.322 INFO kablam! Oct 27 20:20:25.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.322 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.322 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.322 INFO kablam! ... Oct 27 20:20:25.322 INFO kablam! 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); Oct 27 20:20:25.322 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! Oct 27 20:20:25.322 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.322 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.322 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.322 INFO kablam! ... Oct 27 20:20:25.322 INFO kablam! 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); Oct 27 20:20:25.322 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.322 INFO kablam! Oct 27 20:20:25.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.322 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.322 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.322 INFO kablam! ... Oct 27 20:20:25.322 INFO kablam! 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); Oct 27 20:20:25.322 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.322 INFO kablam! | Oct 27 20:20:25.322 INFO kablam! Oct 27 20:20:25.327 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.327 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.327 INFO kablam! | Oct 27 20:20:25.327 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.327 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.327 INFO kablam! ... Oct 27 20:20:25.327 INFO kablam! 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); Oct 27 20:20:25.327 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.327 INFO kablam! Oct 27 20:20:25.327 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.327 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.327 INFO kablam! | Oct 27 20:20:25.327 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.327 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.327 INFO kablam! ... Oct 27 20:20:25.327 INFO kablam! 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); Oct 27 20:20:25.327 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.327 INFO kablam! | Oct 27 20:20:25.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.327 INFO kablam! | Oct 27 20:20:25.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.327 INFO kablam! | Oct 27 20:20:25.327 INFO kablam! Oct 27 20:20:25.327 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.327 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.327 INFO kablam! | Oct 27 20:20:25.327 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.328 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.328 INFO kablam! ... Oct 27 20:20:25.328 INFO kablam! 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Oct 27 20:20:25.328 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.328 INFO kablam! Oct 27 20:20:25.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.328 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.328 INFO kablam! | Oct 27 20:20:25.328 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.328 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.328 INFO kablam! ... Oct 27 20:20:25.328 INFO kablam! 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Oct 27 20:20:25.328 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.328 INFO kablam! | Oct 27 20:20:25.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.328 INFO kablam! | Oct 27 20:20:25.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.328 INFO kablam! | Oct 27 20:20:25.328 INFO kablam! Oct 27 20:20:25.328 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.328 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.328 INFO kablam! | Oct 27 20:20:25.328 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.328 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.328 INFO kablam! ... Oct 27 20:20:25.328 INFO kablam! 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); Oct 27 20:20:25.328 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.328 INFO kablam! Oct 27 20:20:25.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.328 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.328 INFO kablam! | Oct 27 20:20:25.328 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.328 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.328 INFO kablam! ... Oct 27 20:20:25.328 INFO kablam! 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); Oct 27 20:20:25.328 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.328 INFO kablam! | Oct 27 20:20:25.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.328 INFO kablam! | Oct 27 20:20:25.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.328 INFO kablam! | Oct 27 20:20:25.328 INFO kablam! Oct 27 20:20:25.331 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.331 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.331 INFO kablam! | Oct 27 20:20:25.331 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.331 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.331 INFO kablam! ... Oct 27 20:20:25.331 INFO kablam! 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); Oct 27 20:20:25.331 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.331 INFO kablam! Oct 27 20:20:25.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.331 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.331 INFO kablam! | Oct 27 20:20:25.331 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.331 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.331 INFO kablam! ... Oct 27 20:20:25.331 INFO kablam! 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); Oct 27 20:20:25.331 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.331 INFO kablam! | Oct 27 20:20:25.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.331 INFO kablam! | Oct 27 20:20:25.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.331 INFO kablam! | Oct 27 20:20:25.331 INFO kablam! Oct 27 20:20:25.331 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.331 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.331 INFO kablam! | Oct 27 20:20:25.331 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.331 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.331 INFO kablam! ... Oct 27 20:20:25.331 INFO kablam! 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); Oct 27 20:20:25.331 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.331 INFO kablam! Oct 27 20:20:25.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.331 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.331 INFO kablam! | Oct 27 20:20:25.331 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.331 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.331 INFO kablam! ... Oct 27 20:20:25.331 INFO kablam! 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); Oct 27 20:20:25.331 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.331 INFO kablam! | Oct 27 20:20:25.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.332 INFO kablam! | Oct 27 20:20:25.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.332 INFO kablam! | Oct 27 20:20:25.332 INFO kablam! Oct 27 20:20:25.338 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.338 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.338 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.338 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.338 INFO kablam! ... Oct 27 20:20:25.338 INFO kablam! 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); Oct 27 20:20:25.338 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.338 INFO kablam! Oct 27 20:20:25.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.338 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.338 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.338 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.338 INFO kablam! ... Oct 27 20:20:25.338 INFO kablam! 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); Oct 27 20:20:25.338 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.338 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.338 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.338 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! Oct 27 20:20:25.338 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.338 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.338 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.338 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.338 INFO kablam! ... Oct 27 20:20:25.338 INFO kablam! 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); Oct 27 20:20:25.338 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.338 INFO kablam! Oct 27 20:20:25.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.338 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.338 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.338 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.338 INFO kablam! ... Oct 27 20:20:25.338 INFO kablam! 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); Oct 27 20:20:25.338 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.338 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.338 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.338 INFO kablam! | Oct 27 20:20:25.338 INFO kablam! Oct 27 20:20:25.342 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.342 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.342 INFO kablam! | Oct 27 20:20:25.342 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.342 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.342 INFO kablam! ... Oct 27 20:20:25.342 INFO kablam! 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); Oct 27 20:20:25.342 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.342 INFO kablam! Oct 27 20:20:25.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.342 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.342 INFO kablam! | Oct 27 20:20:25.342 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.342 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.342 INFO kablam! ... Oct 27 20:20:25.342 INFO kablam! 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); Oct 27 20:20:25.342 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.342 INFO kablam! | Oct 27 20:20:25.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.342 INFO kablam! | Oct 27 20:20:25.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.342 INFO kablam! | Oct 27 20:20:25.342 INFO kablam! Oct 27 20:20:25.346 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.346 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.346 INFO kablam! | Oct 27 20:20:25.346 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.346 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.346 INFO kablam! ... Oct 27 20:20:25.346 INFO kablam! 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); Oct 27 20:20:25.346 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.346 INFO kablam! Oct 27 20:20:25.346 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.346 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.346 INFO kablam! | Oct 27 20:20:25.346 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.346 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.346 INFO kablam! ... Oct 27 20:20:25.346 INFO kablam! 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); Oct 27 20:20:25.346 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.346 INFO kablam! | Oct 27 20:20:25.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.346 INFO kablam! | Oct 27 20:20:25.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.346 INFO kablam! | Oct 27 20:20:25.346 INFO kablam! Oct 27 20:20:25.350 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.354 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.354 INFO kablam! | Oct 27 20:20:25.354 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.354 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.354 INFO kablam! ... Oct 27 20:20:25.354 INFO kablam! 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); Oct 27 20:20:25.354 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.354 INFO kablam! Oct 27 20:20:25.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.354 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.354 INFO kablam! | Oct 27 20:20:25.354 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.354 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.354 INFO kablam! ... Oct 27 20:20:25.354 INFO kablam! 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); Oct 27 20:20:25.354 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.354 INFO kablam! | Oct 27 20:20:25.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.354 INFO kablam! | Oct 27 20:20:25.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.354 INFO kablam! | Oct 27 20:20:25.354 INFO kablam! Oct 27 20:20:25.354 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.354 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.356 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.356 INFO kablam! ... Oct 27 20:20:25.356 INFO kablam! 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); Oct 27 20:20:25.356 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.356 INFO kablam! Oct 27 20:20:25.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.356 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.356 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.356 INFO kablam! ... Oct 27 20:20:25.356 INFO kablam! 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); Oct 27 20:20:25.356 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! Oct 27 20:20:25.356 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.356 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.356 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.356 INFO kablam! ... Oct 27 20:20:25.356 INFO kablam! 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); Oct 27 20:20:25.356 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.356 INFO kablam! Oct 27 20:20:25.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.356 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.356 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.356 INFO kablam! ... Oct 27 20:20:25.356 INFO kablam! 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); Oct 27 20:20:25.356 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! Oct 27 20:20:25.356 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.356 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.356 INFO kablam! | Oct 27 20:20:25.356 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.356 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.356 INFO kablam! ... Oct 27 20:20:25.356 INFO kablam! 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); Oct 27 20:20:25.356 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.356 INFO kablam! Oct 27 20:20:25.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.377 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.377 INFO kablam! | Oct 27 20:20:25.377 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.377 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.377 INFO kablam! ... Oct 27 20:20:25.378 INFO kablam! 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); Oct 27 20:20:25.378 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! Oct 27 20:20:25.378 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.378 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.378 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.378 INFO kablam! ... Oct 27 20:20:25.378 INFO kablam! 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); Oct 27 20:20:25.378 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.378 INFO kablam! Oct 27 20:20:25.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.378 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.378 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.378 INFO kablam! ... Oct 27 20:20:25.378 INFO kablam! 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); Oct 27 20:20:25.378 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! Oct 27 20:20:25.378 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.378 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.378 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.378 INFO kablam! ... Oct 27 20:20:25.378 INFO kablam! 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); Oct 27 20:20:25.378 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.378 INFO kablam! Oct 27 20:20:25.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.378 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.378 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.378 INFO kablam! ... Oct 27 20:20:25.378 INFO kablam! 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); Oct 27 20:20:25.378 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! Oct 27 20:20:25.378 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.378 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.378 INFO kablam! | Oct 27 20:20:25.378 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.378 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.378 INFO kablam! ... Oct 27 20:20:25.378 INFO kablam! 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); Oct 27 20:20:25.378 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.378 INFO kablam! Oct 27 20:20:25.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.380 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.380 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.380 INFO kablam! ... Oct 27 20:20:25.380 INFO kablam! 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); Oct 27 20:20:25.380 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! Oct 27 20:20:25.380 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.380 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.380 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.380 INFO kablam! ... Oct 27 20:20:25.380 INFO kablam! 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); Oct 27 20:20:25.380 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.380 INFO kablam! Oct 27 20:20:25.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.380 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.380 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.380 INFO kablam! ... Oct 27 20:20:25.380 INFO kablam! 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); Oct 27 20:20:25.380 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! Oct 27 20:20:25.380 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.380 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.380 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.380 INFO kablam! ... Oct 27 20:20:25.380 INFO kablam! 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); Oct 27 20:20:25.380 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.380 INFO kablam! Oct 27 20:20:25.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.380 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.380 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.380 INFO kablam! ... Oct 27 20:20:25.380 INFO kablam! 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); Oct 27 20:20:25.380 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! Oct 27 20:20:25.380 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.380 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.380 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.380 INFO kablam! ... Oct 27 20:20:25.380 INFO kablam! 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); Oct 27 20:20:25.380 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.380 INFO kablam! Oct 27 20:20:25.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.380 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.380 INFO kablam! | Oct 27 20:20:25.380 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.380 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.381 INFO kablam! ... Oct 27 20:20:25.381 INFO kablam! 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); Oct 27 20:20:25.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! Oct 27 20:20:25.381 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.381 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.381 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.381 INFO kablam! ... Oct 27 20:20:25.381 INFO kablam! 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); Oct 27 20:20:25.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.381 INFO kablam! Oct 27 20:20:25.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.381 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.381 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.381 INFO kablam! ... Oct 27 20:20:25.381 INFO kablam! 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); Oct 27 20:20:25.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! Oct 27 20:20:25.381 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.381 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.381 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.381 INFO kablam! ... Oct 27 20:20:25.381 INFO kablam! 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); Oct 27 20:20:25.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.381 INFO kablam! Oct 27 20:20:25.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.381 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.381 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.381 INFO kablam! ... Oct 27 20:20:25.381 INFO kablam! 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); Oct 27 20:20:25.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! Oct 27 20:20:25.381 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.381 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.381 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.381 INFO kablam! ... Oct 27 20:20:25.381 INFO kablam! 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); Oct 27 20:20:25.381 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.381 INFO kablam! Oct 27 20:20:25.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.381 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.381 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.381 INFO kablam! ... Oct 27 20:20:25.381 INFO kablam! 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); Oct 27 20:20:25.381 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.381 INFO kablam! | Oct 27 20:20:25.381 INFO kablam! Oct 27 20:20:25.391 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.391 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.391 INFO kablam! | Oct 27 20:20:25.391 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.391 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.391 INFO kablam! ... Oct 27 20:20:25.391 INFO kablam! 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); Oct 27 20:20:25.391 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.391 INFO kablam! Oct 27 20:20:25.391 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.391 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.391 INFO kablam! | Oct 27 20:20:25.391 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.391 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.391 INFO kablam! ... Oct 27 20:20:25.391 INFO kablam! 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); Oct 27 20:20:25.391 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.391 INFO kablam! | Oct 27 20:20:25.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.391 INFO kablam! | Oct 27 20:20:25.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.391 INFO kablam! | Oct 27 20:20:25.391 INFO kablam! Oct 27 20:20:25.391 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.391 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.391 INFO kablam! | Oct 27 20:20:25.391 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.391 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.392 INFO kablam! ... Oct 27 20:20:25.392 INFO kablam! 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); Oct 27 20:20:25.392 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.392 INFO kablam! Oct 27 20:20:25.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.392 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.392 INFO kablam! | Oct 27 20:20:25.392 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.392 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.392 INFO kablam! ... Oct 27 20:20:25.392 INFO kablam! 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); Oct 27 20:20:25.392 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.392 INFO kablam! | Oct 27 20:20:25.392 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.392 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.392 INFO kablam! | Oct 27 20:20:25.392 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.392 INFO kablam! | Oct 27 20:20:25.392 INFO kablam! Oct 27 20:20:25.392 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.392 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.392 INFO kablam! | Oct 27 20:20:25.392 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.392 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.392 INFO kablam! ... Oct 27 20:20:25.392 INFO kablam! 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); Oct 27 20:20:25.392 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.392 INFO kablam! Oct 27 20:20:25.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.392 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.392 INFO kablam! | Oct 27 20:20:25.392 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.392 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.392 INFO kablam! ... Oct 27 20:20:25.392 INFO kablam! 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); Oct 27 20:20:25.392 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.392 INFO kablam! | Oct 27 20:20:25.392 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.392 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.392 INFO kablam! | Oct 27 20:20:25.392 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.392 INFO kablam! | Oct 27 20:20:25.392 INFO kablam! Oct 27 20:20:25.395 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.395 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.395 INFO kablam! | Oct 27 20:20:25.395 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.395 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.395 INFO kablam! ... Oct 27 20:20:25.395 INFO kablam! 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); Oct 27 20:20:25.395 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.395 INFO kablam! Oct 27 20:20:25.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.396 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.396 INFO kablam! | Oct 27 20:20:25.396 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.396 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.396 INFO kablam! ... Oct 27 20:20:25.396 INFO kablam! 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); Oct 27 20:20:25.396 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.396 INFO kablam! | Oct 27 20:20:25.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.396 INFO kablam! | Oct 27 20:20:25.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.396 INFO kablam! | Oct 27 20:20:25.396 INFO kablam! Oct 27 20:20:25.396 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.396 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.396 INFO kablam! | Oct 27 20:20:25.396 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.396 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.396 INFO kablam! ... Oct 27 20:20:25.396 INFO kablam! 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); Oct 27 20:20:25.396 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.396 INFO kablam! Oct 27 20:20:25.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.403 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.403 INFO kablam! | Oct 27 20:20:25.403 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.403 INFO kablam! ... Oct 27 20:20:25.403 INFO kablam! 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); Oct 27 20:20:25.403 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.403 INFO kablam! | Oct 27 20:20:25.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.403 INFO kablam! | Oct 27 20:20:25.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.403 INFO kablam! | Oct 27 20:20:25.403 INFO kablam! Oct 27 20:20:25.403 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.403 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.403 INFO kablam! | Oct 27 20:20:25.403 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.403 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.403 INFO kablam! ... Oct 27 20:20:25.403 INFO kablam! 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); Oct 27 20:20:25.403 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.403 INFO kablam! Oct 27 20:20:25.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.404 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.404 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.404 INFO kablam! ... Oct 27 20:20:25.404 INFO kablam! 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); Oct 27 20:20:25.404 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! Oct 27 20:20:25.404 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.404 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.404 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.404 INFO kablam! ... Oct 27 20:20:25.404 INFO kablam! 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); Oct 27 20:20:25.404 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.404 INFO kablam! Oct 27 20:20:25.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.404 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.404 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.404 INFO kablam! ... Oct 27 20:20:25.404 INFO kablam! 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); Oct 27 20:20:25.404 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! Oct 27 20:20:25.404 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.404 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.404 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.404 INFO kablam! ... Oct 27 20:20:25.404 INFO kablam! 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); Oct 27 20:20:25.404 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.404 INFO kablam! Oct 27 20:20:25.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.404 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.404 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.404 INFO kablam! ... Oct 27 20:20:25.404 INFO kablam! 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); Oct 27 20:20:25.404 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.404 INFO kablam! | Oct 27 20:20:25.404 INFO kablam! Oct 27 20:20:25.407 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.407 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.407 INFO kablam! | Oct 27 20:20:25.407 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.407 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.407 INFO kablam! ... Oct 27 20:20:25.407 INFO kablam! 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); Oct 27 20:20:25.407 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.407 INFO kablam! Oct 27 20:20:25.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.409 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.409 INFO kablam! | Oct 27 20:20:25.409 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.409 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.409 INFO kablam! ... Oct 27 20:20:25.409 INFO kablam! 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); Oct 27 20:20:25.409 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.409 INFO kablam! | Oct 27 20:20:25.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.409 INFO kablam! | Oct 27 20:20:25.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.409 INFO kablam! | Oct 27 20:20:25.409 INFO kablam! Oct 27 20:20:25.409 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.409 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.409 INFO kablam! | Oct 27 20:20:25.409 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.410 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.410 INFO kablam! ... Oct 27 20:20:25.410 INFO kablam! 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); Oct 27 20:20:25.410 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.410 INFO kablam! Oct 27 20:20:25.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.410 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.410 INFO kablam! | Oct 27 20:20:25.410 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.410 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.410 INFO kablam! ... Oct 27 20:20:25.410 INFO kablam! 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); Oct 27 20:20:25.410 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.410 INFO kablam! | Oct 27 20:20:25.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.410 INFO kablam! | Oct 27 20:20:25.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.410 INFO kablam! | Oct 27 20:20:25.410 INFO kablam! Oct 27 20:20:25.410 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.410 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.410 INFO kablam! | Oct 27 20:20:25.410 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.410 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.410 INFO kablam! ... Oct 27 20:20:25.410 INFO kablam! 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); Oct 27 20:20:25.410 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.410 INFO kablam! Oct 27 20:20:25.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.410 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.410 INFO kablam! | Oct 27 20:20:25.410 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.410 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.410 INFO kablam! ... Oct 27 20:20:25.410 INFO kablam! 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); Oct 27 20:20:25.410 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.410 INFO kablam! | Oct 27 20:20:25.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.410 INFO kablam! | Oct 27 20:20:25.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.410 INFO kablam! | Oct 27 20:20:25.410 INFO kablam! Oct 27 20:20:25.419 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.419 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.419 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.420 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.420 INFO kablam! ... Oct 27 20:20:25.420 INFO kablam! 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); Oct 27 20:20:25.420 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.420 INFO kablam! Oct 27 20:20:25.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.420 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.420 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.420 INFO kablam! ... Oct 27 20:20:25.420 INFO kablam! 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); Oct 27 20:20:25.420 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! Oct 27 20:20:25.420 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.420 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.420 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.420 INFO kablam! ... Oct 27 20:20:25.420 INFO kablam! 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); Oct 27 20:20:25.420 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.420 INFO kablam! Oct 27 20:20:25.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.420 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.420 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.420 INFO kablam! ... Oct 27 20:20:25.420 INFO kablam! 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); Oct 27 20:20:25.420 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! Oct 27 20:20:25.420 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.420 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.420 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.420 INFO kablam! ... Oct 27 20:20:25.420 INFO kablam! 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); Oct 27 20:20:25.420 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.420 INFO kablam! Oct 27 20:20:25.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.420 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.420 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.420 INFO kablam! ... Oct 27 20:20:25.420 INFO kablam! 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); Oct 27 20:20:25.420 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.420 INFO kablam! | Oct 27 20:20:25.420 INFO kablam! Oct 27 20:20:25.431 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.431 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.431 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.431 INFO kablam! ... Oct 27 20:20:25.431 INFO kablam! 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); Oct 27 20:20:25.431 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.431 INFO kablam! Oct 27 20:20:25.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.431 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.431 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.431 INFO kablam! ... Oct 27 20:20:25.431 INFO kablam! 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); Oct 27 20:20:25.431 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! Oct 27 20:20:25.431 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.431 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.431 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.431 INFO kablam! ... Oct 27 20:20:25.431 INFO kablam! 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); Oct 27 20:20:25.431 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.431 INFO kablam! Oct 27 20:20:25.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.431 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.431 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.431 INFO kablam! ... Oct 27 20:20:25.431 INFO kablam! 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); Oct 27 20:20:25.431 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! Oct 27 20:20:25.431 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.431 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.431 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.431 INFO kablam! ... Oct 27 20:20:25.431 INFO kablam! 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); Oct 27 20:20:25.431 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.431 INFO kablam! Oct 27 20:20:25.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.431 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.431 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.431 INFO kablam! ... Oct 27 20:20:25.431 INFO kablam! 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); Oct 27 20:20:25.431 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.431 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! Oct 27 20:20:25.432 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.432 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.432 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.432 INFO kablam! ... Oct 27 20:20:25.432 INFO kablam! 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Oct 27 20:20:25.432 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.432 INFO kablam! Oct 27 20:20:25.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.432 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.432 INFO kablam! ... Oct 27 20:20:25.432 INFO kablam! 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Oct 27 20:20:25.432 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! Oct 27 20:20:25.432 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.432 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.432 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.432 INFO kablam! ... Oct 27 20:20:25.432 INFO kablam! 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); Oct 27 20:20:25.432 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.432 INFO kablam! Oct 27 20:20:25.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.432 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.432 INFO kablam! ... Oct 27 20:20:25.432 INFO kablam! 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); Oct 27 20:20:25.432 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! Oct 27 20:20:25.432 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.432 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.432 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.432 INFO kablam! ... Oct 27 20:20:25.432 INFO kablam! 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); Oct 27 20:20:25.432 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.432 INFO kablam! Oct 27 20:20:25.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.432 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.432 INFO kablam! ... Oct 27 20:20:25.432 INFO kablam! 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); Oct 27 20:20:25.432 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! Oct 27 20:20:25.432 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.432 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.432 INFO kablam! | Oct 27 20:20:25.432 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.432 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.432 INFO kablam! ... Oct 27 20:20:25.432 INFO kablam! 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); Oct 27 20:20:25.432 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.432 INFO kablam! Oct 27 20:20:25.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.433 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.433 INFO kablam! | Oct 27 20:20:25.433 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.433 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.433 INFO kablam! ... Oct 27 20:20:25.433 INFO kablam! 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); Oct 27 20:20:25.433 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.433 INFO kablam! | Oct 27 20:20:25.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.433 INFO kablam! | Oct 27 20:20:25.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.433 INFO kablam! | Oct 27 20:20:25.433 INFO kablam! Oct 27 20:20:25.434 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.434 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.434 INFO kablam! | Oct 27 20:20:25.434 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.434 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.434 INFO kablam! ... Oct 27 20:20:25.434 INFO kablam! 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); Oct 27 20:20:25.434 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.434 INFO kablam! Oct 27 20:20:25.434 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.434 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.434 INFO kablam! | Oct 27 20:20:25.434 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.434 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.434 INFO kablam! ... Oct 27 20:20:25.434 INFO kablam! 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); Oct 27 20:20:25.434 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.435 INFO kablam! | Oct 27 20:20:25.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.435 INFO kablam! | Oct 27 20:20:25.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.435 INFO kablam! | Oct 27 20:20:25.435 INFO kablam! Oct 27 20:20:25.435 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.435 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.435 INFO kablam! | Oct 27 20:20:25.435 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.435 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.435 INFO kablam! ... Oct 27 20:20:25.435 INFO kablam! 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); Oct 27 20:20:25.435 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.435 INFO kablam! Oct 27 20:20:25.435 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.435 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.435 INFO kablam! | Oct 27 20:20:25.435 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.435 INFO kablam! ... Oct 27 20:20:25.435 INFO kablam! 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); Oct 27 20:20:25.435 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.435 INFO kablam! | Oct 27 20:20:25.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.435 INFO kablam! | Oct 27 20:20:25.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.435 INFO kablam! | Oct 27 20:20:25.435 INFO kablam! Oct 27 20:20:25.438 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.439 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.439 INFO kablam! | Oct 27 20:20:25.439 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.439 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.439 INFO kablam! ... Oct 27 20:20:25.439 INFO kablam! 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); Oct 27 20:20:25.439 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.439 INFO kablam! Oct 27 20:20:25.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.439 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.439 INFO kablam! | Oct 27 20:20:25.439 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.439 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.439 INFO kablam! ... Oct 27 20:20:25.439 INFO kablam! 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); Oct 27 20:20:25.439 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.439 INFO kablam! | Oct 27 20:20:25.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.439 INFO kablam! | Oct 27 20:20:25.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.439 INFO kablam! | Oct 27 20:20:25.439 INFO kablam! Oct 27 20:20:25.439 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.439 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.439 INFO kablam! | Oct 27 20:20:25.439 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.439 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.439 INFO kablam! ... Oct 27 20:20:25.439 INFO kablam! 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); Oct 27 20:20:25.439 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.439 INFO kablam! Oct 27 20:20:25.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.439 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.439 INFO kablam! | Oct 27 20:20:25.439 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.439 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.439 INFO kablam! ... Oct 27 20:20:25.439 INFO kablam! 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); Oct 27 20:20:25.439 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.439 INFO kablam! | Oct 27 20:20:25.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.439 INFO kablam! | Oct 27 20:20:25.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.439 INFO kablam! | Oct 27 20:20:25.439 INFO kablam! Oct 27 20:20:25.442 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.443 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.443 INFO kablam! | Oct 27 20:20:25.443 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.443 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.443 INFO kablam! ... Oct 27 20:20:25.443 INFO kablam! 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); Oct 27 20:20:25.443 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.443 INFO kablam! Oct 27 20:20:25.450 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.450 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.450 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.450 INFO kablam! ... Oct 27 20:20:25.450 INFO kablam! 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); Oct 27 20:20:25.450 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! Oct 27 20:20:25.450 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.450 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.450 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.450 INFO kablam! ... Oct 27 20:20:25.450 INFO kablam! 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Oct 27 20:20:25.450 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.450 INFO kablam! Oct 27 20:20:25.450 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.450 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.450 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.450 INFO kablam! ... Oct 27 20:20:25.450 INFO kablam! 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Oct 27 20:20:25.450 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! Oct 27 20:20:25.450 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.450 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.450 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.450 INFO kablam! ... Oct 27 20:20:25.450 INFO kablam! 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Oct 27 20:20:25.450 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.450 INFO kablam! Oct 27 20:20:25.450 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.450 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.450 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.450 INFO kablam! ... Oct 27 20:20:25.450 INFO kablam! 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Oct 27 20:20:25.450 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.450 INFO kablam! | Oct 27 20:20:25.450 INFO kablam! Oct 27 20:20:25.450 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.450 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.451 INFO kablam! | Oct 27 20:20:25.451 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.451 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.451 INFO kablam! ... Oct 27 20:20:25.451 INFO kablam! 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); Oct 27 20:20:25.451 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.451 INFO kablam! Oct 27 20:20:25.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.451 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.451 INFO kablam! | Oct 27 20:20:25.451 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.451 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.451 INFO kablam! ... Oct 27 20:20:25.451 INFO kablam! 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); Oct 27 20:20:25.451 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.451 INFO kablam! | Oct 27 20:20:25.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.451 INFO kablam! | Oct 27 20:20:25.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.451 INFO kablam! | Oct 27 20:20:25.451 INFO kablam! Oct 27 20:20:25.452 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.452 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.452 INFO kablam! | Oct 27 20:20:25.453 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.453 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.453 INFO kablam! ... Oct 27 20:20:25.453 INFO kablam! 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); Oct 27 20:20:25.453 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.453 INFO kablam! Oct 27 20:20:25.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.453 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.453 INFO kablam! | Oct 27 20:20:25.453 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.453 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.453 INFO kablam! ... Oct 27 20:20:25.453 INFO kablam! 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); Oct 27 20:20:25.453 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.453 INFO kablam! | Oct 27 20:20:25.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.453 INFO kablam! | Oct 27 20:20:25.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.453 INFO kablam! | Oct 27 20:20:25.453 INFO kablam! Oct 27 20:20:25.453 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.453 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.453 INFO kablam! | Oct 27 20:20:25.453 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.453 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.453 INFO kablam! ... Oct 27 20:20:25.453 INFO kablam! 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); Oct 27 20:20:25.453 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.453 INFO kablam! Oct 27 20:20:25.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.453 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.453 INFO kablam! | Oct 27 20:20:25.453 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.453 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.453 INFO kablam! ... Oct 27 20:20:25.453 INFO kablam! 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); Oct 27 20:20:25.453 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.453 INFO kablam! | Oct 27 20:20:25.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.453 INFO kablam! | Oct 27 20:20:25.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.453 INFO kablam! | Oct 27 20:20:25.453 INFO kablam! Oct 27 20:20:25.457 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.457 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.457 INFO kablam! | Oct 27 20:20:25.457 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.457 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.457 INFO kablam! ... Oct 27 20:20:25.457 INFO kablam! 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Oct 27 20:20:25.457 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.457 INFO kablam! Oct 27 20:20:25.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.457 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.457 INFO kablam! | Oct 27 20:20:25.457 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.457 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.457 INFO kablam! ... Oct 27 20:20:25.457 INFO kablam! 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Oct 27 20:20:25.457 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.457 INFO kablam! | Oct 27 20:20:25.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.457 INFO kablam! | Oct 27 20:20:25.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.457 INFO kablam! | Oct 27 20:20:25.457 INFO kablam! Oct 27 20:20:25.457 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.457 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.457 INFO kablam! | Oct 27 20:20:25.457 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.457 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.457 INFO kablam! ... Oct 27 20:20:25.457 INFO kablam! 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Oct 27 20:20:25.457 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.457 INFO kablam! Oct 27 20:20:25.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.459 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.459 INFO kablam! | Oct 27 20:20:25.459 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.459 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.459 INFO kablam! ... Oct 27 20:20:25.459 INFO kablam! 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Oct 27 20:20:25.459 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.459 INFO kablam! | Oct 27 20:20:25.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.459 INFO kablam! | Oct 27 20:20:25.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.459 INFO kablam! | Oct 27 20:20:25.459 INFO kablam! Oct 27 20:20:25.459 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.459 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.459 INFO kablam! | Oct 27 20:20:25.459 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.459 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.459 INFO kablam! ... Oct 27 20:20:25.459 INFO kablam! 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); Oct 27 20:20:25.459 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.459 INFO kablam! Oct 27 20:20:25.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.460 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.460 INFO kablam! | Oct 27 20:20:25.460 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.460 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.460 INFO kablam! ... Oct 27 20:20:25.460 INFO kablam! 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); Oct 27 20:20:25.460 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.460 INFO kablam! | Oct 27 20:20:25.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.460 INFO kablam! | Oct 27 20:20:25.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.460 INFO kablam! | Oct 27 20:20:25.460 INFO kablam! Oct 27 20:20:25.460 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.460 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.460 INFO kablam! | Oct 27 20:20:25.460 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.460 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.460 INFO kablam! ... Oct 27 20:20:25.460 INFO kablam! 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); Oct 27 20:20:25.460 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.460 INFO kablam! Oct 27 20:20:25.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.470 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.470 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.470 INFO kablam! ... Oct 27 20:20:25.470 INFO kablam! 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); Oct 27 20:20:25.470 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! Oct 27 20:20:25.470 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.470 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.470 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.470 INFO kablam! ... Oct 27 20:20:25.470 INFO kablam! 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); Oct 27 20:20:25.470 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.470 INFO kablam! Oct 27 20:20:25.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.470 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.470 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.470 INFO kablam! ... Oct 27 20:20:25.470 INFO kablam! 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); Oct 27 20:20:25.470 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! Oct 27 20:20:25.470 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.470 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.470 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.470 INFO kablam! ... Oct 27 20:20:25.470 INFO kablam! 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); Oct 27 20:20:25.470 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.470 INFO kablam! Oct 27 20:20:25.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.470 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.470 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.470 INFO kablam! ... Oct 27 20:20:25.470 INFO kablam! 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); Oct 27 20:20:25.470 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.470 INFO kablam! | Oct 27 20:20:25.470 INFO kablam! Oct 27 20:20:25.471 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.471 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.471 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.471 INFO kablam! ... Oct 27 20:20:25.471 INFO kablam! 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); Oct 27 20:20:25.471 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.471 INFO kablam! Oct 27 20:20:25.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.471 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.471 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.471 INFO kablam! ... Oct 27 20:20:25.471 INFO kablam! 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); Oct 27 20:20:25.471 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! Oct 27 20:20:25.471 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.471 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.471 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.471 INFO kablam! ... Oct 27 20:20:25.471 INFO kablam! 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Oct 27 20:20:25.471 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.471 INFO kablam! Oct 27 20:20:25.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.471 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.471 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.471 INFO kablam! ... Oct 27 20:20:25.471 INFO kablam! 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Oct 27 20:20:25.471 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! Oct 27 20:20:25.471 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.471 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.471 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.471 INFO kablam! ... Oct 27 20:20:25.471 INFO kablam! 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); Oct 27 20:20:25.471 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.471 INFO kablam! Oct 27 20:20:25.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.471 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.471 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.471 INFO kablam! ... Oct 27 20:20:25.471 INFO kablam! 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); Oct 27 20:20:25.471 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.471 INFO kablam! | Oct 27 20:20:25.471 INFO kablam! Oct 27 20:20:25.475 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.475 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.475 INFO kablam! | Oct 27 20:20:25.475 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.475 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.475 INFO kablam! ... Oct 27 20:20:25.475 INFO kablam! 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Oct 27 20:20:25.475 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.475 INFO kablam! Oct 27 20:20:25.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.475 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.475 INFO kablam! | Oct 27 20:20:25.475 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.475 INFO kablam! ... Oct 27 20:20:25.475 INFO kablam! 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Oct 27 20:20:25.475 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.475 INFO kablam! | Oct 27 20:20:25.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.475 INFO kablam! | Oct 27 20:20:25.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.475 INFO kablam! | Oct 27 20:20:25.475 INFO kablam! Oct 27 20:20:25.475 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.475 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.475 INFO kablam! | Oct 27 20:20:25.475 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.475 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.475 INFO kablam! ... Oct 27 20:20:25.475 INFO kablam! 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); Oct 27 20:20:25.475 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.475 INFO kablam! Oct 27 20:20:25.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.475 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.475 INFO kablam! | Oct 27 20:20:25.475 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.475 INFO kablam! ... Oct 27 20:20:25.475 INFO kablam! 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); Oct 27 20:20:25.475 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.475 INFO kablam! | Oct 27 20:20:25.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.475 INFO kablam! | Oct 27 20:20:25.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.475 INFO kablam! | Oct 27 20:20:25.475 INFO kablam! Oct 27 20:20:25.483 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.483 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.483 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.483 INFO kablam! ... Oct 27 20:20:25.483 INFO kablam! 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Oct 27 20:20:25.483 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.483 INFO kablam! Oct 27 20:20:25.483 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.483 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.483 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.483 INFO kablam! ... Oct 27 20:20:25.483 INFO kablam! 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Oct 27 20:20:25.483 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! Oct 27 20:20:25.483 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.483 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.483 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.483 INFO kablam! ... Oct 27 20:20:25.483 INFO kablam! 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Oct 27 20:20:25.483 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.483 INFO kablam! Oct 27 20:20:25.483 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.483 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.483 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.483 INFO kablam! ... Oct 27 20:20:25.483 INFO kablam! 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Oct 27 20:20:25.483 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! Oct 27 20:20:25.483 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.483 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.483 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.483 INFO kablam! ... Oct 27 20:20:25.483 INFO kablam! 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Oct 27 20:20:25.483 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.483 INFO kablam! Oct 27 20:20:25.483 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.483 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.483 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.483 INFO kablam! ... Oct 27 20:20:25.483 INFO kablam! 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Oct 27 20:20:25.483 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! Oct 27 20:20:25.483 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.483 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.483 INFO kablam! | Oct 27 20:20:25.483 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.483 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.484 INFO kablam! ... Oct 27 20:20:25.484 INFO kablam! 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Oct 27 20:20:25.484 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.484 INFO kablam! Oct 27 20:20:25.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.484 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.484 INFO kablam! | Oct 27 20:20:25.484 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.484 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.484 INFO kablam! ... Oct 27 20:20:25.484 INFO kablam! 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Oct 27 20:20:25.484 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.484 INFO kablam! | Oct 27 20:20:25.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.484 INFO kablam! | Oct 27 20:20:25.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.484 INFO kablam! | Oct 27 20:20:25.484 INFO kablam! Oct 27 20:20:25.491 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.491 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.491 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.491 INFO kablam! ... Oct 27 20:20:25.491 INFO kablam! 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); Oct 27 20:20:25.491 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.491 INFO kablam! Oct 27 20:20:25.491 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.491 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.491 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.491 INFO kablam! ... Oct 27 20:20:25.491 INFO kablam! 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); Oct 27 20:20:25.491 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.491 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! Oct 27 20:20:25.491 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.491 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.491 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.491 INFO kablam! ... Oct 27 20:20:25.491 INFO kablam! 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); Oct 27 20:20:25.491 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.491 INFO kablam! Oct 27 20:20:25.491 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.491 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.491 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.491 INFO kablam! ... Oct 27 20:20:25.491 INFO kablam! 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); Oct 27 20:20:25.491 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.491 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! Oct 27 20:20:25.491 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.491 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.491 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.491 INFO kablam! ... Oct 27 20:20:25.491 INFO kablam! 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Oct 27 20:20:25.491 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.491 INFO kablam! Oct 27 20:20:25.491 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.491 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.491 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.491 INFO kablam! ... Oct 27 20:20:25.491 INFO kablam! 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Oct 27 20:20:25.491 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.491 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.491 INFO kablam! | Oct 27 20:20:25.491 INFO kablam! Oct 27 20:20:25.491 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.491 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.492 INFO kablam! | Oct 27 20:20:25.492 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.492 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.492 INFO kablam! ... Oct 27 20:20:25.492 INFO kablam! 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); Oct 27 20:20:25.492 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.492 INFO kablam! Oct 27 20:20:25.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.492 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.492 INFO kablam! | Oct 27 20:20:25.492 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.492 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.492 INFO kablam! ... Oct 27 20:20:25.492 INFO kablam! 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); Oct 27 20:20:25.492 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.492 INFO kablam! | Oct 27 20:20:25.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.492 INFO kablam! | Oct 27 20:20:25.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.492 INFO kablam! | Oct 27 20:20:25.492 INFO kablam! Oct 27 20:20:25.492 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.492 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.492 INFO kablam! | Oct 27 20:20:25.492 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.492 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.492 INFO kablam! ... Oct 27 20:20:25.492 INFO kablam! 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); Oct 27 20:20:25.492 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.492 INFO kablam! Oct 27 20:20:25.499 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.499 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.499 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.499 INFO kablam! ... Oct 27 20:20:25.499 INFO kablam! 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); Oct 27 20:20:25.499 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! Oct 27 20:20:25.499 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.499 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.499 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.499 INFO kablam! ... Oct 27 20:20:25.499 INFO kablam! 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); Oct 27 20:20:25.499 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.499 INFO kablam! Oct 27 20:20:25.499 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.499 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.499 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.499 INFO kablam! ... Oct 27 20:20:25.499 INFO kablam! 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); Oct 27 20:20:25.499 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! Oct 27 20:20:25.499 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.499 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.499 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.499 INFO kablam! ... Oct 27 20:20:25.499 INFO kablam! 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); Oct 27 20:20:25.499 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.499 INFO kablam! Oct 27 20:20:25.499 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.499 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.499 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.499 INFO kablam! ... Oct 27 20:20:25.499 INFO kablam! 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); Oct 27 20:20:25.499 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! Oct 27 20:20:25.499 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.499 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.499 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.499 INFO kablam! ... Oct 27 20:20:25.499 INFO kablam! 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Oct 27 20:20:25.499 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.499 INFO kablam! Oct 27 20:20:25.499 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.499 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.499 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.499 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.499 INFO kablam! ... Oct 27 20:20:25.499 INFO kablam! 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Oct 27 20:20:25.499 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.499 INFO kablam! | Oct 27 20:20:25.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.500 INFO kablam! | Oct 27 20:20:25.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.500 INFO kablam! | Oct 27 20:20:25.500 INFO kablam! Oct 27 20:20:25.500 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.500 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.500 INFO kablam! | Oct 27 20:20:25.500 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.500 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.500 INFO kablam! ... Oct 27 20:20:25.500 INFO kablam! 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Oct 27 20:20:25.500 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.500 INFO kablam! Oct 27 20:20:25.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.507 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.507 INFO kablam! ... Oct 27 20:20:25.507 INFO kablam! 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Oct 27 20:20:25.507 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! Oct 27 20:20:25.507 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.507 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.507 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.507 INFO kablam! ... Oct 27 20:20:25.507 INFO kablam! 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Oct 27 20:20:25.507 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.507 INFO kablam! Oct 27 20:20:25.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.507 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.507 INFO kablam! ... Oct 27 20:20:25.507 INFO kablam! 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Oct 27 20:20:25.507 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! Oct 27 20:20:25.507 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.507 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.507 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.507 INFO kablam! ... Oct 27 20:20:25.507 INFO kablam! 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Oct 27 20:20:25.507 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.507 INFO kablam! Oct 27 20:20:25.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.507 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.507 INFO kablam! ... Oct 27 20:20:25.507 INFO kablam! 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Oct 27 20:20:25.507 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! Oct 27 20:20:25.507 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.507 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.507 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.507 INFO kablam! ... Oct 27 20:20:25.507 INFO kablam! 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Oct 27 20:20:25.507 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.507 INFO kablam! Oct 27 20:20:25.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.507 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.507 INFO kablam! ... Oct 27 20:20:25.507 INFO kablam! 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Oct 27 20:20:25.507 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.507 INFO kablam! | Oct 27 20:20:25.507 INFO kablam! Oct 27 20:20:25.510 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.511 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.511 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.511 INFO kablam! ... Oct 27 20:20:25.511 INFO kablam! 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); Oct 27 20:20:25.511 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.511 INFO kablam! Oct 27 20:20:25.511 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.511 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.511 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.511 INFO kablam! ... Oct 27 20:20:25.511 INFO kablam! 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); Oct 27 20:20:25.511 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! Oct 27 20:20:25.511 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.511 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.511 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.511 INFO kablam! ... Oct 27 20:20:25.511 INFO kablam! 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); Oct 27 20:20:25.511 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.511 INFO kablam! Oct 27 20:20:25.511 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.511 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.511 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.511 INFO kablam! ... Oct 27 20:20:25.511 INFO kablam! 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); Oct 27 20:20:25.511 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! Oct 27 20:20:25.511 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.511 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.511 INFO kablam! | Oct 27 20:20:25.511 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.511 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.511 INFO kablam! ... Oct 27 20:20:25.511 INFO kablam! 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Oct 27 20:20:25.511 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.511 INFO kablam! Oct 27 20:20:25.515 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.516 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.516 INFO kablam! | Oct 27 20:20:25.517 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.517 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.517 INFO kablam! ... Oct 27 20:20:25.517 INFO kablam! 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Oct 27 20:20:25.517 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.517 INFO kablam! | Oct 27 20:20:25.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.517 INFO kablam! | Oct 27 20:20:25.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.517 INFO kablam! | Oct 27 20:20:25.517 INFO kablam! Oct 27 20:20:25.517 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.517 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.517 INFO kablam! | Oct 27 20:20:25.517 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.517 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.517 INFO kablam! ... Oct 27 20:20:25.517 INFO kablam! 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Oct 27 20:20:25.517 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.517 INFO kablam! Oct 27 20:20:25.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.517 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.517 INFO kablam! | Oct 27 20:20:25.517 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.517 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.517 INFO kablam! ... Oct 27 20:20:25.517 INFO kablam! 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Oct 27 20:20:25.517 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.517 INFO kablam! | Oct 27 20:20:25.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.517 INFO kablam! | Oct 27 20:20:25.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.517 INFO kablam! | Oct 27 20:20:25.517 INFO kablam! Oct 27 20:20:25.525 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.525 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.525 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.525 INFO kablam! ... Oct 27 20:20:25.525 INFO kablam! 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); Oct 27 20:20:25.525 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.525 INFO kablam! Oct 27 20:20:25.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.525 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.525 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.525 INFO kablam! ... Oct 27 20:20:25.525 INFO kablam! 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); Oct 27 20:20:25.525 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! Oct 27 20:20:25.525 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.525 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.525 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.525 INFO kablam! ... Oct 27 20:20:25.525 INFO kablam! 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); Oct 27 20:20:25.525 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.525 INFO kablam! Oct 27 20:20:25.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.525 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.525 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.525 INFO kablam! ... Oct 27 20:20:25.525 INFO kablam! 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); Oct 27 20:20:25.525 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! Oct 27 20:20:25.525 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.525 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.525 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.525 INFO kablam! ... Oct 27 20:20:25.525 INFO kablam! 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Oct 27 20:20:25.525 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.525 INFO kablam! Oct 27 20:20:25.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.525 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.525 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.525 INFO kablam! ... Oct 27 20:20:25.525 INFO kablam! 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Oct 27 20:20:25.525 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.525 INFO kablam! | Oct 27 20:20:25.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.526 INFO kablam! | Oct 27 20:20:25.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.526 INFO kablam! | Oct 27 20:20:25.526 INFO kablam! Oct 27 20:20:25.526 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.526 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.526 INFO kablam! | Oct 27 20:20:25.526 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.526 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.526 INFO kablam! ... Oct 27 20:20:25.526 INFO kablam! 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Oct 27 20:20:25.526 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.526 INFO kablam! Oct 27 20:20:25.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.526 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.526 INFO kablam! | Oct 27 20:20:25.526 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.526 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.526 INFO kablam! ... Oct 27 20:20:25.526 INFO kablam! 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Oct 27 20:20:25.526 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.526 INFO kablam! | Oct 27 20:20:25.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.526 INFO kablam! | Oct 27 20:20:25.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.526 INFO kablam! | Oct 27 20:20:25.526 INFO kablam! Oct 27 20:20:25.526 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.526 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.526 INFO kablam! | Oct 27 20:20:25.526 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.526 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.526 INFO kablam! ... Oct 27 20:20:25.526 INFO kablam! 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Oct 27 20:20:25.526 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.526 INFO kablam! Oct 27 20:20:25.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.535 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.535 INFO kablam! ... Oct 27 20:20:25.535 INFO kablam! 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Oct 27 20:20:25.535 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! Oct 27 20:20:25.535 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.535 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.535 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.535 INFO kablam! ... Oct 27 20:20:25.535 INFO kablam! 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Oct 27 20:20:25.535 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.535 INFO kablam! Oct 27 20:20:25.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.535 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.535 INFO kablam! ... Oct 27 20:20:25.535 INFO kablam! 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Oct 27 20:20:25.535 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! Oct 27 20:20:25.535 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.535 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.535 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.535 INFO kablam! ... Oct 27 20:20:25.535 INFO kablam! 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Oct 27 20:20:25.535 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.535 INFO kablam! Oct 27 20:20:25.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.535 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.535 INFO kablam! ... Oct 27 20:20:25.535 INFO kablam! 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Oct 27 20:20:25.535 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! Oct 27 20:20:25.535 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.535 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.535 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.535 INFO kablam! ... Oct 27 20:20:25.535 INFO kablam! 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Oct 27 20:20:25.535 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.535 INFO kablam! Oct 27 20:20:25.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.535 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.535 INFO kablam! ... Oct 27 20:20:25.535 INFO kablam! 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Oct 27 20:20:25.535 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.535 INFO kablam! | Oct 27 20:20:25.535 INFO kablam! Oct 27 20:20:25.536 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.536 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.536 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.536 INFO kablam! ... Oct 27 20:20:25.536 INFO kablam! 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Oct 27 20:20:25.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.536 INFO kablam! Oct 27 20:20:25.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.536 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.536 INFO kablam! ... Oct 27 20:20:25.536 INFO kablam! 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Oct 27 20:20:25.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! Oct 27 20:20:25.536 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.536 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.536 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.536 INFO kablam! ... Oct 27 20:20:25.536 INFO kablam! 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Oct 27 20:20:25.536 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.536 INFO kablam! Oct 27 20:20:25.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.536 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.536 INFO kablam! ... Oct 27 20:20:25.536 INFO kablam! 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Oct 27 20:20:25.536 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! Oct 27 20:20:25.536 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.536 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.536 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.536 INFO kablam! ... Oct 27 20:20:25.536 INFO kablam! 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); Oct 27 20:20:25.536 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.536 INFO kablam! Oct 27 20:20:25.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.536 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.536 INFO kablam! ... Oct 27 20:20:25.536 INFO kablam! 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); Oct 27 20:20:25.536 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.536 INFO kablam! | Oct 27 20:20:25.536 INFO kablam! Oct 27 20:20:25.543 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.543 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.543 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.543 INFO kablam! ... Oct 27 20:20:25.543 INFO kablam! 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); Oct 27 20:20:25.543 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.543 INFO kablam! Oct 27 20:20:25.543 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.543 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.543 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.543 INFO kablam! ... Oct 27 20:20:25.543 INFO kablam! 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); Oct 27 20:20:25.543 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! Oct 27 20:20:25.543 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.543 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.543 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.543 INFO kablam! ... Oct 27 20:20:25.543 INFO kablam! 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Oct 27 20:20:25.543 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.543 INFO kablam! Oct 27 20:20:25.543 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.543 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.543 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.543 INFO kablam! ... Oct 27 20:20:25.543 INFO kablam! 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Oct 27 20:20:25.543 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! Oct 27 20:20:25.543 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.543 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.543 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.543 INFO kablam! ... Oct 27 20:20:25.543 INFO kablam! 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Oct 27 20:20:25.543 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.543 INFO kablam! Oct 27 20:20:25.543 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.543 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.543 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.543 INFO kablam! ... Oct 27 20:20:25.543 INFO kablam! 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Oct 27 20:20:25.543 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! Oct 27 20:20:25.543 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.543 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.543 INFO kablam! | Oct 27 20:20:25.543 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.543 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.543 INFO kablam! ... Oct 27 20:20:25.544 INFO kablam! 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); Oct 27 20:20:25.544 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.544 INFO kablam! Oct 27 20:20:25.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.544 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.544 INFO kablam! | Oct 27 20:20:25.544 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.544 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.544 INFO kablam! ... Oct 27 20:20:25.544 INFO kablam! 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); Oct 27 20:20:25.544 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.544 INFO kablam! | Oct 27 20:20:25.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.544 INFO kablam! | Oct 27 20:20:25.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.544 INFO kablam! | Oct 27 20:20:25.544 INFO kablam! Oct 27 20:20:25.544 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.544 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.544 INFO kablam! | Oct 27 20:20:25.544 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.544 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.544 INFO kablam! ... Oct 27 20:20:25.544 INFO kablam! 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); Oct 27 20:20:25.544 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.544 INFO kablam! Oct 27 20:20:25.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.544 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.544 INFO kablam! | Oct 27 20:20:25.544 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.544 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.544 INFO kablam! ... Oct 27 20:20:25.544 INFO kablam! 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); Oct 27 20:20:25.544 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.544 INFO kablam! | Oct 27 20:20:25.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.544 INFO kablam! | Oct 27 20:20:25.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.544 INFO kablam! | Oct 27 20:20:25.544 INFO kablam! Oct 27 20:20:25.547 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.547 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.547 INFO kablam! | Oct 27 20:20:25.547 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.547 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.547 INFO kablam! ... Oct 27 20:20:25.547 INFO kablam! 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); Oct 27 20:20:25.547 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.547 INFO kablam! Oct 27 20:20:25.547 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.547 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.547 INFO kablam! | Oct 27 20:20:25.547 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.547 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.547 INFO kablam! ... Oct 27 20:20:25.547 INFO kablam! 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); Oct 27 20:20:25.547 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.547 INFO kablam! | Oct 27 20:20:25.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.547 INFO kablam! | Oct 27 20:20:25.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.547 INFO kablam! | Oct 27 20:20:25.547 INFO kablam! Oct 27 20:20:25.547 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.547 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.547 INFO kablam! | Oct 27 20:20:25.547 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.547 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.547 INFO kablam! ... Oct 27 20:20:25.547 INFO kablam! 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); Oct 27 20:20:25.547 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.547 INFO kablam! Oct 27 20:20:25.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.551 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.551 INFO kablam! | Oct 27 20:20:25.551 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.551 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.551 INFO kablam! ... Oct 27 20:20:25.551 INFO kablam! 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); Oct 27 20:20:25.551 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.551 INFO kablam! | Oct 27 20:20:25.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.551 INFO kablam! | Oct 27 20:20:25.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.551 INFO kablam! | Oct 27 20:20:25.551 INFO kablam! Oct 27 20:20:25.551 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.551 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.551 INFO kablam! | Oct 27 20:20:25.551 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.551 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.551 INFO kablam! ... Oct 27 20:20:25.551 INFO kablam! 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); Oct 27 20:20:25.551 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.551 INFO kablam! Oct 27 20:20:25.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.551 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.551 INFO kablam! | Oct 27 20:20:25.551 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.551 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.551 INFO kablam! ... Oct 27 20:20:25.551 INFO kablam! 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); Oct 27 20:20:25.551 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.551 INFO kablam! | Oct 27 20:20:25.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.551 INFO kablam! | Oct 27 20:20:25.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.551 INFO kablam! | Oct 27 20:20:25.551 INFO kablam! Oct 27 20:20:25.555 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.555 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.555 INFO kablam! | Oct 27 20:20:25.555 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.555 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.555 INFO kablam! ... Oct 27 20:20:25.555 INFO kablam! 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); Oct 27 20:20:25.555 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.555 INFO kablam! Oct 27 20:20:25.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.555 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.555 INFO kablam! | Oct 27 20:20:25.555 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.555 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.555 INFO kablam! ... Oct 27 20:20:25.555 INFO kablam! 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); Oct 27 20:20:25.555 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.555 INFO kablam! | Oct 27 20:20:25.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.555 INFO kablam! | Oct 27 20:20:25.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.555 INFO kablam! | Oct 27 20:20:25.555 INFO kablam! Oct 27 20:20:25.555 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.555 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.555 INFO kablam! | Oct 27 20:20:25.555 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.555 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.555 INFO kablam! ... Oct 27 20:20:25.555 INFO kablam! 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Oct 27 20:20:25.555 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.555 INFO kablam! Oct 27 20:20:25.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.555 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.555 INFO kablam! | Oct 27 20:20:25.555 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.555 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.555 INFO kablam! ... Oct 27 20:20:25.555 INFO kablam! 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Oct 27 20:20:25.555 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.555 INFO kablam! | Oct 27 20:20:25.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.555 INFO kablam! | Oct 27 20:20:25.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.556 INFO kablam! | Oct 27 20:20:25.556 INFO kablam! Oct 27 20:20:25.556 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.556 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.556 INFO kablam! | Oct 27 20:20:25.556 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.556 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.556 INFO kablam! ... Oct 27 20:20:25.556 INFO kablam! 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); Oct 27 20:20:25.556 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.556 INFO kablam! Oct 27 20:20:25.559 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.559 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.559 INFO kablam! | Oct 27 20:20:25.559 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.559 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.559 INFO kablam! ... Oct 27 20:20:25.559 INFO kablam! 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); Oct 27 20:20:25.559 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.559 INFO kablam! | Oct 27 20:20:25.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.559 INFO kablam! | Oct 27 20:20:25.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.559 INFO kablam! | Oct 27 20:20:25.559 INFO kablam! Oct 27 20:20:25.559 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.559 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.559 INFO kablam! | Oct 27 20:20:25.559 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.559 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.559 INFO kablam! ... Oct 27 20:20:25.559 INFO kablam! 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Oct 27 20:20:25.559 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.559 INFO kablam! Oct 27 20:20:25.559 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.559 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.559 INFO kablam! | Oct 27 20:20:25.559 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.559 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.559 INFO kablam! ... Oct 27 20:20:25.559 INFO kablam! 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Oct 27 20:20:25.559 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.559 INFO kablam! | Oct 27 20:20:25.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.559 INFO kablam! | Oct 27 20:20:25.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.559 INFO kablam! | Oct 27 20:20:25.559 INFO kablam! Oct 27 20:20:25.567 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.567 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.567 INFO kablam! | Oct 27 20:20:25.567 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.567 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.567 INFO kablam! ... Oct 27 20:20:25.567 INFO kablam! 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Oct 27 20:20:25.567 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.567 INFO kablam! Oct 27 20:20:25.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.567 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.567 INFO kablam! | Oct 27 20:20:25.567 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.567 INFO kablam! ... Oct 27 20:20:25.567 INFO kablam! 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Oct 27 20:20:25.567 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.567 INFO kablam! | Oct 27 20:20:25.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.567 INFO kablam! | Oct 27 20:20:25.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.567 INFO kablam! | Oct 27 20:20:25.567 INFO kablam! Oct 27 20:20:25.574 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.574 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.574 INFO kablam! | Oct 27 20:20:25.574 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.574 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.574 INFO kablam! ... Oct 27 20:20:25.574 INFO kablam! 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Oct 27 20:20:25.574 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.574 INFO kablam! Oct 27 20:20:25.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.574 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.574 INFO kablam! | Oct 27 20:20:25.574 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.574 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.574 INFO kablam! ... Oct 27 20:20:25.574 INFO kablam! 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Oct 27 20:20:25.574 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.574 INFO kablam! | Oct 27 20:20:25.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.574 INFO kablam! | Oct 27 20:20:25.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.574 INFO kablam! | Oct 27 20:20:25.574 INFO kablam! Oct 27 20:20:25.574 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.574 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.574 INFO kablam! | Oct 27 20:20:25.574 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.574 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.574 INFO kablam! ... Oct 27 20:20:25.574 INFO kablam! 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); Oct 27 20:20:25.574 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.575 INFO kablam! Oct 27 20:20:25.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.575 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.575 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.575 INFO kablam! ... Oct 27 20:20:25.575 INFO kablam! 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); Oct 27 20:20:25.575 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! Oct 27 20:20:25.575 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.575 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.575 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.575 INFO kablam! ... Oct 27 20:20:25.575 INFO kablam! 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); Oct 27 20:20:25.575 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.575 INFO kablam! Oct 27 20:20:25.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.575 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.575 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.575 INFO kablam! ... Oct 27 20:20:25.575 INFO kablam! 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); Oct 27 20:20:25.575 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! Oct 27 20:20:25.575 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.575 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.575 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.575 INFO kablam! ... Oct 27 20:20:25.575 INFO kablam! 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); Oct 27 20:20:25.575 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.575 INFO kablam! Oct 27 20:20:25.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.575 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.575 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.575 INFO kablam! ... Oct 27 20:20:25.575 INFO kablam! 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); Oct 27 20:20:25.575 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! Oct 27 20:20:25.575 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.575 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.575 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.575 INFO kablam! ... Oct 27 20:20:25.575 INFO kablam! 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); Oct 27 20:20:25.575 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.575 INFO kablam! Oct 27 20:20:25.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.575 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.575 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.575 INFO kablam! ... Oct 27 20:20:25.575 INFO kablam! 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); Oct 27 20:20:25.575 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.575 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! Oct 27 20:20:25.576 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.576 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.576 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.576 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.576 INFO kablam! ... Oct 27 20:20:25.576 INFO kablam! 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Oct 27 20:20:25.576 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.576 INFO kablam! Oct 27 20:20:25.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.576 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.576 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.576 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.576 INFO kablam! ... Oct 27 20:20:25.576 INFO kablam! 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Oct 27 20:20:25.576 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.576 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.576 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.576 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! Oct 27 20:20:25.576 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.576 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.576 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.576 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.576 INFO kablam! ... Oct 27 20:20:25.576 INFO kablam! 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Oct 27 20:20:25.576 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.576 INFO kablam! Oct 27 20:20:25.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.576 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.576 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.576 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.576 INFO kablam! ... Oct 27 20:20:25.576 INFO kablam! 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Oct 27 20:20:25.576 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.576 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.576 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.576 INFO kablam! | Oct 27 20:20:25.576 INFO kablam! Oct 27 20:20:25.583 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.583 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.583 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.583 INFO kablam! ... Oct 27 20:20:25.583 INFO kablam! 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); Oct 27 20:20:25.583 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.583 INFO kablam! Oct 27 20:20:25.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.583 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.583 INFO kablam! ... Oct 27 20:20:25.583 INFO kablam! 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); Oct 27 20:20:25.583 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! Oct 27 20:20:25.583 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.583 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.583 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.583 INFO kablam! ... Oct 27 20:20:25.583 INFO kablam! 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Oct 27 20:20:25.583 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.583 INFO kablam! Oct 27 20:20:25.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.583 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.583 INFO kablam! ... Oct 27 20:20:25.583 INFO kablam! 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Oct 27 20:20:25.583 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! Oct 27 20:20:25.583 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.583 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.583 INFO kablam! | Oct 27 20:20:25.583 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.583 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.583 INFO kablam! ... Oct 27 20:20:25.584 INFO kablam! 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Oct 27 20:20:25.584 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.584 INFO kablam! Oct 27 20:20:25.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.584 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.584 INFO kablam! | Oct 27 20:20:25.584 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.584 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.584 INFO kablam! ... Oct 27 20:20:25.584 INFO kablam! 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Oct 27 20:20:25.584 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.584 INFO kablam! | Oct 27 20:20:25.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.584 INFO kablam! | Oct 27 20:20:25.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.584 INFO kablam! | Oct 27 20:20:25.584 INFO kablam! Oct 27 20:20:25.584 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.584 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.584 INFO kablam! | Oct 27 20:20:25.584 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.584 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.584 INFO kablam! ... Oct 27 20:20:25.584 INFO kablam! 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); Oct 27 20:20:25.584 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.584 INFO kablam! Oct 27 20:20:25.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.584 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.584 INFO kablam! | Oct 27 20:20:25.584 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.584 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.584 INFO kablam! ... Oct 27 20:20:25.584 INFO kablam! 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); Oct 27 20:20:25.584 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.584 INFO kablam! | Oct 27 20:20:25.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.584 INFO kablam! | Oct 27 20:20:25.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.584 INFO kablam! | Oct 27 20:20:25.584 INFO kablam! Oct 27 20:20:25.584 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.584 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.584 INFO kablam! | Oct 27 20:20:25.584 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.584 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.584 INFO kablam! ... Oct 27 20:20:25.584 INFO kablam! 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); Oct 27 20:20:25.584 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.584 INFO kablam! Oct 27 20:20:25.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.593 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.593 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.593 INFO kablam! ... Oct 27 20:20:25.593 INFO kablam! 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); Oct 27 20:20:25.593 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! Oct 27 20:20:25.593 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.593 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.593 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.593 INFO kablam! ... Oct 27 20:20:25.593 INFO kablam! 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); Oct 27 20:20:25.593 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.593 INFO kablam! Oct 27 20:20:25.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.593 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.593 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.593 INFO kablam! ... Oct 27 20:20:25.593 INFO kablam! 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); Oct 27 20:20:25.593 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! Oct 27 20:20:25.593 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.593 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.593 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.593 INFO kablam! ... Oct 27 20:20:25.593 INFO kablam! 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); Oct 27 20:20:25.593 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.593 INFO kablam! Oct 27 20:20:25.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.593 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.593 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.593 INFO kablam! ... Oct 27 20:20:25.593 INFO kablam! 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); Oct 27 20:20:25.593 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! Oct 27 20:20:25.593 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.593 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.593 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.593 INFO kablam! ... Oct 27 20:20:25.593 INFO kablam! 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Oct 27 20:20:25.593 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.593 INFO kablam! Oct 27 20:20:25.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.593 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.593 INFO kablam! | Oct 27 20:20:25.593 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.593 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.593 INFO kablam! ... Oct 27 20:20:25.593 INFO kablam! 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Oct 27 20:20:25.594 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.594 INFO kablam! | Oct 27 20:20:25.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.594 INFO kablam! | Oct 27 20:20:25.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.594 INFO kablam! | Oct 27 20:20:25.594 INFO kablam! Oct 27 20:20:25.594 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.594 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.594 INFO kablam! | Oct 27 20:20:25.594 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.594 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.594 INFO kablam! ... Oct 27 20:20:25.594 INFO kablam! 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Oct 27 20:20:25.594 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.594 INFO kablam! Oct 27 20:20:25.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.595 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.595 INFO kablam! | Oct 27 20:20:25.595 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.595 INFO kablam! ... Oct 27 20:20:25.595 INFO kablam! 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Oct 27 20:20:25.595 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.595 INFO kablam! | Oct 27 20:20:25.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.595 INFO kablam! | Oct 27 20:20:25.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.595 INFO kablam! | Oct 27 20:20:25.595 INFO kablam! Oct 27 20:20:25.595 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.595 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.595 INFO kablam! | Oct 27 20:20:25.595 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.595 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.595 INFO kablam! ... Oct 27 20:20:25.595 INFO kablam! 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Oct 27 20:20:25.595 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.595 INFO kablam! Oct 27 20:20:25.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.595 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.595 INFO kablam! | Oct 27 20:20:25.595 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.595 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.595 INFO kablam! ... Oct 27 20:20:25.595 INFO kablam! 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Oct 27 20:20:25.595 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.595 INFO kablam! | Oct 27 20:20:25.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.595 INFO kablam! | Oct 27 20:20:25.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.595 INFO kablam! | Oct 27 20:20:25.595 INFO kablam! Oct 27 20:20:25.595 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.595 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 27 20:20:25.595 INFO kablam! | Oct 27 20:20:25.595 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 27 20:20:25.595 INFO kablam! | ^^^^^^^^^^^^ Oct 27 20:20:25.595 INFO kablam! ... Oct 27 20:20:25.595 INFO kablam! 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); Oct 27 20:20:25.595 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.595 INFO kablam! Oct 27 20:20:25.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.603 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 27 20:20:25.603 INFO kablam! | Oct 27 20:20:25.603 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.603 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.603 INFO kablam! ... Oct 27 20:20:25.603 INFO kablam! 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); Oct 27 20:20:25.603 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.603 INFO kablam! | Oct 27 20:20:25.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.603 INFO kablam! | Oct 27 20:20:25.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.603 INFO kablam! | Oct 27 20:20:25.603 INFO kablam! Oct 27 20:20:25.967 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.967 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.967 INFO kablam! | ^^^^^ Oct 27 20:20:25.967 INFO kablam! ... Oct 27 20:20:25.967 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 27 20:20:25.967 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! Oct 27 20:20:25.967 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.967 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.967 INFO kablam! | ^^^^^ Oct 27 20:20:25.967 INFO kablam! ... Oct 27 20:20:25.967 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 27 20:20:25.967 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! Oct 27 20:20:25.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.967 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.967 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.967 INFO kablam! ... Oct 27 20:20:25.967 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 27 20:20:25.967 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! Oct 27 20:20:25.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.967 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.967 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.967 INFO kablam! ... Oct 27 20:20:25.967 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 27 20:20:25.967 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.967 INFO kablam! | Oct 27 20:20:25.967 INFO kablam! Oct 27 20:20:25.976 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.976 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.976 INFO kablam! | Oct 27 20:20:25.976 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.976 INFO kablam! | ^^^^^ Oct 27 20:20:25.976 INFO kablam! ... Oct 27 20:20:25.976 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 27 20:20:25.976 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.976 INFO kablam! | Oct 27 20:20:25.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.976 INFO kablam! | Oct 27 20:20:25.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.976 INFO kablam! | Oct 27 20:20:25.976 INFO kablam! Oct 27 20:20:25.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.977 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.977 INFO kablam! | ^^^^^ Oct 27 20:20:25.977 INFO kablam! ... Oct 27 20:20:25.977 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 27 20:20:25.977 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! Oct 27 20:20:25.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.977 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.977 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.977 INFO kablam! ... Oct 27 20:20:25.977 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 27 20:20:25.977 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! Oct 27 20:20:25.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.977 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.977 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.977 INFO kablam! ... Oct 27 20:20:25.977 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 27 20:20:25.977 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! Oct 27 20:20:25.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.977 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.977 INFO kablam! | ^^^^^ Oct 27 20:20:25.977 INFO kablam! ... Oct 27 20:20:25.977 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 27 20:20:25.977 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! Oct 27 20:20:25.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.977 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.977 INFO kablam! | ^^^^^ Oct 27 20:20:25.977 INFO kablam! ... Oct 27 20:20:25.977 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 27 20:20:25.977 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.977 INFO kablam! | Oct 27 20:20:25.977 INFO kablam! Oct 27 20:20:25.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.977 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.978 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.978 INFO kablam! ... Oct 27 20:20:25.978 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 27 20:20:25.978 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! Oct 27 20:20:25.978 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.978 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.978 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.978 INFO kablam! ... Oct 27 20:20:25.978 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 27 20:20:25.978 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! Oct 27 20:20:25.978 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.978 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.978 INFO kablam! | ^^^^^ Oct 27 20:20:25.978 INFO kablam! ... Oct 27 20:20:25.978 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 27 20:20:25.978 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.978 INFO kablam! | Oct 27 20:20:25.978 INFO kablam! Oct 27 20:20:25.984 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.984 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.984 INFO kablam! | Oct 27 20:20:25.984 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.984 INFO kablam! | ^^^^^ Oct 27 20:20:25.984 INFO kablam! ... Oct 27 20:20:25.984 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 27 20:20:25.984 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.984 INFO kablam! | Oct 27 20:20:25.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! Oct 27 20:20:25.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.985 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.985 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.985 INFO kablam! ... Oct 27 20:20:25.985 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 27 20:20:25.985 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! Oct 27 20:20:25.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.985 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.985 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.985 INFO kablam! ... Oct 27 20:20:25.985 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 27 20:20:25.985 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! Oct 27 20:20:25.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.985 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.985 INFO kablam! | ^^^^^ Oct 27 20:20:25.985 INFO kablam! ... Oct 27 20:20:25.985 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 27 20:20:25.985 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! Oct 27 20:20:25.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.985 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.985 INFO kablam! | ^^^^^ Oct 27 20:20:25.985 INFO kablam! ... Oct 27 20:20:25.985 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 27 20:20:25.985 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! Oct 27 20:20:25.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.985 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.985 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.985 INFO kablam! ... Oct 27 20:20:25.985 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 27 20:20:25.985 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! Oct 27 20:20:25.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.985 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.985 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.985 INFO kablam! ... Oct 27 20:20:25.985 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 27 20:20:25.985 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.985 INFO kablam! | Oct 27 20:20:25.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.986 INFO kablam! | Oct 27 20:20:25.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.986 INFO kablam! | Oct 27 20:20:25.986 INFO kablam! Oct 27 20:20:25.986 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.986 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.986 INFO kablam! | Oct 27 20:20:25.986 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.986 INFO kablam! | ^^^^^ Oct 27 20:20:25.986 INFO kablam! ... Oct 27 20:20:25.986 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 27 20:20:25.986 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.986 INFO kablam! | Oct 27 20:20:25.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.986 INFO kablam! | Oct 27 20:20:25.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.986 INFO kablam! | Oct 27 20:20:25.986 INFO kablam! Oct 27 20:20:25.991 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.991 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.991 INFO kablam! | ^^^^^ Oct 27 20:20:25.991 INFO kablam! ... Oct 27 20:20:25.991 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 27 20:20:25.991 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! Oct 27 20:20:25.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.991 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.991 INFO kablam! ... Oct 27 20:20:25.991 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 27 20:20:25.991 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! Oct 27 20:20:25.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.991 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.991 INFO kablam! ... Oct 27 20:20:25.991 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 27 20:20:25.991 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! Oct 27 20:20:25.991 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.991 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.991 INFO kablam! | ^^^^^ Oct 27 20:20:25.991 INFO kablam! ... Oct 27 20:20:25.991 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 27 20:20:25.991 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! Oct 27 20:20:25.991 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.991 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.991 INFO kablam! | ^^^^^ Oct 27 20:20:25.991 INFO kablam! ... Oct 27 20:20:25.991 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 27 20:20:25.991 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! Oct 27 20:20:25.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.991 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.991 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.991 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.991 INFO kablam! ... Oct 27 20:20:25.991 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 27 20:20:25.991 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.991 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! Oct 27 20:20:25.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.992 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.992 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.992 INFO kablam! ... Oct 27 20:20:25.992 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 27 20:20:25.992 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! Oct 27 20:20:25.992 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.992 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.992 INFO kablam! | ^^^^^ Oct 27 20:20:25.992 INFO kablam! ... Oct 27 20:20:25.992 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 27 20:20:25.992 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.992 INFO kablam! | Oct 27 20:20:25.992 INFO kablam! Oct 27 20:20:25.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.999 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:25.999 INFO kablam! | ^^^^^ Oct 27 20:20:25.999 INFO kablam! ... Oct 27 20:20:25.999 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 27 20:20:25.999 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! Oct 27 20:20:25.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.999 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:25.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.999 INFO kablam! ... Oct 27 20:20:25.999 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 27 20:20:25.999 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! Oct 27 20:20:25.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.999 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:25.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:25.999 INFO kablam! ... Oct 27 20:20:25.999 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 27 20:20:25.999 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! Oct 27 20:20:25.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:25.999 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:25.999 INFO kablam! | ^^^^^ Oct 27 20:20:25.999 INFO kablam! ... Oct 27 20:20:25.999 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 27 20:20:25.999 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:25.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:25.999 INFO kablam! | Oct 27 20:20:25.999 INFO kablam! Oct 27 20:20:26.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.007 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.007 INFO kablam! | ^^^^^ Oct 27 20:20:26.007 INFO kablam! ... Oct 27 20:20:26.007 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 27 20:20:26.007 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! Oct 27 20:20:26.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.007 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.007 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.007 INFO kablam! ... Oct 27 20:20:26.007 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 27 20:20:26.007 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! Oct 27 20:20:26.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.007 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.007 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.007 INFO kablam! ... Oct 27 20:20:26.007 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 27 20:20:26.007 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! Oct 27 20:20:26.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.007 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.007 INFO kablam! | ^^^^^ Oct 27 20:20:26.007 INFO kablam! ... Oct 27 20:20:26.007 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 27 20:20:26.007 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! Oct 27 20:20:26.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.007 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.007 INFO kablam! | ^^^^^ Oct 27 20:20:26.007 INFO kablam! ... Oct 27 20:20:26.007 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 27 20:20:26.007 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! Oct 27 20:20:26.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.007 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.007 INFO kablam! | Oct 27 20:20:26.007 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.007 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.008 INFO kablam! ... Oct 27 20:20:26.008 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 27 20:20:26.008 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.008 INFO kablam! | Oct 27 20:20:26.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.010 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! Oct 27 20:20:26.011 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.011 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.011 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.011 INFO kablam! ... Oct 27 20:20:26.011 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 27 20:20:26.011 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! Oct 27 20:20:26.011 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.011 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.011 INFO kablam! | ^^^^^ Oct 27 20:20:26.011 INFO kablam! ... Oct 27 20:20:26.011 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 27 20:20:26.011 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! Oct 27 20:20:26.011 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.011 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.011 INFO kablam! | ^^^^^ Oct 27 20:20:26.011 INFO kablam! ... Oct 27 20:20:26.011 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 27 20:20:26.011 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! Oct 27 20:20:26.011 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.011 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.011 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.011 INFO kablam! ... Oct 27 20:20:26.011 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 27 20:20:26.011 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! Oct 27 20:20:26.011 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.011 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.011 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.011 INFO kablam! ... Oct 27 20:20:26.011 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 27 20:20:26.011 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.011 INFO kablam! | Oct 27 20:20:26.011 INFO kablam! Oct 27 20:20:26.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.023 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.023 INFO kablam! | ^^^^^ Oct 27 20:20:26.023 INFO kablam! ... Oct 27 20:20:26.023 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 27 20:20:26.023 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! Oct 27 20:20:26.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.023 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.023 INFO kablam! | ^^^^^ Oct 27 20:20:26.023 INFO kablam! ... Oct 27 20:20:26.023 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 27 20:20:26.023 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! Oct 27 20:20:26.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.023 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.023 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.023 INFO kablam! ... Oct 27 20:20:26.023 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 27 20:20:26.023 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! Oct 27 20:20:26.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.023 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.023 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.023 INFO kablam! ... Oct 27 20:20:26.023 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 27 20:20:26.023 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.023 INFO kablam! | Oct 27 20:20:26.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! Oct 27 20:20:26.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.024 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.024 INFO kablam! | ^^^^^ Oct 27 20:20:26.024 INFO kablam! ... Oct 27 20:20:26.024 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 27 20:20:26.024 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! Oct 27 20:20:26.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.024 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.024 INFO kablam! | ^^^^^ Oct 27 20:20:26.024 INFO kablam! ... Oct 27 20:20:26.024 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 27 20:20:26.024 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! Oct 27 20:20:26.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.024 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.024 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.024 INFO kablam! ... Oct 27 20:20:26.024 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 27 20:20:26.024 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! Oct 27 20:20:26.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.024 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.024 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.024 INFO kablam! ... Oct 27 20:20:26.024 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 27 20:20:26.024 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! Oct 27 20:20:26.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.024 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.024 INFO kablam! | ^^^^^ Oct 27 20:20:26.024 INFO kablam! ... Oct 27 20:20:26.024 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 27 20:20:26.024 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! Oct 27 20:20:26.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.024 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.024 INFO kablam! | Oct 27 20:20:26.024 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.024 INFO kablam! | ^^^^^ Oct 27 20:20:26.024 INFO kablam! ... Oct 27 20:20:26.024 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 27 20:20:26.024 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! Oct 27 20:20:26.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.025 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.025 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.025 INFO kablam! ... Oct 27 20:20:26.025 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 27 20:20:26.025 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! Oct 27 20:20:26.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.025 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.025 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.025 INFO kablam! ... Oct 27 20:20:26.025 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 27 20:20:26.025 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! Oct 27 20:20:26.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.025 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.025 INFO kablam! | ^^^^^ Oct 27 20:20:26.025 INFO kablam! ... Oct 27 20:20:26.025 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 27 20:20:26.025 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! Oct 27 20:20:26.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.025 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.025 INFO kablam! | ^^^^^ Oct 27 20:20:26.025 INFO kablam! ... Oct 27 20:20:26.025 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 27 20:20:26.025 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! Oct 27 20:20:26.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.025 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.025 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.025 INFO kablam! ... Oct 27 20:20:26.025 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 27 20:20:26.025 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! Oct 27 20:20:26.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.025 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.025 INFO kablam! | Oct 27 20:20:26.025 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.026 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.026 INFO kablam! ... Oct 27 20:20:26.026 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 27 20:20:26.026 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.026 INFO kablam! | Oct 27 20:20:26.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.026 INFO kablam! | Oct 27 20:20:26.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.026 INFO kablam! | Oct 27 20:20:26.026 INFO kablam! Oct 27 20:20:26.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.035 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.035 INFO kablam! | ^^^^^ Oct 27 20:20:26.035 INFO kablam! ... Oct 27 20:20:26.035 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 27 20:20:26.035 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! Oct 27 20:20:26.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.035 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.035 INFO kablam! | ^^^^^ Oct 27 20:20:26.035 INFO kablam! ... Oct 27 20:20:26.035 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 27 20:20:26.035 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! Oct 27 20:20:26.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.035 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.035 INFO kablam! ... Oct 27 20:20:26.035 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 27 20:20:26.035 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! Oct 27 20:20:26.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.035 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.035 INFO kablam! ... Oct 27 20:20:26.035 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 27 20:20:26.035 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! Oct 27 20:20:26.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.035 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.035 INFO kablam! | ^^^^^ Oct 27 20:20:26.035 INFO kablam! ... Oct 27 20:20:26.035 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 27 20:20:26.035 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! Oct 27 20:20:26.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.035 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.035 INFO kablam! | Oct 27 20:20:26.035 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.035 INFO kablam! | ^^^^^ Oct 27 20:20:26.035 INFO kablam! ... Oct 27 20:20:26.035 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 27 20:20:26.036 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! Oct 27 20:20:26.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.036 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.036 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.036 INFO kablam! ... Oct 27 20:20:26.036 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 27 20:20:26.036 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! Oct 27 20:20:26.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.036 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.036 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.036 INFO kablam! ... Oct 27 20:20:26.036 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 27 20:20:26.036 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! Oct 27 20:20:26.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.036 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.036 INFO kablam! | ^^^^^ Oct 27 20:20:26.036 INFO kablam! ... Oct 27 20:20:26.036 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 27 20:20:26.036 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! Oct 27 20:20:26.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.036 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.036 INFO kablam! | ^^^^^ Oct 27 20:20:26.036 INFO kablam! ... Oct 27 20:20:26.036 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 27 20:20:26.036 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! Oct 27 20:20:26.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.036 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.036 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.036 INFO kablam! ... Oct 27 20:20:26.036 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 27 20:20:26.036 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.036 INFO kablam! | Oct 27 20:20:26.036 INFO kablam! Oct 27 20:20:26.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.037 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.037 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.037 INFO kablam! ... Oct 27 20:20:26.037 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 27 20:20:26.037 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! Oct 27 20:20:26.037 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.037 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.037 INFO kablam! | ^^^^^ Oct 27 20:20:26.037 INFO kablam! ... Oct 27 20:20:26.037 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 27 20:20:26.037 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! Oct 27 20:20:26.037 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.037 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.037 INFO kablam! | ^^^^^ Oct 27 20:20:26.037 INFO kablam! ... Oct 27 20:20:26.037 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 27 20:20:26.037 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.037 INFO kablam! | Oct 27 20:20:26.037 INFO kablam! Oct 27 20:20:26.046 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.047 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.047 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.047 INFO kablam! ... Oct 27 20:20:26.047 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 27 20:20:26.047 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! Oct 27 20:20:26.047 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.047 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.047 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.047 INFO kablam! ... Oct 27 20:20:26.047 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 27 20:20:26.047 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! Oct 27 20:20:26.047 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.047 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.047 INFO kablam! | ^^^^^ Oct 27 20:20:26.047 INFO kablam! ... Oct 27 20:20:26.047 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 27 20:20:26.047 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! Oct 27 20:20:26.047 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.047 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.047 INFO kablam! | ^^^^^ Oct 27 20:20:26.047 INFO kablam! ... Oct 27 20:20:26.047 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 27 20:20:26.047 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! Oct 27 20:20:26.047 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.047 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.047 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.047 INFO kablam! ... Oct 27 20:20:26.047 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 27 20:20:26.047 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! Oct 27 20:20:26.047 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.047 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.047 INFO kablam! | Oct 27 20:20:26.047 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.047 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.047 INFO kablam! ... Oct 27 20:20:26.048 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 27 20:20:26.048 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! Oct 27 20:20:26.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.048 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.048 INFO kablam! | ^^^^^ Oct 27 20:20:26.048 INFO kablam! ... Oct 27 20:20:26.048 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 27 20:20:26.048 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! Oct 27 20:20:26.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.048 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.048 INFO kablam! | ^^^^^ Oct 27 20:20:26.048 INFO kablam! ... Oct 27 20:20:26.048 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 27 20:20:26.048 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! Oct 27 20:20:26.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.048 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.048 INFO kablam! ... Oct 27 20:20:26.048 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 27 20:20:26.048 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! Oct 27 20:20:26.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.048 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.048 INFO kablam! ... Oct 27 20:20:26.048 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 27 20:20:26.048 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! Oct 27 20:20:26.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.048 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.048 INFO kablam! | ^^^^^ Oct 27 20:20:26.048 INFO kablam! ... Oct 27 20:20:26.048 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 27 20:20:26.048 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.048 INFO kablam! | Oct 27 20:20:26.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.049 INFO kablam! | Oct 27 20:20:26.049 INFO kablam! Oct 27 20:20:26.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.049 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.049 INFO kablam! | Oct 27 20:20:26.049 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.049 INFO kablam! | ^^^^^ Oct 27 20:20:26.049 INFO kablam! ... Oct 27 20:20:26.049 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 27 20:20:26.049 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.049 INFO kablam! | Oct 27 20:20:26.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.049 INFO kablam! | Oct 27 20:20:26.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.049 INFO kablam! | Oct 27 20:20:26.049 INFO kablam! Oct 27 20:20:26.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.049 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.049 INFO kablam! | Oct 27 20:20:26.049 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.049 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.049 INFO kablam! ... Oct 27 20:20:26.049 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 27 20:20:26.049 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.049 INFO kablam! | Oct 27 20:20:26.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.049 INFO kablam! | Oct 27 20:20:26.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.049 INFO kablam! | Oct 27 20:20:26.049 INFO kablam! Oct 27 20:20:26.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.059 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.059 INFO kablam! ... Oct 27 20:20:26.059 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 27 20:20:26.059 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! Oct 27 20:20:26.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.059 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.059 INFO kablam! | ^^^^^ Oct 27 20:20:26.059 INFO kablam! ... Oct 27 20:20:26.059 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 27 20:20:26.059 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! Oct 27 20:20:26.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.059 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.059 INFO kablam! | ^^^^^ Oct 27 20:20:26.059 INFO kablam! ... Oct 27 20:20:26.059 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 27 20:20:26.059 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! Oct 27 20:20:26.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.059 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.059 INFO kablam! ... Oct 27 20:20:26.059 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 27 20:20:26.059 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! Oct 27 20:20:26.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.059 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.059 INFO kablam! ... Oct 27 20:20:26.059 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 27 20:20:26.059 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! Oct 27 20:20:26.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.059 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.059 INFO kablam! | Oct 27 20:20:26.059 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.059 INFO kablam! | ^^^^^ Oct 27 20:20:26.060 INFO kablam! ... Oct 27 20:20:26.060 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 27 20:20:26.060 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.060 INFO kablam! | Oct 27 20:20:26.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.060 INFO kablam! | Oct 27 20:20:26.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.060 INFO kablam! | Oct 27 20:20:26.060 INFO kablam! Oct 27 20:20:26.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.060 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.060 INFO kablam! | Oct 27 20:20:26.060 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.060 INFO kablam! | ^^^^^ Oct 27 20:20:26.060 INFO kablam! ... Oct 27 20:20:26.060 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 27 20:20:26.060 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.060 INFO kablam! | Oct 27 20:20:26.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.060 INFO kablam! | Oct 27 20:20:26.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.060 INFO kablam! | Oct 27 20:20:26.060 INFO kablam! Oct 27 20:20:26.070 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.070 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.071 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.071 INFO kablam! ... Oct 27 20:20:26.071 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 27 20:20:26.071 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! Oct 27 20:20:26.071 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.071 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.071 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.071 INFO kablam! ... Oct 27 20:20:26.071 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 27 20:20:26.071 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! Oct 27 20:20:26.071 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.071 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.071 INFO kablam! | ^^^^^ Oct 27 20:20:26.071 INFO kablam! ... Oct 27 20:20:26.071 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 27 20:20:26.071 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! Oct 27 20:20:26.071 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.071 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.071 INFO kablam! | ^^^^^ Oct 27 20:20:26.071 INFO kablam! ... Oct 27 20:20:26.071 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 27 20:20:26.071 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! Oct 27 20:20:26.071 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.071 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.071 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.071 INFO kablam! ... Oct 27 20:20:26.071 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 27 20:20:26.071 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! Oct 27 20:20:26.071 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.071 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.071 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.071 INFO kablam! ... Oct 27 20:20:26.071 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 27 20:20:26.071 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.071 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! Oct 27 20:20:26.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.072 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.072 INFO kablam! | ^^^^^ Oct 27 20:20:26.072 INFO kablam! ... Oct 27 20:20:26.072 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 27 20:20:26.072 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! Oct 27 20:20:26.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.072 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.072 INFO kablam! | ^^^^^ Oct 27 20:20:26.072 INFO kablam! ... Oct 27 20:20:26.072 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 27 20:20:26.072 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! Oct 27 20:20:26.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.072 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.072 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.072 INFO kablam! ... Oct 27 20:20:26.072 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 27 20:20:26.072 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! Oct 27 20:20:26.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.072 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.072 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.072 INFO kablam! ... Oct 27 20:20:26.072 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 27 20:20:26.072 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! Oct 27 20:20:26.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.072 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.072 INFO kablam! | ^^^^^ Oct 27 20:20:26.072 INFO kablam! ... Oct 27 20:20:26.072 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 27 20:20:26.072 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! Oct 27 20:20:26.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.072 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.072 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.072 INFO kablam! | ^^^^^ Oct 27 20:20:26.072 INFO kablam! ... Oct 27 20:20:26.072 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 27 20:20:26.072 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.072 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! Oct 27 20:20:26.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.073 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.073 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.073 INFO kablam! ... Oct 27 20:20:26.073 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 27 20:20:26.073 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! Oct 27 20:20:26.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.073 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.073 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.073 INFO kablam! ... Oct 27 20:20:26.073 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 27 20:20:26.073 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! Oct 27 20:20:26.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.073 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.073 INFO kablam! | ^^^^^ Oct 27 20:20:26.073 INFO kablam! ... Oct 27 20:20:26.073 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 27 20:20:26.073 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.073 INFO kablam! | Oct 27 20:20:26.073 INFO kablam! Oct 27 20:20:26.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.083 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.083 INFO kablam! | ^^^^^ Oct 27 20:20:26.083 INFO kablam! ... Oct 27 20:20:26.083 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 27 20:20:26.083 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! Oct 27 20:20:26.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.083 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.083 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.083 INFO kablam! ... Oct 27 20:20:26.083 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 27 20:20:26.083 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! Oct 27 20:20:26.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.083 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.083 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.083 INFO kablam! ... Oct 27 20:20:26.083 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 27 20:20:26.083 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! Oct 27 20:20:26.083 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.083 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.083 INFO kablam! | ^^^^^ Oct 27 20:20:26.083 INFO kablam! ... Oct 27 20:20:26.083 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 27 20:20:26.083 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! Oct 27 20:20:26.083 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.083 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.083 INFO kablam! | ^^^^^ Oct 27 20:20:26.083 INFO kablam! ... Oct 27 20:20:26.083 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 27 20:20:26.083 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! Oct 27 20:20:26.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.083 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.083 INFO kablam! | Oct 27 20:20:26.083 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.083 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.083 INFO kablam! ... Oct 27 20:20:26.083 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 27 20:20:26.084 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! Oct 27 20:20:26.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.084 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.084 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.084 INFO kablam! ... Oct 27 20:20:26.084 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 27 20:20:26.084 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! Oct 27 20:20:26.084 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.084 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.084 INFO kablam! | ^^^^^ Oct 27 20:20:26.084 INFO kablam! ... Oct 27 20:20:26.084 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 27 20:20:26.084 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! Oct 27 20:20:26.084 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.084 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.084 INFO kablam! | ^^^^^ Oct 27 20:20:26.084 INFO kablam! ... Oct 27 20:20:26.084 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 27 20:20:26.084 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! Oct 27 20:20:26.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.084 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.084 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.084 INFO kablam! ... Oct 27 20:20:26.084 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 27 20:20:26.084 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.084 INFO kablam! | Oct 27 20:20:26.084 INFO kablam! Oct 27 20:20:26.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.103 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.103 INFO kablam! ... Oct 27 20:20:26.103 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 27 20:20:26.103 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! Oct 27 20:20:26.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.103 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.103 INFO kablam! | ^^^^^ Oct 27 20:20:26.103 INFO kablam! ... Oct 27 20:20:26.103 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 27 20:20:26.103 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! Oct 27 20:20:26.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.103 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.103 INFO kablam! | ^^^^^ Oct 27 20:20:26.103 INFO kablam! ... Oct 27 20:20:26.103 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 27 20:20:26.103 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! Oct 27 20:20:26.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.103 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.103 INFO kablam! ... Oct 27 20:20:26.103 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 27 20:20:26.103 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! Oct 27 20:20:26.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.103 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.103 INFO kablam! ... Oct 27 20:20:26.103 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 27 20:20:26.103 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! Oct 27 20:20:26.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.103 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.103 INFO kablam! | ^^^^^ Oct 27 20:20:26.103 INFO kablam! ... Oct 27 20:20:26.103 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 27 20:20:26.103 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.103 INFO kablam! | Oct 27 20:20:26.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! Oct 27 20:20:26.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.104 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.104 INFO kablam! | ^^^^^ Oct 27 20:20:26.104 INFO kablam! ... Oct 27 20:20:26.104 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 27 20:20:26.104 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! Oct 27 20:20:26.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.104 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.104 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.104 INFO kablam! ... Oct 27 20:20:26.104 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 27 20:20:26.104 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! Oct 27 20:20:26.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.104 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.104 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.104 INFO kablam! ... Oct 27 20:20:26.104 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 27 20:20:26.104 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! Oct 27 20:20:26.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.104 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.104 INFO kablam! | ^^^^^ Oct 27 20:20:26.104 INFO kablam! ... Oct 27 20:20:26.104 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 27 20:20:26.104 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.104 INFO kablam! | Oct 27 20:20:26.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.110 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! Oct 27 20:20:26.111 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.111 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.111 INFO kablam! | ^^^^^ Oct 27 20:20:26.111 INFO kablam! ... Oct 27 20:20:26.111 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 27 20:20:26.111 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! Oct 27 20:20:26.111 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.111 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.111 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.111 INFO kablam! ... Oct 27 20:20:26.111 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 27 20:20:26.111 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! Oct 27 20:20:26.111 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.111 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.111 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.111 INFO kablam! ... Oct 27 20:20:26.111 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 27 20:20:26.111 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! Oct 27 20:20:26.111 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.111 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.111 INFO kablam! | ^^^^^ Oct 27 20:20:26.111 INFO kablam! ... Oct 27 20:20:26.111 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 27 20:20:26.111 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! Oct 27 20:20:26.111 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.111 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.111 INFO kablam! | ^^^^^ Oct 27 20:20:26.111 INFO kablam! ... Oct 27 20:20:26.111 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 27 20:20:26.111 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.111 INFO kablam! | Oct 27 20:20:26.111 INFO kablam! Oct 27 20:20:26.118 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.119 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.119 INFO kablam! ... Oct 27 20:20:26.119 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 27 20:20:26.119 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! Oct 27 20:20:26.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.119 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.119 INFO kablam! ... Oct 27 20:20:26.119 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 27 20:20:26.119 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! Oct 27 20:20:26.119 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.119 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.119 INFO kablam! | ^^^^^ Oct 27 20:20:26.119 INFO kablam! ... Oct 27 20:20:26.119 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 27 20:20:26.119 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! Oct 27 20:20:26.119 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.119 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.119 INFO kablam! | ^^^^^ Oct 27 20:20:26.119 INFO kablam! ... Oct 27 20:20:26.119 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 27 20:20:26.119 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! Oct 27 20:20:26.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.119 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.119 INFO kablam! ... Oct 27 20:20:26.119 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 27 20:20:26.119 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! Oct 27 20:20:26.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.119 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.119 INFO kablam! | Oct 27 20:20:26.119 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.120 INFO kablam! ... Oct 27 20:20:26.120 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 27 20:20:26.120 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.120 INFO kablam! | Oct 27 20:20:26.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.120 INFO kablam! | Oct 27 20:20:26.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.120 INFO kablam! | Oct 27 20:20:26.120 INFO kablam! Oct 27 20:20:26.120 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.120 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.120 INFO kablam! | Oct 27 20:20:26.120 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.120 INFO kablam! | ^^^^^ Oct 27 20:20:26.120 INFO kablam! ... Oct 27 20:20:26.120 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 27 20:20:26.120 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.120 INFO kablam! | Oct 27 20:20:26.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.120 INFO kablam! | Oct 27 20:20:26.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.120 INFO kablam! | Oct 27 20:20:26.120 INFO kablam! Oct 27 20:20:26.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.126 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.126 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.127 INFO kablam! | ^^^^^ Oct 27 20:20:26.127 INFO kablam! ... Oct 27 20:20:26.127 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 27 20:20:26.127 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! Oct 27 20:20:26.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.127 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.127 INFO kablam! ... Oct 27 20:20:26.127 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 27 20:20:26.127 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! Oct 27 20:20:26.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.127 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.127 INFO kablam! ... Oct 27 20:20:26.127 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 27 20:20:26.127 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.127 INFO kablam! | Oct 27 20:20:26.127 INFO kablam! Oct 27 20:20:26.129 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.129 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.129 INFO kablam! | Oct 27 20:20:26.129 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.129 INFO kablam! | ^^^^^ Oct 27 20:20:26.129 INFO kablam! ... Oct 27 20:20:26.129 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 27 20:20:26.129 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.129 INFO kablam! | Oct 27 20:20:26.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.129 INFO kablam! | Oct 27 20:20:26.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.129 INFO kablam! | Oct 27 20:20:26.129 INFO kablam! Oct 27 20:20:26.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.138 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.138 INFO kablam! | ^^^^^ Oct 27 20:20:26.138 INFO kablam! ... Oct 27 20:20:26.138 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 27 20:20:26.138 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! Oct 27 20:20:26.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.138 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.138 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.138 INFO kablam! ... Oct 27 20:20:26.138 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 27 20:20:26.138 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! Oct 27 20:20:26.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.138 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.138 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.138 INFO kablam! ... Oct 27 20:20:26.138 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 27 20:20:26.138 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! Oct 27 20:20:26.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.138 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.138 INFO kablam! | ^^^^^ Oct 27 20:20:26.138 INFO kablam! ... Oct 27 20:20:26.138 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 27 20:20:26.138 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.138 INFO kablam! | Oct 27 20:20:26.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.139 INFO kablam! | Oct 27 20:20:26.139 INFO kablam! Oct 27 20:20:26.146 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.147 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.147 INFO kablam! | ^^^^^ Oct 27 20:20:26.147 INFO kablam! ... Oct 27 20:20:26.147 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 27 20:20:26.147 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! Oct 27 20:20:26.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.147 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.147 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.147 INFO kablam! ... Oct 27 20:20:26.147 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 27 20:20:26.147 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! Oct 27 20:20:26.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.147 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.147 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.147 INFO kablam! ... Oct 27 20:20:26.147 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 27 20:20:26.147 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! Oct 27 20:20:26.147 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.147 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.147 INFO kablam! | ^^^^^ Oct 27 20:20:26.147 INFO kablam! ... Oct 27 20:20:26.147 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 27 20:20:26.147 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.147 INFO kablam! | Oct 27 20:20:26.147 INFO kablam! Oct 27 20:20:26.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.151 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.151 INFO kablam! | ^^^^^ Oct 27 20:20:26.151 INFO kablam! ... Oct 27 20:20:26.151 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 27 20:20:26.151 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! Oct 27 20:20:26.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.151 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.151 INFO kablam! ... Oct 27 20:20:26.151 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 27 20:20:26.151 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! Oct 27 20:20:26.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.151 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.151 INFO kablam! ... Oct 27 20:20:26.151 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 27 20:20:26.151 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! Oct 27 20:20:26.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.151 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.151 INFO kablam! | ^^^^^ Oct 27 20:20:26.151 INFO kablam! ... Oct 27 20:20:26.151 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 27 20:20:26.151 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! Oct 27 20:20:26.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.151 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.151 INFO kablam! | ^^^^^ Oct 27 20:20:26.151 INFO kablam! ... Oct 27 20:20:26.151 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 27 20:20:26.151 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! Oct 27 20:20:26.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.151 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.151 INFO kablam! ... Oct 27 20:20:26.151 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 27 20:20:26.151 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.151 INFO kablam! | Oct 27 20:20:26.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! Oct 27 20:20:26.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.152 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.152 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.152 INFO kablam! ... Oct 27 20:20:26.152 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 27 20:20:26.152 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! Oct 27 20:20:26.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.152 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.152 INFO kablam! | ^^^^^ Oct 27 20:20:26.152 INFO kablam! ... Oct 27 20:20:26.152 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 27 20:20:26.152 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! Oct 27 20:20:26.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.152 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.152 INFO kablam! | ^^^^^ Oct 27 20:20:26.152 INFO kablam! ... Oct 27 20:20:26.152 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 27 20:20:26.152 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.152 INFO kablam! | Oct 27 20:20:26.152 INFO kablam! Oct 27 20:20:26.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.159 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.159 INFO kablam! | Oct 27 20:20:26.159 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.159 INFO kablam! ... Oct 27 20:20:26.159 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 27 20:20:26.159 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.159 INFO kablam! | Oct 27 20:20:26.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.159 INFO kablam! | Oct 27 20:20:26.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.159 INFO kablam! | Oct 27 20:20:26.159 INFO kablam! Oct 27 20:20:26.159 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.159 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.159 INFO kablam! | Oct 27 20:20:26.159 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.159 INFO kablam! ... Oct 27 20:20:26.159 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 27 20:20:26.159 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.159 INFO kablam! | Oct 27 20:20:26.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.159 INFO kablam! | Oct 27 20:20:26.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.159 INFO kablam! | Oct 27 20:20:26.159 INFO kablam! Oct 27 20:20:26.170 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.171 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.171 INFO kablam! | ^^^^^ Oct 27 20:20:26.171 INFO kablam! ... Oct 27 20:20:26.171 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 27 20:20:26.171 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! Oct 27 20:20:26.171 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.171 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.171 INFO kablam! | ^^^^^ Oct 27 20:20:26.171 INFO kablam! ... Oct 27 20:20:26.171 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 27 20:20:26.171 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! Oct 27 20:20:26.171 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.171 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.171 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.171 INFO kablam! ... Oct 27 20:20:26.171 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 27 20:20:26.171 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! Oct 27 20:20:26.171 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.171 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.171 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.171 INFO kablam! ... Oct 27 20:20:26.171 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 27 20:20:26.171 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! Oct 27 20:20:26.171 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.171 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.171 INFO kablam! | ^^^^^ Oct 27 20:20:26.171 INFO kablam! ... Oct 27 20:20:26.171 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 27 20:20:26.171 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! Oct 27 20:20:26.171 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.171 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.171 INFO kablam! | ^^^^^ Oct 27 20:20:26.171 INFO kablam! ... Oct 27 20:20:26.171 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 27 20:20:26.171 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.171 INFO kablam! | Oct 27 20:20:26.171 INFO kablam! Oct 27 20:20:26.172 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.172 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.172 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.172 INFO kablam! ... Oct 27 20:20:26.172 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 27 20:20:26.172 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! Oct 27 20:20:26.172 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.172 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.172 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.172 INFO kablam! ... Oct 27 20:20:26.172 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 27 20:20:26.172 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! Oct 27 20:20:26.172 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.172 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.172 INFO kablam! | ^^^^^ Oct 27 20:20:26.172 INFO kablam! ... Oct 27 20:20:26.172 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 27 20:20:26.172 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.172 INFO kablam! | Oct 27 20:20:26.172 INFO kablam! Oct 27 20:20:26.187 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.187 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.187 INFO kablam! | ^^^^^ Oct 27 20:20:26.187 INFO kablam! ... Oct 27 20:20:26.187 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 27 20:20:26.187 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! Oct 27 20:20:26.187 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.187 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.187 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.187 INFO kablam! ... Oct 27 20:20:26.187 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 27 20:20:26.187 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! Oct 27 20:20:26.187 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.187 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.187 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.187 INFO kablam! ... Oct 27 20:20:26.187 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 27 20:20:26.187 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! Oct 27 20:20:26.187 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.187 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.187 INFO kablam! | ^^^^^ Oct 27 20:20:26.187 INFO kablam! ... Oct 27 20:20:26.187 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 27 20:20:26.187 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! Oct 27 20:20:26.187 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.187 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.187 INFO kablam! | ^^^^^ Oct 27 20:20:26.187 INFO kablam! ... Oct 27 20:20:26.187 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 27 20:20:26.187 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.187 INFO kablam! | Oct 27 20:20:26.188 INFO kablam! Oct 27 20:20:26.188 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.188 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.188 INFO kablam! | Oct 27 20:20:26.188 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.188 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.188 INFO kablam! ... Oct 27 20:20:26.188 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 27 20:20:26.188 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.188 INFO kablam! | Oct 27 20:20:26.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.188 INFO kablam! | Oct 27 20:20:26.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.188 INFO kablam! | Oct 27 20:20:26.188 INFO kablam! Oct 27 20:20:26.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.197 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.197 INFO kablam! | Oct 27 20:20:26.197 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.197 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.197 INFO kablam! ... Oct 27 20:20:26.197 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 27 20:20:26.197 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.197 INFO kablam! | Oct 27 20:20:26.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.197 INFO kablam! | Oct 27 20:20:26.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.197 INFO kablam! | Oct 27 20:20:26.197 INFO kablam! Oct 27 20:20:26.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.197 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.197 INFO kablam! | Oct 27 20:20:26.197 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.197 INFO kablam! | ^^^^^ Oct 27 20:20:26.198 INFO kablam! ... Oct 27 20:20:26.198 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 27 20:20:26.198 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! Oct 27 20:20:26.198 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.198 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.198 INFO kablam! | ^^^^^ Oct 27 20:20:26.198 INFO kablam! ... Oct 27 20:20:26.198 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 27 20:20:26.198 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! Oct 27 20:20:26.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.198 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.198 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.198 INFO kablam! ... Oct 27 20:20:26.198 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 27 20:20:26.198 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! Oct 27 20:20:26.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.198 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.198 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.198 INFO kablam! ... Oct 27 20:20:26.198 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 27 20:20:26.198 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! Oct 27 20:20:26.198 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.198 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.198 INFO kablam! | ^^^^^ Oct 27 20:20:26.198 INFO kablam! ... Oct 27 20:20:26.198 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 27 20:20:26.198 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.198 INFO kablam! | Oct 27 20:20:26.198 INFO kablam! Oct 27 20:20:26.206 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.207 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.207 INFO kablam! | ^^^^^ Oct 27 20:20:26.207 INFO kablam! ... Oct 27 20:20:26.207 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 27 20:20:26.207 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! Oct 27 20:20:26.207 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.207 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.207 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.207 INFO kablam! ... Oct 27 20:20:26.207 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 27 20:20:26.207 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! Oct 27 20:20:26.207 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.207 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.207 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.207 INFO kablam! ... Oct 27 20:20:26.207 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 27 20:20:26.207 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! Oct 27 20:20:26.207 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.207 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.207 INFO kablam! | ^^^^^ Oct 27 20:20:26.207 INFO kablam! ... Oct 27 20:20:26.207 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 27 20:20:26.207 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! Oct 27 20:20:26.207 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.207 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.207 INFO kablam! | ^^^^^ Oct 27 20:20:26.207 INFO kablam! ... Oct 27 20:20:26.207 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 27 20:20:26.207 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! Oct 27 20:20:26.207 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.207 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.207 INFO kablam! | Oct 27 20:20:26.207 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.207 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.208 INFO kablam! ... Oct 27 20:20:26.208 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 27 20:20:26.208 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.208 INFO kablam! | Oct 27 20:20:26.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.208 INFO kablam! | Oct 27 20:20:26.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.208 INFO kablam! | Oct 27 20:20:26.208 INFO kablam! Oct 27 20:20:26.215 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.215 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.215 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.215 INFO kablam! ... Oct 27 20:20:26.215 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 27 20:20:26.215 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! Oct 27 20:20:26.215 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.215 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.215 INFO kablam! | ^^^^^ Oct 27 20:20:26.215 INFO kablam! ... Oct 27 20:20:26.215 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 27 20:20:26.215 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! Oct 27 20:20:26.215 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.215 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.215 INFO kablam! | ^^^^^ Oct 27 20:20:26.215 INFO kablam! ... Oct 27 20:20:26.215 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 27 20:20:26.215 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! Oct 27 20:20:26.215 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.215 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.215 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.215 INFO kablam! ... Oct 27 20:20:26.215 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 27 20:20:26.215 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! Oct 27 20:20:26.215 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.215 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.215 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.215 INFO kablam! ... Oct 27 20:20:26.215 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 27 20:20:26.215 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! Oct 27 20:20:26.215 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.215 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.215 INFO kablam! | Oct 27 20:20:26.215 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.215 INFO kablam! | ^^^^^ Oct 27 20:20:26.215 INFO kablam! ... Oct 27 20:20:26.216 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 27 20:20:26.216 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.216 INFO kablam! | Oct 27 20:20:26.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.216 INFO kablam! | Oct 27 20:20:26.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.216 INFO kablam! | Oct 27 20:20:26.216 INFO kablam! Oct 27 20:20:26.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.231 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.231 INFO kablam! | ^^^^^ Oct 27 20:20:26.231 INFO kablam! ... Oct 27 20:20:26.231 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 27 20:20:26.231 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! Oct 27 20:20:26.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.231 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.231 INFO kablam! ... Oct 27 20:20:26.231 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 27 20:20:26.231 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! Oct 27 20:20:26.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.231 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.231 INFO kablam! ... Oct 27 20:20:26.231 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 27 20:20:26.231 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! Oct 27 20:20:26.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.231 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.231 INFO kablam! | ^^^^^ Oct 27 20:20:26.231 INFO kablam! ... Oct 27 20:20:26.231 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 27 20:20:26.231 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! Oct 27 20:20:26.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.231 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.231 INFO kablam! | ^^^^^ Oct 27 20:20:26.231 INFO kablam! ... Oct 27 20:20:26.231 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 27 20:20:26.231 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.231 INFO kablam! Oct 27 20:20:26.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.231 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.231 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.232 INFO kablam! ... Oct 27 20:20:26.232 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 27 20:20:26.232 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! Oct 27 20:20:26.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.232 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.232 INFO kablam! ... Oct 27 20:20:26.232 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 27 20:20:26.232 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! Oct 27 20:20:26.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.232 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.232 INFO kablam! | ^^^^^ Oct 27 20:20:26.232 INFO kablam! ... Oct 27 20:20:26.232 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 27 20:20:26.232 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! Oct 27 20:20:26.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.232 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.232 INFO kablam! | ^^^^^ Oct 27 20:20:26.232 INFO kablam! ... Oct 27 20:20:26.232 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 27 20:20:26.232 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! Oct 27 20:20:26.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.232 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.232 INFO kablam! ... Oct 27 20:20:26.232 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 27 20:20:26.232 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! Oct 27 20:20:26.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.232 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.232 INFO kablam! ... Oct 27 20:20:26.232 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 27 20:20:26.232 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.232 INFO kablam! | Oct 27 20:20:26.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.233 INFO kablam! | Oct 27 20:20:26.233 INFO kablam! Oct 27 20:20:26.250 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.251 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.251 INFO kablam! | ^^^^^ Oct 27 20:20:26.251 INFO kablam! ... Oct 27 20:20:26.251 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 27 20:20:26.251 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! Oct 27 20:20:26.251 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.251 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.251 INFO kablam! | ^^^^^ Oct 27 20:20:26.251 INFO kablam! ... Oct 27 20:20:26.251 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 27 20:20:26.251 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! Oct 27 20:20:26.251 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.251 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.251 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.251 INFO kablam! ... Oct 27 20:20:26.251 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 27 20:20:26.251 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! Oct 27 20:20:26.251 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.251 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.251 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.251 INFO kablam! ... Oct 27 20:20:26.251 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 27 20:20:26.251 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! Oct 27 20:20:26.251 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.251 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.251 INFO kablam! | ^^^^^ Oct 27 20:20:26.251 INFO kablam! ... Oct 27 20:20:26.251 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 27 20:20:26.251 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! Oct 27 20:20:26.251 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.251 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.251 INFO kablam! | Oct 27 20:20:26.251 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.251 INFO kablam! | ^^^^^ Oct 27 20:20:26.251 INFO kablam! ... Oct 27 20:20:26.251 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 27 20:20:26.252 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! Oct 27 20:20:26.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.252 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.252 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.252 INFO kablam! ... Oct 27 20:20:26.252 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 27 20:20:26.252 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! Oct 27 20:20:26.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.252 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.252 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.252 INFO kablam! ... Oct 27 20:20:26.252 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 27 20:20:26.252 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! Oct 27 20:20:26.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.252 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.252 INFO kablam! | ^^^^^ Oct 27 20:20:26.252 INFO kablam! ... Oct 27 20:20:26.252 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 27 20:20:26.252 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! Oct 27 20:20:26.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.252 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.252 INFO kablam! | ^^^^^ Oct 27 20:20:26.252 INFO kablam! ... Oct 27 20:20:26.252 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 27 20:20:26.252 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! Oct 27 20:20:26.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.252 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.252 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.252 INFO kablam! ... Oct 27 20:20:26.252 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 27 20:20:26.252 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.252 INFO kablam! | Oct 27 20:20:26.252 INFO kablam! Oct 27 20:20:26.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.253 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.253 INFO kablam! | Oct 27 20:20:26.253 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.253 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.253 INFO kablam! ... Oct 27 20:20:26.253 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 27 20:20:26.253 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.253 INFO kablam! | Oct 27 20:20:26.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.253 INFO kablam! | Oct 27 20:20:26.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.253 INFO kablam! | Oct 27 20:20:26.253 INFO kablam! Oct 27 20:20:26.262 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.263 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.263 INFO kablam! | Oct 27 20:20:26.263 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.263 INFO kablam! | ^^^^^ Oct 27 20:20:26.263 INFO kablam! ... Oct 27 20:20:26.263 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 27 20:20:26.263 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.263 INFO kablam! | Oct 27 20:20:26.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.263 INFO kablam! | Oct 27 20:20:26.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.263 INFO kablam! | Oct 27 20:20:26.263 INFO kablam! Oct 27 20:20:26.270 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.271 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.271 INFO kablam! | ^^^^^ Oct 27 20:20:26.271 INFO kablam! ... Oct 27 20:20:26.271 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 27 20:20:26.271 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! Oct 27 20:20:26.271 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.271 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.271 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.271 INFO kablam! ... Oct 27 20:20:26.271 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 27 20:20:26.271 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! Oct 27 20:20:26.271 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.271 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.271 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.271 INFO kablam! ... Oct 27 20:20:26.271 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 27 20:20:26.271 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! Oct 27 20:20:26.271 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.271 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.271 INFO kablam! | ^^^^^ Oct 27 20:20:26.271 INFO kablam! ... Oct 27 20:20:26.271 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 27 20:20:26.271 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! Oct 27 20:20:26.271 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.271 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.271 INFO kablam! | ^^^^^ Oct 27 20:20:26.271 INFO kablam! ... Oct 27 20:20:26.271 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 27 20:20:26.271 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! Oct 27 20:20:26.271 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.271 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.271 INFO kablam! | Oct 27 20:20:26.271 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.271 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.271 INFO kablam! ... Oct 27 20:20:26.271 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 27 20:20:26.271 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.272 INFO kablam! | Oct 27 20:20:26.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.272 INFO kablam! | Oct 27 20:20:26.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.272 INFO kablam! | Oct 27 20:20:26.272 INFO kablam! Oct 27 20:20:26.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.272 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.272 INFO kablam! | Oct 27 20:20:26.272 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.272 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.272 INFO kablam! ... Oct 27 20:20:26.272 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 27 20:20:26.272 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.272 INFO kablam! | Oct 27 20:20:26.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.272 INFO kablam! | Oct 27 20:20:26.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.272 INFO kablam! | Oct 27 20:20:26.272 INFO kablam! Oct 27 20:20:26.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.272 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.272 INFO kablam! | Oct 27 20:20:26.272 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.272 INFO kablam! | ^^^^^ Oct 27 20:20:26.272 INFO kablam! ... Oct 27 20:20:26.286 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 27 20:20:26.287 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! Oct 27 20:20:26.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.287 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.287 INFO kablam! | ^^^^^ Oct 27 20:20:26.287 INFO kablam! ... Oct 27 20:20:26.287 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 27 20:20:26.287 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! Oct 27 20:20:26.287 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.287 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.287 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.287 INFO kablam! ... Oct 27 20:20:26.287 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 27 20:20:26.287 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! Oct 27 20:20:26.287 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.287 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.287 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.287 INFO kablam! ... Oct 27 20:20:26.287 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 27 20:20:26.287 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! Oct 27 20:20:26.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.287 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.287 INFO kablam! | ^^^^^ Oct 27 20:20:26.287 INFO kablam! ... Oct 27 20:20:26.287 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 27 20:20:26.287 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! Oct 27 20:20:26.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.287 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.287 INFO kablam! | ^^^^^ Oct 27 20:20:26.287 INFO kablam! ... Oct 27 20:20:26.287 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 27 20:20:26.287 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.287 INFO kablam! | Oct 27 20:20:26.287 INFO kablam! Oct 27 20:20:26.287 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.287 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.288 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.288 INFO kablam! ... Oct 27 20:20:26.288 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 27 20:20:26.288 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! Oct 27 20:20:26.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.288 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.288 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.288 INFO kablam! ... Oct 27 20:20:26.288 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 27 20:20:26.288 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! Oct 27 20:20:26.288 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.288 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.288 INFO kablam! | ^^^^^ Oct 27 20:20:26.288 INFO kablam! ... Oct 27 20:20:26.288 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 27 20:20:26.288 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! Oct 27 20:20:26.288 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.288 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.288 INFO kablam! | ^^^^^ Oct 27 20:20:26.288 INFO kablam! ... Oct 27 20:20:26.288 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 27 20:20:26.288 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! Oct 27 20:20:26.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.288 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.288 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.288 INFO kablam! ... Oct 27 20:20:26.288 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 27 20:20:26.288 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! Oct 27 20:20:26.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.288 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.288 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.288 INFO kablam! ... Oct 27 20:20:26.288 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 27 20:20:26.288 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.288 INFO kablam! | Oct 27 20:20:26.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.289 INFO kablam! | Oct 27 20:20:26.289 INFO kablam! Oct 27 20:20:26.298 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.298 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.298 INFO kablam! | ^^^^^ Oct 27 20:20:26.298 INFO kablam! ... Oct 27 20:20:26.298 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 27 20:20:26.298 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! Oct 27 20:20:26.298 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.298 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.298 INFO kablam! | ^^^^^ Oct 27 20:20:26.298 INFO kablam! ... Oct 27 20:20:26.298 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 27 20:20:26.298 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! Oct 27 20:20:26.298 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.298 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.298 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.298 INFO kablam! ... Oct 27 20:20:26.298 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 27 20:20:26.298 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! Oct 27 20:20:26.298 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.298 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.298 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.298 INFO kablam! ... Oct 27 20:20:26.298 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 27 20:20:26.298 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! Oct 27 20:20:26.298 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.298 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.298 INFO kablam! | ^^^^^ Oct 27 20:20:26.298 INFO kablam! ... Oct 27 20:20:26.298 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 27 20:20:26.298 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.298 INFO kablam! | Oct 27 20:20:26.298 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.298 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! Oct 27 20:20:26.299 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.299 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.299 INFO kablam! | ^^^^^ Oct 27 20:20:26.299 INFO kablam! ... Oct 27 20:20:26.299 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 27 20:20:26.299 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! Oct 27 20:20:26.299 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.299 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.299 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.299 INFO kablam! ... Oct 27 20:20:26.299 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 27 20:20:26.299 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! Oct 27 20:20:26.299 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.299 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.299 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.299 INFO kablam! ... Oct 27 20:20:26.299 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 27 20:20:26.299 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! Oct 27 20:20:26.299 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.299 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.299 INFO kablam! | ^^^^^ Oct 27 20:20:26.299 INFO kablam! ... Oct 27 20:20:26.299 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 27 20:20:26.299 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! Oct 27 20:20:26.299 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.299 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.299 INFO kablam! | ^^^^^ Oct 27 20:20:26.299 INFO kablam! ... Oct 27 20:20:26.299 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 27 20:20:26.299 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! Oct 27 20:20:26.299 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.299 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.299 INFO kablam! | Oct 27 20:20:26.299 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.299 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.299 INFO kablam! ... Oct 27 20:20:26.300 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 27 20:20:26.300 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! Oct 27 20:20:26.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.300 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.300 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.300 INFO kablam! ... Oct 27 20:20:26.300 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 27 20:20:26.300 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! Oct 27 20:20:26.300 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.300 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.300 INFO kablam! | ^^^^^ Oct 27 20:20:26.300 INFO kablam! ... Oct 27 20:20:26.300 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 27 20:20:26.300 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! Oct 27 20:20:26.300 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.300 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.300 INFO kablam! | ^^^^^ Oct 27 20:20:26.300 INFO kablam! ... Oct 27 20:20:26.300 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 27 20:20:26.300 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! Oct 27 20:20:26.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.300 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.300 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.300 INFO kablam! ... Oct 27 20:20:26.300 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 27 20:20:26.300 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.300 INFO kablam! | Oct 27 20:20:26.300 INFO kablam! Oct 27 20:20:26.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.311 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.311 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.311 INFO kablam! ... Oct 27 20:20:26.311 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 27 20:20:26.311 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! Oct 27 20:20:26.311 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.311 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.311 INFO kablam! | ^^^^^ Oct 27 20:20:26.311 INFO kablam! ... Oct 27 20:20:26.311 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 27 20:20:26.311 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! Oct 27 20:20:26.311 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.311 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.311 INFO kablam! | ^^^^^ Oct 27 20:20:26.311 INFO kablam! ... Oct 27 20:20:26.311 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 27 20:20:26.311 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! Oct 27 20:20:26.311 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.311 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.311 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.311 INFO kablam! ... Oct 27 20:20:26.311 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 27 20:20:26.311 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! Oct 27 20:20:26.311 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.311 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.311 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.311 INFO kablam! ... Oct 27 20:20:26.311 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 27 20:20:26.311 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! Oct 27 20:20:26.311 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.311 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.311 INFO kablam! | ^^^^^ Oct 27 20:20:26.311 INFO kablam! ... Oct 27 20:20:26.311 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 27 20:20:26.311 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.311 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! Oct 27 20:20:26.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.312 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.312 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.312 INFO kablam! | ^^^^^ Oct 27 20:20:26.312 INFO kablam! ... Oct 27 20:20:26.312 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 27 20:20:26.312 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.312 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.312 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.312 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! Oct 27 20:20:26.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.312 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.312 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.312 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.312 INFO kablam! ... Oct 27 20:20:26.312 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 27 20:20:26.312 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.312 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.312 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.312 INFO kablam! | Oct 27 20:20:26.312 INFO kablam! Oct 27 20:20:26.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.323 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.323 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.323 INFO kablam! ... Oct 27 20:20:26.323 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 27 20:20:26.323 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! Oct 27 20:20:26.323 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.323 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.323 INFO kablam! | ^^^^^ Oct 27 20:20:26.323 INFO kablam! ... Oct 27 20:20:26.323 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 27 20:20:26.323 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! Oct 27 20:20:26.323 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.323 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.323 INFO kablam! | ^^^^^ Oct 27 20:20:26.323 INFO kablam! ... Oct 27 20:20:26.323 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 27 20:20:26.323 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! Oct 27 20:20:26.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.323 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.323 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.323 INFO kablam! ... Oct 27 20:20:26.323 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 27 20:20:26.323 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! Oct 27 20:20:26.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.323 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.323 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.323 INFO kablam! ... Oct 27 20:20:26.323 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 27 20:20:26.323 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! Oct 27 20:20:26.323 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.323 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.323 INFO kablam! | ^^^^^ Oct 27 20:20:26.323 INFO kablam! ... Oct 27 20:20:26.323 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 27 20:20:26.323 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.323 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! Oct 27 20:20:26.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.324 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.324 INFO kablam! | ^^^^^ Oct 27 20:20:26.324 INFO kablam! ... Oct 27 20:20:26.324 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 27 20:20:26.324 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! Oct 27 20:20:26.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.324 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.324 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.324 INFO kablam! ... Oct 27 20:20:26.324 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 27 20:20:26.324 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! Oct 27 20:20:26.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.324 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.324 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.324 INFO kablam! ... Oct 27 20:20:26.324 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 27 20:20:26.324 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! Oct 27 20:20:26.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.324 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.324 INFO kablam! | ^^^^^ Oct 27 20:20:26.324 INFO kablam! ... Oct 27 20:20:26.324 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 27 20:20:26.324 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! Oct 27 20:20:26.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.324 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.324 INFO kablam! | ^^^^^ Oct 27 20:20:26.324 INFO kablam! ... Oct 27 20:20:26.324 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 27 20:20:26.324 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! Oct 27 20:20:26.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.324 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.324 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.324 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.324 INFO kablam! ... Oct 27 20:20:26.324 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 27 20:20:26.324 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.324 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! Oct 27 20:20:26.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.325 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.325 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.325 INFO kablam! ... Oct 27 20:20:26.325 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 27 20:20:26.325 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! Oct 27 20:20:26.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.325 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.325 INFO kablam! | ^^^^^ Oct 27 20:20:26.325 INFO kablam! ... Oct 27 20:20:26.325 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 27 20:20:26.325 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! Oct 27 20:20:26.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.325 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.325 INFO kablam! | ^^^^^ Oct 27 20:20:26.325 INFO kablam! ... Oct 27 20:20:26.325 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 27 20:20:26.325 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! Oct 27 20:20:26.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.325 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.325 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.325 INFO kablam! ... Oct 27 20:20:26.325 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 27 20:20:26.325 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! Oct 27 20:20:26.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.325 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.325 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.325 INFO kablam! ... Oct 27 20:20:26.325 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 27 20:20:26.325 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.325 INFO kablam! | Oct 27 20:20:26.325 INFO kablam! Oct 27 20:20:26.331 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.331 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.331 INFO kablam! | ^^^^^ Oct 27 20:20:26.331 INFO kablam! ... Oct 27 20:20:26.331 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 27 20:20:26.331 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! Oct 27 20:20:26.331 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.331 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.331 INFO kablam! | ^^^^^ Oct 27 20:20:26.331 INFO kablam! ... Oct 27 20:20:26.331 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 27 20:20:26.331 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! Oct 27 20:20:26.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.331 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.331 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.331 INFO kablam! ... Oct 27 20:20:26.331 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 27 20:20:26.331 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! Oct 27 20:20:26.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.331 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.331 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.331 INFO kablam! ... Oct 27 20:20:26.331 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 27 20:20:26.331 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.331 INFO kablam! | Oct 27 20:20:26.331 INFO kablam! Oct 27 20:20:26.342 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.342 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.343 INFO kablam! | ^^^^^ Oct 27 20:20:26.343 INFO kablam! ... Oct 27 20:20:26.343 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 27 20:20:26.343 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! Oct 27 20:20:26.343 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.343 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.343 INFO kablam! | ^^^^^ Oct 27 20:20:26.343 INFO kablam! ... Oct 27 20:20:26.343 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 27 20:20:26.343 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! Oct 27 20:20:26.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.343 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.343 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.343 INFO kablam! ... Oct 27 20:20:26.343 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 27 20:20:26.343 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.343 INFO kablam! | Oct 27 20:20:26.343 INFO kablam! Oct 27 20:20:26.350 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.351 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.351 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.351 INFO kablam! ... Oct 27 20:20:26.351 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 27 20:20:26.351 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! Oct 27 20:20:26.351 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.351 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.351 INFO kablam! | ^^^^^ Oct 27 20:20:26.351 INFO kablam! ... Oct 27 20:20:26.351 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 27 20:20:26.351 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! Oct 27 20:20:26.351 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.351 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.351 INFO kablam! | ^^^^^ Oct 27 20:20:26.351 INFO kablam! ... Oct 27 20:20:26.351 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 27 20:20:26.351 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! Oct 27 20:20:26.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.351 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.351 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.351 INFO kablam! ... Oct 27 20:20:26.351 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 27 20:20:26.351 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! Oct 27 20:20:26.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.351 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.351 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.351 INFO kablam! ... Oct 27 20:20:26.351 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 27 20:20:26.351 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! Oct 27 20:20:26.351 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.351 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.351 INFO kablam! | ^^^^^ Oct 27 20:20:26.351 INFO kablam! ... Oct 27 20:20:26.351 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 27 20:20:26.351 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.351 INFO kablam! | Oct 27 20:20:26.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! Oct 27 20:20:26.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.352 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.352 INFO kablam! | ^^^^^ Oct 27 20:20:26.352 INFO kablam! ... Oct 27 20:20:26.352 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 27 20:20:26.352 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! Oct 27 20:20:26.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.352 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.352 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.352 INFO kablam! ... Oct 27 20:20:26.352 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 27 20:20:26.352 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! Oct 27 20:20:26.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.352 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.352 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.352 INFO kablam! ... Oct 27 20:20:26.352 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 27 20:20:26.352 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! Oct 27 20:20:26.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.352 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.352 INFO kablam! | ^^^^^ Oct 27 20:20:26.352 INFO kablam! ... Oct 27 20:20:26.352 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 27 20:20:26.352 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! Oct 27 20:20:26.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.352 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.352 INFO kablam! | ^^^^^ Oct 27 20:20:26.352 INFO kablam! ... Oct 27 20:20:26.352 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 27 20:20:26.352 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! Oct 27 20:20:26.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.352 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.352 INFO kablam! | Oct 27 20:20:26.352 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.352 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.352 INFO kablam! ... Oct 27 20:20:26.353 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 27 20:20:26.353 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.353 INFO kablam! | Oct 27 20:20:26.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.353 INFO kablam! | Oct 27 20:20:26.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.353 INFO kablam! | Oct 27 20:20:26.353 INFO kablam! Oct 27 20:20:26.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.363 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.363 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.363 INFO kablam! ... Oct 27 20:20:26.363 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 27 20:20:26.363 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! Oct 27 20:20:26.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.363 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.363 INFO kablam! | ^^^^^ Oct 27 20:20:26.363 INFO kablam! ... Oct 27 20:20:26.363 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 27 20:20:26.363 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! Oct 27 20:20:26.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.363 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.363 INFO kablam! | ^^^^^ Oct 27 20:20:26.363 INFO kablam! ... Oct 27 20:20:26.363 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 27 20:20:26.363 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! Oct 27 20:20:26.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.363 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.363 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.363 INFO kablam! ... Oct 27 20:20:26.363 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 27 20:20:26.363 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! Oct 27 20:20:26.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.363 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.363 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.363 INFO kablam! ... Oct 27 20:20:26.363 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 27 20:20:26.363 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! Oct 27 20:20:26.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.363 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.363 INFO kablam! | ^^^^^ Oct 27 20:20:26.363 INFO kablam! ... Oct 27 20:20:26.363 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 27 20:20:26.363 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.363 INFO kablam! | Oct 27 20:20:26.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! Oct 27 20:20:26.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.364 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.364 INFO kablam! | ^^^^^ Oct 27 20:20:26.364 INFO kablam! ... Oct 27 20:20:26.364 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 27 20:20:26.364 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! Oct 27 20:20:26.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.364 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.364 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.364 INFO kablam! ... Oct 27 20:20:26.364 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 27 20:20:26.364 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! Oct 27 20:20:26.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.364 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.364 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.364 INFO kablam! ... Oct 27 20:20:26.364 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 27 20:20:26.364 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! Oct 27 20:20:26.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.364 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.364 INFO kablam! | ^^^^^ Oct 27 20:20:26.364 INFO kablam! ... Oct 27 20:20:26.364 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 27 20:20:26.364 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.364 INFO kablam! | Oct 27 20:20:26.364 INFO kablam! Oct 27 20:20:26.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.375 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.375 INFO kablam! | ^^^^^ Oct 27 20:20:26.375 INFO kablam! ... Oct 27 20:20:26.375 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 27 20:20:26.375 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! Oct 27 20:20:26.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.375 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.375 INFO kablam! ... Oct 27 20:20:26.375 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 27 20:20:26.375 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! Oct 27 20:20:26.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.375 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.375 INFO kablam! ... Oct 27 20:20:26.375 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 27 20:20:26.375 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! Oct 27 20:20:26.375 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.375 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.375 INFO kablam! | ^^^^^ Oct 27 20:20:26.375 INFO kablam! ... Oct 27 20:20:26.375 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 27 20:20:26.375 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! Oct 27 20:20:26.375 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.375 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.375 INFO kablam! | ^^^^^ Oct 27 20:20:26.375 INFO kablam! ... Oct 27 20:20:26.375 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 27 20:20:26.375 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! Oct 27 20:20:26.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.375 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.375 INFO kablam! ... Oct 27 20:20:26.375 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 27 20:20:26.375 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.375 INFO kablam! | Oct 27 20:20:26.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! Oct 27 20:20:26.376 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.376 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.376 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.376 INFO kablam! ... Oct 27 20:20:26.376 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 27 20:20:26.376 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! Oct 27 20:20:26.376 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.376 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.376 INFO kablam! | ^^^^^ Oct 27 20:20:26.376 INFO kablam! ... Oct 27 20:20:26.376 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 27 20:20:26.376 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.376 INFO kablam! | Oct 27 20:20:26.376 INFO kablam! Oct 27 20:20:26.382 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.383 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.383 INFO kablam! | ^^^^^ Oct 27 20:20:26.383 INFO kablam! ... Oct 27 20:20:26.383 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 27 20:20:26.383 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! Oct 27 20:20:26.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.383 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.383 INFO kablam! ... Oct 27 20:20:26.383 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 27 20:20:26.383 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! Oct 27 20:20:26.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.383 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.383 INFO kablam! ... Oct 27 20:20:26.383 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 27 20:20:26.383 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! Oct 27 20:20:26.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.383 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.383 INFO kablam! | ^^^^^ Oct 27 20:20:26.383 INFO kablam! ... Oct 27 20:20:26.383 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 27 20:20:26.383 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! Oct 27 20:20:26.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.383 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.383 INFO kablam! | ^^^^^ Oct 27 20:20:26.383 INFO kablam! ... Oct 27 20:20:26.383 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 27 20:20:26.383 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.383 INFO kablam! | Oct 27 20:20:26.383 INFO kablam! Oct 27 20:20:26.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.387 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.387 INFO kablam! ... Oct 27 20:20:26.387 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 27 20:20:26.387 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! Oct 27 20:20:26.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.387 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.387 INFO kablam! ... Oct 27 20:20:26.387 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 27 20:20:26.387 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! Oct 27 20:20:26.387 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.387 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.387 INFO kablam! | ^^^^^ Oct 27 20:20:26.387 INFO kablam! ... Oct 27 20:20:26.387 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 27 20:20:26.387 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! Oct 27 20:20:26.387 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.387 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.387 INFO kablam! | ^^^^^ Oct 27 20:20:26.387 INFO kablam! ... Oct 27 20:20:26.387 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 27 20:20:26.387 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! Oct 27 20:20:26.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.387 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.387 INFO kablam! ... Oct 27 20:20:26.387 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 27 20:20:26.387 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! Oct 27 20:20:26.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.387 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.387 INFO kablam! | Oct 27 20:20:26.387 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.387 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.388 INFO kablam! ... Oct 27 20:20:26.388 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 27 20:20:26.388 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! Oct 27 20:20:26.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.388 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.388 INFO kablam! | ^^^^^ Oct 27 20:20:26.388 INFO kablam! ... Oct 27 20:20:26.388 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 27 20:20:26.388 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! Oct 27 20:20:26.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.388 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.388 INFO kablam! | ^^^^^ Oct 27 20:20:26.388 INFO kablam! ... Oct 27 20:20:26.388 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 27 20:20:26.388 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! Oct 27 20:20:26.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.388 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.388 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.388 INFO kablam! ... Oct 27 20:20:26.388 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 27 20:20:26.388 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.388 INFO kablam! | Oct 27 20:20:26.388 INFO kablam! Oct 27 20:20:26.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.395 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.395 INFO kablam! ... Oct 27 20:20:26.395 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 27 20:20:26.395 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! Oct 27 20:20:26.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.395 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.395 INFO kablam! | ^^^^^ Oct 27 20:20:26.395 INFO kablam! ... Oct 27 20:20:26.395 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 27 20:20:26.395 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! Oct 27 20:20:26.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.395 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.395 INFO kablam! | ^^^^^ Oct 27 20:20:26.395 INFO kablam! ... Oct 27 20:20:26.395 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 27 20:20:26.395 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! Oct 27 20:20:26.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.395 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.395 INFO kablam! ... Oct 27 20:20:26.395 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 27 20:20:26.395 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! Oct 27 20:20:26.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.395 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.395 INFO kablam! ... Oct 27 20:20:26.395 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 27 20:20:26.395 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! Oct 27 20:20:26.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.395 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.395 INFO kablam! | Oct 27 20:20:26.395 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.395 INFO kablam! | ^^^^^ Oct 27 20:20:26.396 INFO kablam! ... Oct 27 20:20:26.396 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 27 20:20:26.396 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! Oct 27 20:20:26.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.396 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.396 INFO kablam! | ^^^^^ Oct 27 20:20:26.396 INFO kablam! ... Oct 27 20:20:26.396 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 27 20:20:26.396 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! Oct 27 20:20:26.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.396 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.396 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.396 INFO kablam! ... Oct 27 20:20:26.396 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 27 20:20:26.396 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.396 INFO kablam! | Oct 27 20:20:26.396 INFO kablam! Oct 27 20:20:26.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.403 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.403 INFO kablam! ... Oct 27 20:20:26.403 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 27 20:20:26.403 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! Oct 27 20:20:26.403 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.403 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.403 INFO kablam! | ^^^^^ Oct 27 20:20:26.403 INFO kablam! ... Oct 27 20:20:26.403 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 27 20:20:26.403 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! Oct 27 20:20:26.403 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.403 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.403 INFO kablam! | ^^^^^ Oct 27 20:20:26.403 INFO kablam! ... Oct 27 20:20:26.403 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 27 20:20:26.403 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! Oct 27 20:20:26.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.403 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.403 INFO kablam! ... Oct 27 20:20:26.403 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 27 20:20:26.403 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! Oct 27 20:20:26.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.403 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.403 INFO kablam! ... Oct 27 20:20:26.403 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 27 20:20:26.403 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! Oct 27 20:20:26.403 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.403 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.403 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.403 INFO kablam! | ^^^^^ Oct 27 20:20:26.403 INFO kablam! ... Oct 27 20:20:26.403 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 27 20:20:26.403 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.403 INFO kablam! | Oct 27 20:20:26.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.404 INFO kablam! | Oct 27 20:20:26.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.404 INFO kablam! | Oct 27 20:20:26.404 INFO kablam! Oct 27 20:20:26.404 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.404 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.404 INFO kablam! | Oct 27 20:20:26.404 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.404 INFO kablam! | ^^^^^ Oct 27 20:20:26.404 INFO kablam! ... Oct 27 20:20:26.404 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 27 20:20:26.404 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.404 INFO kablam! | Oct 27 20:20:26.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.404 INFO kablam! | Oct 27 20:20:26.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.404 INFO kablam! | Oct 27 20:20:26.404 INFO kablam! Oct 27 20:20:26.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.407 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.407 INFO kablam! | Oct 27 20:20:26.407 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.407 INFO kablam! ... Oct 27 20:20:26.407 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 27 20:20:26.407 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.407 INFO kablam! | Oct 27 20:20:26.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.407 INFO kablam! | Oct 27 20:20:26.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.407 INFO kablam! | Oct 27 20:20:26.407 INFO kablam! Oct 27 20:20:26.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.411 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.411 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.411 INFO kablam! ... Oct 27 20:20:26.411 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 27 20:20:26.411 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! Oct 27 20:20:26.411 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.411 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.411 INFO kablam! | ^^^^^ Oct 27 20:20:26.411 INFO kablam! ... Oct 27 20:20:26.411 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 27 20:20:26.411 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! Oct 27 20:20:26.411 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.411 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.411 INFO kablam! | ^^^^^ Oct 27 20:20:26.411 INFO kablam! ... Oct 27 20:20:26.411 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 27 20:20:26.411 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.411 INFO kablam! | Oct 27 20:20:26.411 INFO kablam! Oct 27 20:20:26.418 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.419 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.419 INFO kablam! | Oct 27 20:20:26.422 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.423 INFO kablam! ... Oct 27 20:20:26.423 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 27 20:20:26.423 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! Oct 27 20:20:26.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.423 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.423 INFO kablam! ... Oct 27 20:20:26.423 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 27 20:20:26.423 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! Oct 27 20:20:26.423 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.423 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.423 INFO kablam! | ^^^^^ Oct 27 20:20:26.423 INFO kablam! ... Oct 27 20:20:26.423 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 27 20:20:26.423 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! Oct 27 20:20:26.423 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.423 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.423 INFO kablam! | ^^^^^ Oct 27 20:20:26.423 INFO kablam! ... Oct 27 20:20:26.423 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 27 20:20:26.423 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! Oct 27 20:20:26.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.423 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.423 INFO kablam! ... Oct 27 20:20:26.423 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 27 20:20:26.423 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! Oct 27 20:20:26.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.423 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.423 INFO kablam! ... Oct 27 20:20:26.423 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 27 20:20:26.423 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.423 INFO kablam! | Oct 27 20:20:26.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! Oct 27 20:20:26.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.424 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.424 INFO kablam! | ^^^^^ Oct 27 20:20:26.424 INFO kablam! ... Oct 27 20:20:26.424 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 27 20:20:26.424 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! Oct 27 20:20:26.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.424 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.424 INFO kablam! | ^^^^^ Oct 27 20:20:26.424 INFO kablam! ... Oct 27 20:20:26.424 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 27 20:20:26.424 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! Oct 27 20:20:26.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.424 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.424 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.424 INFO kablam! ... Oct 27 20:20:26.424 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 27 20:20:26.424 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! Oct 27 20:20:26.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.424 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.424 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.424 INFO kablam! ... Oct 27 20:20:26.424 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 27 20:20:26.424 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! Oct 27 20:20:26.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.424 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.424 INFO kablam! | ^^^^^ Oct 27 20:20:26.424 INFO kablam! ... Oct 27 20:20:26.424 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 27 20:20:26.424 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.424 INFO kablam! Oct 27 20:20:26.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.424 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.424 INFO kablam! | Oct 27 20:20:26.425 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.425 INFO kablam! | ^^^^^ Oct 27 20:20:26.425 INFO kablam! ... Oct 27 20:20:26.425 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 27 20:20:26.425 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.425 INFO kablam! | Oct 27 20:20:26.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.425 INFO kablam! | Oct 27 20:20:26.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.425 INFO kablam! | Oct 27 20:20:26.425 INFO kablam! Oct 27 20:20:26.434 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.435 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.435 INFO kablam! ... Oct 27 20:20:26.435 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 27 20:20:26.435 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! Oct 27 20:20:26.435 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.435 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.435 INFO kablam! ... Oct 27 20:20:26.435 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 27 20:20:26.435 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! Oct 27 20:20:26.435 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.435 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.435 INFO kablam! | ^^^^^ Oct 27 20:20:26.435 INFO kablam! ... Oct 27 20:20:26.435 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 27 20:20:26.435 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! Oct 27 20:20:26.435 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.435 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.435 INFO kablam! | ^^^^^ Oct 27 20:20:26.435 INFO kablam! ... Oct 27 20:20:26.435 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 27 20:20:26.435 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! Oct 27 20:20:26.435 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.435 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.435 INFO kablam! ... Oct 27 20:20:26.435 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 27 20:20:26.435 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! Oct 27 20:20:26.435 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.435 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.435 INFO kablam! | Oct 27 20:20:26.435 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.435 INFO kablam! ... Oct 27 20:20:26.435 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 27 20:20:26.435 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! Oct 27 20:20:26.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.436 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.436 INFO kablam! | ^^^^^ Oct 27 20:20:26.436 INFO kablam! ... Oct 27 20:20:26.436 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 27 20:20:26.436 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! Oct 27 20:20:26.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.436 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.436 INFO kablam! | ^^^^^ Oct 27 20:20:26.436 INFO kablam! ... Oct 27 20:20:26.436 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 27 20:20:26.436 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! Oct 27 20:20:26.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.436 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.436 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.436 INFO kablam! ... Oct 27 20:20:26.436 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 27 20:20:26.436 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! Oct 27 20:20:26.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.436 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.436 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.436 INFO kablam! ... Oct 27 20:20:26.436 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 27 20:20:26.436 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! Oct 27 20:20:26.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.436 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.436 INFO kablam! | ^^^^^ Oct 27 20:20:26.436 INFO kablam! ... Oct 27 20:20:26.436 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 27 20:20:26.436 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.436 INFO kablam! | Oct 27 20:20:26.436 INFO kablam! Oct 27 20:20:26.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.437 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.437 INFO kablam! | ^^^^^ Oct 27 20:20:26.437 INFO kablam! ... Oct 27 20:20:26.437 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 27 20:20:26.437 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! Oct 27 20:20:26.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.437 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.437 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.437 INFO kablam! ... Oct 27 20:20:26.437 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 27 20:20:26.437 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! Oct 27 20:20:26.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.437 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.437 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.437 INFO kablam! ... Oct 27 20:20:26.437 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 27 20:20:26.437 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! Oct 27 20:20:26.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.437 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.437 INFO kablam! | ^^^^^ Oct 27 20:20:26.437 INFO kablam! ... Oct 27 20:20:26.437 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 27 20:20:26.437 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! Oct 27 20:20:26.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.437 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.437 INFO kablam! | ^^^^^ Oct 27 20:20:26.437 INFO kablam! ... Oct 27 20:20:26.437 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 27 20:20:26.437 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! Oct 27 20:20:26.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.437 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.437 INFO kablam! | Oct 27 20:20:26.437 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.437 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.437 INFO kablam! ... Oct 27 20:20:26.437 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 27 20:20:26.438 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! Oct 27 20:20:26.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.438 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.438 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.438 INFO kablam! ... Oct 27 20:20:26.438 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 27 20:20:26.438 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! Oct 27 20:20:26.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.438 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.438 INFO kablam! | ^^^^^ Oct 27 20:20:26.438 INFO kablam! ... Oct 27 20:20:26.438 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 27 20:20:26.438 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! Oct 27 20:20:26.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.438 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.438 INFO kablam! | ^^^^^ Oct 27 20:20:26.438 INFO kablam! ... Oct 27 20:20:26.438 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 27 20:20:26.438 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! Oct 27 20:20:26.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.438 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.438 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.438 INFO kablam! ... Oct 27 20:20:26.438 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 27 20:20:26.438 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.438 INFO kablam! | Oct 27 20:20:26.446 INFO kablam! Oct 27 20:20:26.447 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.447 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.447 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.447 INFO kablam! ... Oct 27 20:20:26.447 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 27 20:20:26.447 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! Oct 27 20:20:26.447 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.447 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.447 INFO kablam! | ^^^^^ Oct 27 20:20:26.447 INFO kablam! ... Oct 27 20:20:26.447 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 27 20:20:26.447 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! Oct 27 20:20:26.447 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.447 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.447 INFO kablam! | ^^^^^ Oct 27 20:20:26.447 INFO kablam! ... Oct 27 20:20:26.447 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 27 20:20:26.447 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! Oct 27 20:20:26.447 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.447 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.447 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.447 INFO kablam! ... Oct 27 20:20:26.447 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 27 20:20:26.447 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! Oct 27 20:20:26.447 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.447 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.447 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.447 INFO kablam! ... Oct 27 20:20:26.447 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 27 20:20:26.447 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! Oct 27 20:20:26.447 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.447 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.447 INFO kablam! | Oct 27 20:20:26.447 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.447 INFO kablam! | ^^^^^ Oct 27 20:20:26.447 INFO kablam! ... Oct 27 20:20:26.448 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 27 20:20:26.448 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.448 INFO kablam! | Oct 27 20:20:26.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.448 INFO kablam! | Oct 27 20:20:26.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.448 INFO kablam! | Oct 27 20:20:26.448 INFO kablam! Oct 27 20:20:26.448 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.448 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.448 INFO kablam! | Oct 27 20:20:26.448 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.448 INFO kablam! | ^^^^^ Oct 27 20:20:26.448 INFO kablam! ... Oct 27 20:20:26.448 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 27 20:20:26.448 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.448 INFO kablam! | Oct 27 20:20:26.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.448 INFO kablam! | Oct 27 20:20:26.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.448 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! Oct 27 20:20:26.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.452 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.452 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.452 INFO kablam! ... Oct 27 20:20:26.452 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 27 20:20:26.452 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.452 INFO kablam! | Oct 27 20:20:26.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! Oct 27 20:20:26.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.453 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.453 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.453 INFO kablam! ... Oct 27 20:20:26.453 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 27 20:20:26.453 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! Oct 27 20:20:26.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.453 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.453 INFO kablam! | ^^^^^ Oct 27 20:20:26.453 INFO kablam! ... Oct 27 20:20:26.453 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 27 20:20:26.453 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! Oct 27 20:20:26.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.453 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.453 INFO kablam! | ^^^^^ Oct 27 20:20:26.453 INFO kablam! ... Oct 27 20:20:26.453 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 27 20:20:26.453 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! Oct 27 20:20:26.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.453 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.453 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.453 INFO kablam! ... Oct 27 20:20:26.453 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 27 20:20:26.453 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! Oct 27 20:20:26.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.453 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.453 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.453 INFO kablam! ... Oct 27 20:20:26.453 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 27 20:20:26.453 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.453 INFO kablam! | Oct 27 20:20:26.453 INFO kablam! Oct 27 20:20:26.458 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.459 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.459 INFO kablam! | ^^^^^ Oct 27 20:20:26.459 INFO kablam! ... Oct 27 20:20:26.459 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 27 20:20:26.459 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! Oct 27 20:20:26.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.459 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.459 INFO kablam! | ^^^^^ Oct 27 20:20:26.459 INFO kablam! ... Oct 27 20:20:26.459 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 27 20:20:26.459 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! Oct 27 20:20:26.459 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.459 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.459 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.459 INFO kablam! ... Oct 27 20:20:26.459 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 27 20:20:26.459 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! Oct 27 20:20:26.459 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.459 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.459 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.459 INFO kablam! ... Oct 27 20:20:26.459 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 27 20:20:26.459 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! Oct 27 20:20:26.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.459 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.459 INFO kablam! | ^^^^^ Oct 27 20:20:26.459 INFO kablam! ... Oct 27 20:20:26.459 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 27 20:20:26.459 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! Oct 27 20:20:26.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.459 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.459 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.459 INFO kablam! | ^^^^^ Oct 27 20:20:26.459 INFO kablam! ... Oct 27 20:20:26.459 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 27 20:20:26.459 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.459 INFO kablam! | Oct 27 20:20:26.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.460 INFO kablam! | Oct 27 20:20:26.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.460 INFO kablam! | Oct 27 20:20:26.460 INFO kablam! Oct 27 20:20:26.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.460 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.460 INFO kablam! | Oct 27 20:20:26.460 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.460 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.460 INFO kablam! ... Oct 27 20:20:26.460 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 27 20:20:26.460 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.460 INFO kablam! | Oct 27 20:20:26.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.460 INFO kablam! | Oct 27 20:20:26.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.460 INFO kablam! | Oct 27 20:20:26.460 INFO kablam! Oct 27 20:20:26.466 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.466 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.466 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.467 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.467 INFO kablam! ... Oct 27 20:20:26.467 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 27 20:20:26.467 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! Oct 27 20:20:26.467 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.467 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.467 INFO kablam! | ^^^^^ Oct 27 20:20:26.467 INFO kablam! ... Oct 27 20:20:26.467 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 27 20:20:26.467 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! Oct 27 20:20:26.467 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.467 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.467 INFO kablam! | ^^^^^ Oct 27 20:20:26.467 INFO kablam! ... Oct 27 20:20:26.467 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 27 20:20:26.467 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! Oct 27 20:20:26.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.467 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.467 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.467 INFO kablam! ... Oct 27 20:20:26.467 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 27 20:20:26.467 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! Oct 27 20:20:26.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.467 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.467 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.467 INFO kablam! ... Oct 27 20:20:26.467 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 27 20:20:26.467 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.467 INFO kablam! | Oct 27 20:20:26.467 INFO kablam! Oct 27 20:20:26.474 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.474 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.475 INFO kablam! | ^^^^^ Oct 27 20:20:26.475 INFO kablam! ... Oct 27 20:20:26.475 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 27 20:20:26.475 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! Oct 27 20:20:26.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.475 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.475 INFO kablam! | ^^^^^ Oct 27 20:20:26.475 INFO kablam! ... Oct 27 20:20:26.475 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 27 20:20:26.475 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! Oct 27 20:20:26.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.475 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.475 INFO kablam! ... Oct 27 20:20:26.475 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 27 20:20:26.475 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! Oct 27 20:20:26.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.475 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.475 INFO kablam! ... Oct 27 20:20:26.475 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 27 20:20:26.475 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! Oct 27 20:20:26.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.475 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.475 INFO kablam! | ^^^^^ Oct 27 20:20:26.475 INFO kablam! ... Oct 27 20:20:26.475 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 27 20:20:26.475 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! Oct 27 20:20:26.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.475 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.475 INFO kablam! | ^^^^^ Oct 27 20:20:26.475 INFO kablam! ... Oct 27 20:20:26.475 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 27 20:20:26.475 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.475 INFO kablam! | Oct 27 20:20:26.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! Oct 27 20:20:26.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.476 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.476 INFO kablam! ... Oct 27 20:20:26.476 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 27 20:20:26.476 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! Oct 27 20:20:26.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.476 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.476 INFO kablam! ... Oct 27 20:20:26.476 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 27 20:20:26.476 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! Oct 27 20:20:26.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.476 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.476 INFO kablam! | ^^^^^ Oct 27 20:20:26.476 INFO kablam! ... Oct 27 20:20:26.476 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 27 20:20:26.476 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! Oct 27 20:20:26.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.476 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.476 INFO kablam! | ^^^^^ Oct 27 20:20:26.476 INFO kablam! ... Oct 27 20:20:26.476 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 27 20:20:26.476 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! Oct 27 20:20:26.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.476 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.476 INFO kablam! ... Oct 27 20:20:26.476 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 27 20:20:26.476 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! Oct 27 20:20:26.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.476 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.476 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.476 INFO kablam! ... Oct 27 20:20:26.476 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 27 20:20:26.476 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.476 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.477 INFO kablam! | Oct 27 20:20:26.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! Oct 27 20:20:26.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.480 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.480 INFO kablam! | ^^^^^ Oct 27 20:20:26.480 INFO kablam! ... Oct 27 20:20:26.480 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 27 20:20:26.480 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! Oct 27 20:20:26.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.480 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.480 INFO kablam! | ^^^^^ Oct 27 20:20:26.480 INFO kablam! ... Oct 27 20:20:26.480 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 27 20:20:26.480 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! Oct 27 20:20:26.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.480 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.480 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.480 INFO kablam! ... Oct 27 20:20:26.480 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 27 20:20:26.480 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.480 INFO kablam! | Oct 27 20:20:26.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.481 INFO kablam! | Oct 27 20:20:26.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.481 INFO kablam! | Oct 27 20:20:26.481 INFO kablam! Oct 27 20:20:26.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.487 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.487 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.487 INFO kablam! ... Oct 27 20:20:26.487 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 27 20:20:26.487 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! Oct 27 20:20:26.487 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.487 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.487 INFO kablam! | ^^^^^ Oct 27 20:20:26.487 INFO kablam! ... Oct 27 20:20:26.487 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 27 20:20:26.487 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! Oct 27 20:20:26.487 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.487 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.487 INFO kablam! | ^^^^^ Oct 27 20:20:26.487 INFO kablam! ... Oct 27 20:20:26.487 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 27 20:20:26.487 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! Oct 27 20:20:26.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.487 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.487 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.487 INFO kablam! ... Oct 27 20:20:26.487 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 27 20:20:26.487 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! Oct 27 20:20:26.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.487 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.487 INFO kablam! | Oct 27 20:20:26.487 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.487 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.487 INFO kablam! ... Oct 27 20:20:26.487 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 27 20:20:26.487 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.488 INFO kablam! | Oct 27 20:20:26.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.488 INFO kablam! | Oct 27 20:20:26.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.488 INFO kablam! | Oct 27 20:20:26.488 INFO kablam! Oct 27 20:20:26.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.495 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.495 INFO kablam! | ^^^^^ Oct 27 20:20:26.495 INFO kablam! ... Oct 27 20:20:26.495 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 27 20:20:26.495 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! Oct 27 20:20:26.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.495 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.495 INFO kablam! | ^^^^^ Oct 27 20:20:26.495 INFO kablam! ... Oct 27 20:20:26.495 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 27 20:20:26.495 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! Oct 27 20:20:26.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.495 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.495 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.495 INFO kablam! ... Oct 27 20:20:26.495 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 27 20:20:26.495 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! Oct 27 20:20:26.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.495 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.495 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.495 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.495 INFO kablam! ... Oct 27 20:20:26.495 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 27 20:20:26.495 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.495 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! Oct 27 20:20:26.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.496 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.496 INFO kablam! | ^^^^^ Oct 27 20:20:26.496 INFO kablam! ... Oct 27 20:20:26.496 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 27 20:20:26.496 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! Oct 27 20:20:26.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.496 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.496 INFO kablam! | ^^^^^ Oct 27 20:20:26.496 INFO kablam! ... Oct 27 20:20:26.496 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 27 20:20:26.496 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! Oct 27 20:20:26.496 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.496 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.496 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.496 INFO kablam! ... Oct 27 20:20:26.496 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 27 20:20:26.496 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.496 INFO kablam! | Oct 27 20:20:26.496 INFO kablam! Oct 27 20:20:26.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.503 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.503 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.503 INFO kablam! ... Oct 27 20:20:26.503 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 27 20:20:26.503 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! Oct 27 20:20:26.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.503 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.503 INFO kablam! | ^^^^^ Oct 27 20:20:26.503 INFO kablam! ... Oct 27 20:20:26.503 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 27 20:20:26.503 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! Oct 27 20:20:26.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.503 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.503 INFO kablam! | ^^^^^ Oct 27 20:20:26.503 INFO kablam! ... Oct 27 20:20:26.503 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 27 20:20:26.503 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! Oct 27 20:20:26.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.503 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.503 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.503 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.503 INFO kablam! ... Oct 27 20:20:26.503 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 27 20:20:26.503 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.503 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! Oct 27 20:20:26.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.504 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.504 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.504 INFO kablam! ... Oct 27 20:20:26.504 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 27 20:20:26.504 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! Oct 27 20:20:26.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.504 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.504 INFO kablam! | ^^^^^ Oct 27 20:20:26.504 INFO kablam! ... Oct 27 20:20:26.504 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 27 20:20:26.504 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! Oct 27 20:20:26.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.504 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.504 INFO kablam! | ^^^^^ Oct 27 20:20:26.504 INFO kablam! ... Oct 27 20:20:26.504 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 27 20:20:26.504 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! Oct 27 20:20:26.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.504 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.504 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.504 INFO kablam! ... Oct 27 20:20:26.504 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 27 20:20:26.504 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.504 INFO kablam! | Oct 27 20:20:26.504 INFO kablam! Oct 27 20:20:26.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.512 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.512 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.512 INFO kablam! ... Oct 27 20:20:26.512 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 27 20:20:26.512 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! Oct 27 20:20:26.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.512 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.512 INFO kablam! | ^^^^^ Oct 27 20:20:26.512 INFO kablam! ... Oct 27 20:20:26.512 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 27 20:20:26.512 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! Oct 27 20:20:26.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.512 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.512 INFO kablam! | ^^^^^ Oct 27 20:20:26.512 INFO kablam! ... Oct 27 20:20:26.512 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 27 20:20:26.512 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! Oct 27 20:20:26.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.512 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.512 INFO kablam! | Oct 27 20:20:26.512 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.512 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.512 INFO kablam! ... Oct 27 20:20:26.512 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 27 20:20:26.513 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! Oct 27 20:20:26.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.513 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.513 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.513 INFO kablam! ... Oct 27 20:20:26.513 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 27 20:20:26.513 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! Oct 27 20:20:26.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.513 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.513 INFO kablam! | ^^^^^ Oct 27 20:20:26.513 INFO kablam! ... Oct 27 20:20:26.513 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 27 20:20:26.513 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! Oct 27 20:20:26.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.513 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.513 INFO kablam! | ^^^^^ Oct 27 20:20:26.513 INFO kablam! ... Oct 27 20:20:26.513 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 27 20:20:26.513 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.513 INFO kablam! | Oct 27 20:20:26.513 INFO kablam! Oct 27 20:20:26.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.520 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.520 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.520 INFO kablam! ... Oct 27 20:20:26.520 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 27 20:20:26.520 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! Oct 27 20:20:26.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.520 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.520 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.520 INFO kablam! ... Oct 27 20:20:26.520 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 27 20:20:26.520 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! Oct 27 20:20:26.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.520 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.520 INFO kablam! | ^^^^^ Oct 27 20:20:26.520 INFO kablam! ... Oct 27 20:20:26.520 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 27 20:20:26.520 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! Oct 27 20:20:26.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.520 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.520 INFO kablam! | Oct 27 20:20:26.520 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.521 INFO kablam! | ^^^^^ Oct 27 20:20:26.521 INFO kablam! ... Oct 27 20:20:26.521 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 27 20:20:26.521 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! Oct 27 20:20:26.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.521 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.521 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.521 INFO kablam! ... Oct 27 20:20:26.521 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 27 20:20:26.521 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! Oct 27 20:20:26.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.521 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.521 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.521 INFO kablam! ... Oct 27 20:20:26.521 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 27 20:20:26.521 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! Oct 27 20:20:26.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.521 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.521 INFO kablam! | ^^^^^ Oct 27 20:20:26.521 INFO kablam! ... Oct 27 20:20:26.521 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 27 20:20:26.521 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! Oct 27 20:20:26.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.521 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.521 INFO kablam! | ^^^^^ Oct 27 20:20:26.521 INFO kablam! ... Oct 27 20:20:26.521 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 27 20:20:26.521 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! Oct 27 20:20:26.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.521 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.521 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.521 INFO kablam! ... Oct 27 20:20:26.521 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 27 20:20:26.521 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.521 INFO kablam! | Oct 27 20:20:26.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.522 INFO kablam! | Oct 27 20:20:26.522 INFO kablam! Oct 27 20:20:26.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.528 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.528 INFO kablam! | Oct 27 20:20:26.528 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.528 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.528 INFO kablam! ... Oct 27 20:20:26.528 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 27 20:20:26.528 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.528 INFO kablam! | Oct 27 20:20:26.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.528 INFO kablam! | Oct 27 20:20:26.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.528 INFO kablam! | Oct 27 20:20:26.528 INFO kablam! Oct 27 20:20:26.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.528 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.528 INFO kablam! | Oct 27 20:20:26.528 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.528 INFO kablam! | ^^^^^ Oct 27 20:20:26.528 INFO kablam! ... Oct 27 20:20:26.528 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 27 20:20:26.528 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.528 INFO kablam! | Oct 27 20:20:26.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.528 INFO kablam! | Oct 27 20:20:26.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.528 INFO kablam! | Oct 27 20:20:26.528 INFO kablam! Oct 27 20:20:26.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.528 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.528 INFO kablam! | Oct 27 20:20:26.528 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.528 INFO kablam! | ^^^^^ Oct 27 20:20:26.529 INFO kablam! ... Oct 27 20:20:26.529 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 27 20:20:26.529 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! Oct 27 20:20:26.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.529 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.529 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.529 INFO kablam! ... Oct 27 20:20:26.529 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 27 20:20:26.529 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! Oct 27 20:20:26.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.529 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.529 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.529 INFO kablam! ... Oct 27 20:20:26.529 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 27 20:20:26.529 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! Oct 27 20:20:26.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.529 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.529 INFO kablam! | ^^^^^ Oct 27 20:20:26.529 INFO kablam! ... Oct 27 20:20:26.529 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 27 20:20:26.529 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! Oct 27 20:20:26.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.529 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.529 INFO kablam! | ^^^^^ Oct 27 20:20:26.529 INFO kablam! ... Oct 27 20:20:26.529 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 27 20:20:26.529 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.529 INFO kablam! | Oct 27 20:20:26.529 INFO kablam! Oct 27 20:20:26.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.535 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.535 INFO kablam! | Oct 27 20:20:26.535 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.535 INFO kablam! ... Oct 27 20:20:26.535 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 27 20:20:26.535 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.535 INFO kablam! | Oct 27 20:20:26.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.535 INFO kablam! | Oct 27 20:20:26.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.535 INFO kablam! | Oct 27 20:20:26.535 INFO kablam! Oct 27 20:20:26.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.535 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.535 INFO kablam! | Oct 27 20:20:26.535 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.535 INFO kablam! ... Oct 27 20:20:26.535 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 27 20:20:26.535 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.535 INFO kablam! | Oct 27 20:20:26.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.535 INFO kablam! | Oct 27 20:20:26.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.535 INFO kablam! | Oct 27 20:20:26.535 INFO kablam! Oct 27 20:20:26.535 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.535 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.535 INFO kablam! | Oct 27 20:20:26.535 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.535 INFO kablam! | ^^^^^ Oct 27 20:20:26.535 INFO kablam! ... Oct 27 20:20:26.535 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 27 20:20:26.535 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! Oct 27 20:20:26.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.536 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.536 INFO kablam! | ^^^^^ Oct 27 20:20:26.536 INFO kablam! ... Oct 27 20:20:26.536 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 27 20:20:26.536 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! Oct 27 20:20:26.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.536 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.536 INFO kablam! ... Oct 27 20:20:26.536 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 27 20:20:26.536 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! Oct 27 20:20:26.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.536 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.536 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.536 INFO kablam! ... Oct 27 20:20:26.536 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 27 20:20:26.536 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! Oct 27 20:20:26.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.536 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.536 INFO kablam! | ^^^^^ Oct 27 20:20:26.536 INFO kablam! ... Oct 27 20:20:26.536 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 27 20:20:26.536 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! Oct 27 20:20:26.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.536 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.536 INFO kablam! | ^^^^^ Oct 27 20:20:26.536 INFO kablam! ... Oct 27 20:20:26.536 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 27 20:20:26.536 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.536 INFO kablam! | Oct 27 20:20:26.536 INFO kablam! Oct 27 20:20:26.542 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.542 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.542 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.543 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.543 INFO kablam! ... Oct 27 20:20:26.543 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 27 20:20:26.543 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! Oct 27 20:20:26.543 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.543 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.543 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.543 INFO kablam! ... Oct 27 20:20:26.543 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 27 20:20:26.543 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! Oct 27 20:20:26.543 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.543 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.543 INFO kablam! | ^^^^^ Oct 27 20:20:26.543 INFO kablam! ... Oct 27 20:20:26.543 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 27 20:20:26.543 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! Oct 27 20:20:26.543 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.543 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.543 INFO kablam! | ^^^^^ Oct 27 20:20:26.543 INFO kablam! ... Oct 27 20:20:26.543 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 27 20:20:26.543 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! Oct 27 20:20:26.543 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.543 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.543 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.543 INFO kablam! ... Oct 27 20:20:26.543 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 27 20:20:26.543 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! Oct 27 20:20:26.543 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.543 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.543 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.543 INFO kablam! ... Oct 27 20:20:26.543 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 27 20:20:26.543 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.543 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! Oct 27 20:20:26.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.544 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.544 INFO kablam! | ^^^^^ Oct 27 20:20:26.544 INFO kablam! ... Oct 27 20:20:26.544 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 27 20:20:26.544 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! Oct 27 20:20:26.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.544 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.544 INFO kablam! | ^^^^^ Oct 27 20:20:26.544 INFO kablam! ... Oct 27 20:20:26.544 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 27 20:20:26.544 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! Oct 27 20:20:26.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.544 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.544 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.544 INFO kablam! ... Oct 27 20:20:26.544 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 27 20:20:26.544 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.544 INFO kablam! | Oct 27 20:20:26.544 INFO kablam! Oct 27 20:20:26.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.549 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.549 INFO kablam! | Oct 27 20:20:26.549 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.549 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.549 INFO kablam! ... Oct 27 20:20:26.549 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 27 20:20:26.549 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.549 INFO kablam! | Oct 27 20:20:26.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.549 INFO kablam! | Oct 27 20:20:26.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.549 INFO kablam! | Oct 27 20:20:26.549 INFO kablam! Oct 27 20:20:26.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.549 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.549 INFO kablam! | Oct 27 20:20:26.549 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.549 INFO kablam! | ^^^^^ Oct 27 20:20:26.550 INFO kablam! ... Oct 27 20:20:26.550 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 27 20:20:26.550 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! Oct 27 20:20:26.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.550 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.550 INFO kablam! | ^^^^^ Oct 27 20:20:26.550 INFO kablam! ... Oct 27 20:20:26.550 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 27 20:20:26.550 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! Oct 27 20:20:26.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.550 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.550 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.550 INFO kablam! ... Oct 27 20:20:26.550 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 27 20:20:26.550 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! Oct 27 20:20:26.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.550 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.550 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.550 INFO kablam! ... Oct 27 20:20:26.550 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 27 20:20:26.550 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! Oct 27 20:20:26.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.550 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.550 INFO kablam! | ^^^^^ Oct 27 20:20:26.550 INFO kablam! ... Oct 27 20:20:26.550 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 27 20:20:26.550 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! Oct 27 20:20:26.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.550 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.550 INFO kablam! | ^^^^^ Oct 27 20:20:26.550 INFO kablam! ... Oct 27 20:20:26.550 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 27 20:20:26.550 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.550 INFO kablam! | Oct 27 20:20:26.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.551 INFO kablam! | Oct 27 20:20:26.551 INFO kablam! Oct 27 20:20:26.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.551 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.551 INFO kablam! | Oct 27 20:20:26.551 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.551 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.551 INFO kablam! ... Oct 27 20:20:26.551 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 27 20:20:26.551 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.551 INFO kablam! | Oct 27 20:20:26.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.551 INFO kablam! | Oct 27 20:20:26.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.551 INFO kablam! | Oct 27 20:20:26.551 INFO kablam! Oct 27 20:20:26.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.560 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.560 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.560 INFO kablam! ... Oct 27 20:20:26.560 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 27 20:20:26.560 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! Oct 27 20:20:26.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.560 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.560 INFO kablam! | ^^^^^ Oct 27 20:20:26.560 INFO kablam! ... Oct 27 20:20:26.560 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 27 20:20:26.560 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! Oct 27 20:20:26.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.560 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.560 INFO kablam! | ^^^^^ Oct 27 20:20:26.560 INFO kablam! ... Oct 27 20:20:26.560 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 27 20:20:26.560 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.560 INFO kablam! | Oct 27 20:20:26.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! Oct 27 20:20:26.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.561 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.561 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.561 INFO kablam! ... Oct 27 20:20:26.561 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 27 20:20:26.561 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! Oct 27 20:20:26.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.561 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.561 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.561 INFO kablam! ... Oct 27 20:20:26.561 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 27 20:20:26.561 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! Oct 27 20:20:26.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.561 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.561 INFO kablam! | ^^^^^ Oct 27 20:20:26.561 INFO kablam! ... Oct 27 20:20:26.561 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 27 20:20:26.561 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! Oct 27 20:20:26.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.561 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.561 INFO kablam! | ^^^^^ Oct 27 20:20:26.561 INFO kablam! ... Oct 27 20:20:26.561 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 27 20:20:26.561 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! Oct 27 20:20:26.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.561 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.561 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.561 INFO kablam! ... Oct 27 20:20:26.561 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 27 20:20:26.561 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.561 INFO kablam! | Oct 27 20:20:26.561 INFO kablam! Oct 27 20:20:26.570 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.570 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.570 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.570 INFO kablam! ... Oct 27 20:20:26.570 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 27 20:20:26.570 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! Oct 27 20:20:26.570 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.570 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.570 INFO kablam! | ^^^^^ Oct 27 20:20:26.570 INFO kablam! ... Oct 27 20:20:26.570 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 27 20:20:26.570 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! Oct 27 20:20:26.570 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.570 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.570 INFO kablam! | ^^^^^ Oct 27 20:20:26.570 INFO kablam! ... Oct 27 20:20:26.570 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 27 20:20:26.570 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! Oct 27 20:20:26.570 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.570 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.570 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.570 INFO kablam! ... Oct 27 20:20:26.570 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 27 20:20:26.570 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.570 INFO kablam! | Oct 27 20:20:26.570 INFO kablam! Oct 27 20:20:26.571 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.571 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.571 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.571 INFO kablam! ... Oct 27 20:20:26.571 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 27 20:20:26.571 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! Oct 27 20:20:26.571 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.571 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.571 INFO kablam! | ^^^^^ Oct 27 20:20:26.571 INFO kablam! ... Oct 27 20:20:26.571 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 27 20:20:26.571 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! Oct 27 20:20:26.571 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.571 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.571 INFO kablam! | ^^^^^ Oct 27 20:20:26.571 INFO kablam! ... Oct 27 20:20:26.571 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 27 20:20:26.571 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! Oct 27 20:20:26.571 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.571 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.571 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.571 INFO kablam! ... Oct 27 20:20:26.571 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 27 20:20:26.571 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! Oct 27 20:20:26.571 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.571 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.571 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.571 INFO kablam! ... Oct 27 20:20:26.571 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 27 20:20:26.571 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.571 INFO kablam! | Oct 27 20:20:26.571 INFO kablam! Oct 27 20:20:26.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.580 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.580 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.580 INFO kablam! | ^^^^^ Oct 27 20:20:26.580 INFO kablam! ... Oct 27 20:20:26.580 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 27 20:20:26.580 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.580 INFO kablam! Oct 27 20:20:26.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.580 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.580 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.580 INFO kablam! | ^^^^^ Oct 27 20:20:26.580 INFO kablam! ... Oct 27 20:20:26.580 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 27 20:20:26.580 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.580 INFO kablam! Oct 27 20:20:26.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.580 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.580 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.580 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.580 INFO kablam! ... Oct 27 20:20:26.580 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 27 20:20:26.580 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.580 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! Oct 27 20:20:26.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.581 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.581 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.581 INFO kablam! ... Oct 27 20:20:26.581 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 27 20:20:26.581 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! Oct 27 20:20:26.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.581 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.581 INFO kablam! | ^^^^^ Oct 27 20:20:26.581 INFO kablam! ... Oct 27 20:20:26.581 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 27 20:20:26.581 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! Oct 27 20:20:26.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.581 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.581 INFO kablam! | ^^^^^ Oct 27 20:20:26.581 INFO kablam! ... Oct 27 20:20:26.581 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 27 20:20:26.581 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! Oct 27 20:20:26.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.581 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.581 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.581 INFO kablam! ... Oct 27 20:20:26.581 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 27 20:20:26.581 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! Oct 27 20:20:26.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.581 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.581 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.581 INFO kablam! ... Oct 27 20:20:26.581 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 27 20:20:26.581 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.581 INFO kablam! | Oct 27 20:20:26.581 INFO kablam! Oct 27 20:20:26.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.588 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.588 INFO kablam! | ^^^^^ Oct 27 20:20:26.588 INFO kablam! ... Oct 27 20:20:26.588 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 27 20:20:26.588 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! Oct 27 20:20:26.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.588 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.588 INFO kablam! | ^^^^^ Oct 27 20:20:26.588 INFO kablam! ... Oct 27 20:20:26.588 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 27 20:20:26.588 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! Oct 27 20:20:26.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.588 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.588 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.588 INFO kablam! ... Oct 27 20:20:26.588 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 27 20:20:26.588 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! Oct 27 20:20:26.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.588 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.588 INFO kablam! | Oct 27 20:20:26.588 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.588 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.588 INFO kablam! ... Oct 27 20:20:26.588 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 27 20:20:26.589 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! Oct 27 20:20:26.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.589 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.589 INFO kablam! | ^^^^^ Oct 27 20:20:26.589 INFO kablam! ... Oct 27 20:20:26.589 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 27 20:20:26.589 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! Oct 27 20:20:26.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.589 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.589 INFO kablam! | ^^^^^ Oct 27 20:20:26.589 INFO kablam! ... Oct 27 20:20:26.589 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 27 20:20:26.589 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! Oct 27 20:20:26.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.589 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.589 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.589 INFO kablam! ... Oct 27 20:20:26.589 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 27 20:20:26.589 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! Oct 27 20:20:26.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.589 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.589 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.589 INFO kablam! ... Oct 27 20:20:26.589 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 27 20:20:26.589 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.589 INFO kablam! | Oct 27 20:20:26.589 INFO kablam! Oct 27 20:20:26.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.595 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.595 INFO kablam! | Oct 27 20:20:26.595 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.595 INFO kablam! | ^^^^^ Oct 27 20:20:26.595 INFO kablam! ... Oct 27 20:20:26.595 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 27 20:20:26.596 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! Oct 27 20:20:26.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.596 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.596 INFO kablam! | ^^^^^ Oct 27 20:20:26.596 INFO kablam! ... Oct 27 20:20:26.596 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 27 20:20:26.596 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! Oct 27 20:20:26.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.596 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.596 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.596 INFO kablam! ... Oct 27 20:20:26.596 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 27 20:20:26.596 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! Oct 27 20:20:26.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.596 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.596 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.596 INFO kablam! ... Oct 27 20:20:26.596 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 27 20:20:26.596 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! Oct 27 20:20:26.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.596 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.596 INFO kablam! | ^^^^^ Oct 27 20:20:26.596 INFO kablam! ... Oct 27 20:20:26.596 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 27 20:20:26.596 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! Oct 27 20:20:26.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.596 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.596 INFO kablam! | ^^^^^ Oct 27 20:20:26.596 INFO kablam! ... Oct 27 20:20:26.596 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 27 20:20:26.596 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.596 INFO kablam! | Oct 27 20:20:26.596 INFO kablam! Oct 27 20:20:26.610 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.610 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.610 INFO kablam! | Oct 27 20:20:26.610 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.610 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.610 INFO kablam! ... Oct 27 20:20:26.610 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 27 20:20:26.610 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.610 INFO kablam! | Oct 27 20:20:26.610 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.610 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.610 INFO kablam! | Oct 27 20:20:26.610 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.610 INFO kablam! | Oct 27 20:20:26.610 INFO kablam! Oct 27 20:20:26.610 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.610 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.610 INFO kablam! | Oct 27 20:20:26.610 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.611 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.611 INFO kablam! ... Oct 27 20:20:26.611 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 27 20:20:26.611 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! Oct 27 20:20:26.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.611 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.611 INFO kablam! | ^^^^^ Oct 27 20:20:26.611 INFO kablam! ... Oct 27 20:20:26.611 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 27 20:20:26.611 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! Oct 27 20:20:26.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.611 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.611 INFO kablam! | ^^^^^ Oct 27 20:20:26.611 INFO kablam! ... Oct 27 20:20:26.611 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 27 20:20:26.611 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! Oct 27 20:20:26.611 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.611 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.611 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.611 INFO kablam! ... Oct 27 20:20:26.611 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 27 20:20:26.611 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! Oct 27 20:20:26.611 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.611 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.611 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.611 INFO kablam! ... Oct 27 20:20:26.611 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 27 20:20:26.611 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! Oct 27 20:20:26.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.611 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.611 INFO kablam! | ^^^^^ Oct 27 20:20:26.611 INFO kablam! ... Oct 27 20:20:26.611 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 27 20:20:26.611 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.611 INFO kablam! | Oct 27 20:20:26.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.612 INFO kablam! | Oct 27 20:20:26.612 INFO kablam! Oct 27 20:20:26.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.612 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.612 INFO kablam! | Oct 27 20:20:26.612 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.612 INFO kablam! | ^^^^^ Oct 27 20:20:26.612 INFO kablam! ... Oct 27 20:20:26.612 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 27 20:20:26.612 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.612 INFO kablam! | Oct 27 20:20:26.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.612 INFO kablam! | Oct 27 20:20:26.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.612 INFO kablam! | Oct 27 20:20:26.612 INFO kablam! Oct 27 20:20:26.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.612 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.612 INFO kablam! | Oct 27 20:20:26.612 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.612 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.612 INFO kablam! ... Oct 27 20:20:26.612 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 27 20:20:26.612 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! Oct 27 20:20:26.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.625 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.625 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.625 INFO kablam! ... Oct 27 20:20:26.625 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 27 20:20:26.625 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! Oct 27 20:20:26.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.625 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.625 INFO kablam! | ^^^^^ Oct 27 20:20:26.625 INFO kablam! ... Oct 27 20:20:26.625 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 27 20:20:26.625 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! Oct 27 20:20:26.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.625 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.625 INFO kablam! | ^^^^^ Oct 27 20:20:26.625 INFO kablam! ... Oct 27 20:20:26.625 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 27 20:20:26.625 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! Oct 27 20:20:26.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.625 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.625 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.625 INFO kablam! ... Oct 27 20:20:26.625 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 27 20:20:26.625 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.625 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! Oct 27 20:20:26.626 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.626 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.626 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.626 INFO kablam! ... Oct 27 20:20:26.626 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 27 20:20:26.626 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! Oct 27 20:20:26.626 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.626 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.626 INFO kablam! | ^^^^^ Oct 27 20:20:26.626 INFO kablam! ... Oct 27 20:20:26.626 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 27 20:20:26.626 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! Oct 27 20:20:26.626 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.626 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.626 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.626 INFO kablam! | ^^^^^ Oct 27 20:20:26.626 INFO kablam! ... Oct 27 20:20:26.626 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 27 20:20:26.626 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.626 INFO kablam! | Oct 27 20:20:26.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.636 INFO kablam! | Oct 27 20:20:26.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.636 INFO kablam! | Oct 27 20:20:26.636 INFO kablam! Oct 27 20:20:26.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.636 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.636 INFO kablam! | Oct 27 20:20:26.636 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.637 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.637 INFO kablam! ... Oct 27 20:20:26.637 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 27 20:20:26.637 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! Oct 27 20:20:26.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.637 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.637 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.637 INFO kablam! ... Oct 27 20:20:26.637 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 27 20:20:26.637 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! Oct 27 20:20:26.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.637 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.637 INFO kablam! | ^^^^^ Oct 27 20:20:26.637 INFO kablam! ... Oct 27 20:20:26.637 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 27 20:20:26.637 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! Oct 27 20:20:26.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.637 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.637 INFO kablam! | ^^^^^ Oct 27 20:20:26.637 INFO kablam! ... Oct 27 20:20:26.637 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 27 20:20:26.637 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! Oct 27 20:20:26.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.637 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.637 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.637 INFO kablam! ... Oct 27 20:20:26.637 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 27 20:20:26.637 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! Oct 27 20:20:26.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.637 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.637 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.637 INFO kablam! ... Oct 27 20:20:26.637 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 27 20:20:26.637 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.637 INFO kablam! | Oct 27 20:20:26.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.638 INFO kablam! | Oct 27 20:20:26.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.638 INFO kablam! | Oct 27 20:20:26.638 INFO kablam! Oct 27 20:20:26.643 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.643 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.643 INFO kablam! | Oct 27 20:20:26.643 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.643 INFO kablam! | ^^^^^ Oct 27 20:20:26.643 INFO kablam! ... Oct 27 20:20:26.643 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 27 20:20:26.643 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! Oct 27 20:20:26.649 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.649 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.649 INFO kablam! | ^^^^^ Oct 27 20:20:26.649 INFO kablam! ... Oct 27 20:20:26.649 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 27 20:20:26.649 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! Oct 27 20:20:26.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.649 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.649 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.649 INFO kablam! ... Oct 27 20:20:26.649 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 27 20:20:26.649 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! Oct 27 20:20:26.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.649 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.649 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.649 INFO kablam! ... Oct 27 20:20:26.649 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 27 20:20:26.649 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.649 INFO kablam! | Oct 27 20:20:26.649 INFO kablam! Oct 27 20:20:26.655 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.655 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.655 INFO kablam! | Oct 27 20:20:26.655 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.655 INFO kablam! | ^^^^^ Oct 27 20:20:26.655 INFO kablam! ... Oct 27 20:20:26.655 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 27 20:20:26.655 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.655 INFO kablam! | Oct 27 20:20:26.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.655 INFO kablam! | Oct 27 20:20:26.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.655 INFO kablam! | Oct 27 20:20:26.655 INFO kablam! Oct 27 20:20:26.655 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.655 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.655 INFO kablam! | Oct 27 20:20:26.655 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.655 INFO kablam! | ^^^^^ Oct 27 20:20:26.655 INFO kablam! ... Oct 27 20:20:26.655 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 27 20:20:26.655 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.655 INFO kablam! | Oct 27 20:20:26.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.655 INFO kablam! | Oct 27 20:20:26.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.655 INFO kablam! | Oct 27 20:20:26.655 INFO kablam! Oct 27 20:20:26.655 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.655 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.655 INFO kablam! | Oct 27 20:20:26.662 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.663 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.663 INFO kablam! ... Oct 27 20:20:26.663 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 27 20:20:26.663 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! Oct 27 20:20:26.663 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.663 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.663 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.663 INFO kablam! ... Oct 27 20:20:26.663 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 27 20:20:26.663 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! Oct 27 20:20:26.663 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.663 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.663 INFO kablam! | ^^^^^ Oct 27 20:20:26.663 INFO kablam! ... Oct 27 20:20:26.663 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 27 20:20:26.663 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! Oct 27 20:20:26.663 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.663 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.663 INFO kablam! | ^^^^^ Oct 27 20:20:26.663 INFO kablam! ... Oct 27 20:20:26.663 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 27 20:20:26.663 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! Oct 27 20:20:26.663 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.663 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.663 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.663 INFO kablam! ... Oct 27 20:20:26.663 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 27 20:20:26.663 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! Oct 27 20:20:26.663 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.663 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.663 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.663 INFO kablam! ... Oct 27 20:20:26.663 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 27 20:20:26.663 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.663 INFO kablam! | Oct 27 20:20:26.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! Oct 27 20:20:26.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.664 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.664 INFO kablam! | ^^^^^ Oct 27 20:20:26.664 INFO kablam! ... Oct 27 20:20:26.664 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 27 20:20:26.664 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! Oct 27 20:20:26.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.664 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.664 INFO kablam! | ^^^^^ Oct 27 20:20:26.664 INFO kablam! ... Oct 27 20:20:26.664 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 27 20:20:26.664 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! Oct 27 20:20:26.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.664 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.664 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.664 INFO kablam! ... Oct 27 20:20:26.664 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 27 20:20:26.664 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! Oct 27 20:20:26.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.664 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.664 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.664 INFO kablam! ... Oct 27 20:20:26.664 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 27 20:20:26.664 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.664 INFO kablam! | Oct 27 20:20:26.664 INFO kablam! Oct 27 20:20:26.674 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.675 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.675 INFO kablam! | ^^^^^ Oct 27 20:20:26.675 INFO kablam! ... Oct 27 20:20:26.675 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 27 20:20:26.675 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.675 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! Oct 27 20:20:26.675 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.675 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.675 INFO kablam! | ^^^^^ Oct 27 20:20:26.675 INFO kablam! ... Oct 27 20:20:26.675 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 27 20:20:26.675 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.675 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! Oct 27 20:20:26.675 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.675 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.675 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.675 INFO kablam! ... Oct 27 20:20:26.675 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 27 20:20:26.675 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.675 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! Oct 27 20:20:26.675 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.675 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.675 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.675 INFO kablam! ... Oct 27 20:20:26.675 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 27 20:20:26.675 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.675 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! Oct 27 20:20:26.675 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.675 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.675 INFO kablam! | ^^^^^ Oct 27 20:20:26.675 INFO kablam! ... Oct 27 20:20:26.675 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 27 20:20:26.675 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.675 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.675 INFO kablam! | Oct 27 20:20:26.675 INFO kablam! Oct 27 20:20:26.686 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.687 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.687 INFO kablam! | ^^^^^ Oct 27 20:20:26.687 INFO kablam! ... Oct 27 20:20:26.687 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 27 20:20:26.687 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! Oct 27 20:20:26.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.687 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.687 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.687 INFO kablam! ... Oct 27 20:20:26.687 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 27 20:20:26.687 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! Oct 27 20:20:26.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.687 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.687 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.687 INFO kablam! ... Oct 27 20:20:26.687 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 27 20:20:26.687 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! Oct 27 20:20:26.687 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.687 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.687 INFO kablam! | ^^^^^ Oct 27 20:20:26.687 INFO kablam! ... Oct 27 20:20:26.687 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 27 20:20:26.687 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! Oct 27 20:20:26.687 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.687 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.687 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.687 INFO kablam! | ^^^^^ Oct 27 20:20:26.687 INFO kablam! ... Oct 27 20:20:26.687 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 27 20:20:26.687 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.687 INFO kablam! | Oct 27 20:20:26.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.691 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.692 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! Oct 27 20:20:26.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.692 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.692 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.692 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.692 INFO kablam! ... Oct 27 20:20:26.692 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 27 20:20:26.692 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.692 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.692 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.692 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! Oct 27 20:20:26.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.692 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.692 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.692 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.692 INFO kablam! ... Oct 27 20:20:26.692 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 27 20:20:26.692 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.692 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.692 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.692 INFO kablam! | Oct 27 20:20:26.692 INFO kablam! Oct 27 20:20:26.698 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.698 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.699 INFO kablam! | Oct 27 20:20:26.699 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.699 INFO kablam! | ^^^^^ Oct 27 20:20:26.699 INFO kablam! ... Oct 27 20:20:26.699 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 27 20:20:26.699 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.699 INFO kablam! | Oct 27 20:20:26.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.699 INFO kablam! | Oct 27 20:20:26.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.699 INFO kablam! | Oct 27 20:20:26.699 INFO kablam! Oct 27 20:20:26.699 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.699 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.699 INFO kablam! | Oct 27 20:20:26.699 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.699 INFO kablam! | ^^^^^ Oct 27 20:20:26.699 INFO kablam! ... Oct 27 20:20:26.699 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 27 20:20:26.699 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.699 INFO kablam! | Oct 27 20:20:26.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.699 INFO kablam! | Oct 27 20:20:26.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.699 INFO kablam! | Oct 27 20:20:26.699 INFO kablam! Oct 27 20:20:26.703 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.703 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.703 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.703 INFO kablam! ... Oct 27 20:20:26.703 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 27 20:20:26.703 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! Oct 27 20:20:26.703 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.703 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.703 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.703 INFO kablam! ... Oct 27 20:20:26.703 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 27 20:20:26.703 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! Oct 27 20:20:26.703 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.703 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.703 INFO kablam! | ^^^^^ Oct 27 20:20:26.703 INFO kablam! ... Oct 27 20:20:26.703 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 27 20:20:26.703 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.703 INFO kablam! | Oct 27 20:20:26.703 INFO kablam! Oct 27 20:20:26.710 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.710 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.711 INFO kablam! | ^^^^^ Oct 27 20:20:26.711 INFO kablam! ... Oct 27 20:20:26.711 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 27 20:20:26.711 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! Oct 27 20:20:26.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.711 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.711 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.711 INFO kablam! ... Oct 27 20:20:26.711 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 27 20:20:26.711 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! Oct 27 20:20:26.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.711 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.711 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.711 INFO kablam! ... Oct 27 20:20:26.711 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 27 20:20:26.711 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! Oct 27 20:20:26.711 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.711 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.711 INFO kablam! | ^^^^^ Oct 27 20:20:26.711 INFO kablam! ... Oct 27 20:20:26.711 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 27 20:20:26.711 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! Oct 27 20:20:26.711 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.711 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.711 INFO kablam! | ^^^^^ Oct 27 20:20:26.711 INFO kablam! ... Oct 27 20:20:26.711 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 27 20:20:26.711 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! Oct 27 20:20:26.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.711 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.711 INFO kablam! | Oct 27 20:20:26.711 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.711 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.711 INFO kablam! ... Oct 27 20:20:26.711 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 27 20:20:26.711 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.712 INFO kablam! | Oct 27 20:20:26.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.712 INFO kablam! | Oct 27 20:20:26.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.712 INFO kablam! | Oct 27 20:20:26.712 INFO kablam! Oct 27 20:20:26.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.712 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.712 INFO kablam! | Oct 27 20:20:26.712 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.712 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.712 INFO kablam! ... Oct 27 20:20:26.712 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 27 20:20:26.712 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.712 INFO kablam! | Oct 27 20:20:26.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.712 INFO kablam! | Oct 27 20:20:26.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.712 INFO kablam! | Oct 27 20:20:26.712 INFO kablam! Oct 27 20:20:26.722 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.723 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.723 INFO kablam! | ^^^^^ Oct 27 20:20:26.723 INFO kablam! ... Oct 27 20:20:26.723 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 27 20:20:26.723 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! Oct 27 20:20:26.723 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.723 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.723 INFO kablam! | ^^^^^ Oct 27 20:20:26.723 INFO kablam! ... Oct 27 20:20:26.723 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 27 20:20:26.723 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! Oct 27 20:20:26.723 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.723 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.723 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.723 INFO kablam! ... Oct 27 20:20:26.723 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 27 20:20:26.723 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! Oct 27 20:20:26.723 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.723 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.723 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.723 INFO kablam! ... Oct 27 20:20:26.723 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 27 20:20:26.723 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! Oct 27 20:20:26.723 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.723 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.723 INFO kablam! | ^^^^^ Oct 27 20:20:26.723 INFO kablam! ... Oct 27 20:20:26.723 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 27 20:20:26.723 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! Oct 27 20:20:26.723 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.723 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.723 INFO kablam! | Oct 27 20:20:26.723 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.723 INFO kablam! | ^^^^^ Oct 27 20:20:26.723 INFO kablam! ... Oct 27 20:20:26.723 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 27 20:20:26.723 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.724 INFO kablam! | Oct 27 20:20:26.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.724 INFO kablam! | Oct 27 20:20:26.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.724 INFO kablam! | Oct 27 20:20:26.724 INFO kablam! Oct 27 20:20:26.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.724 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.724 INFO kablam! | Oct 27 20:20:26.724 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.724 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.724 INFO kablam! ... Oct 27 20:20:26.724 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 27 20:20:26.724 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.724 INFO kablam! | Oct 27 20:20:26.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.724 INFO kablam! | Oct 27 20:20:26.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.724 INFO kablam! | Oct 27 20:20:26.724 INFO kablam! Oct 27 20:20:26.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.730 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.730 INFO kablam! | Oct 27 20:20:26.730 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.730 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.730 INFO kablam! ... Oct 27 20:20:26.730 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 27 20:20:26.730 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.730 INFO kablam! | Oct 27 20:20:26.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.730 INFO kablam! | Oct 27 20:20:26.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.730 INFO kablam! | Oct 27 20:20:26.730 INFO kablam! Oct 27 20:20:26.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.730 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.731 INFO kablam! | Oct 27 20:20:26.731 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.731 INFO kablam! | ^^^^^ Oct 27 20:20:26.731 INFO kablam! ... Oct 27 20:20:26.731 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 27 20:20:26.731 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.731 INFO kablam! | Oct 27 20:20:26.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.731 INFO kablam! | Oct 27 20:20:26.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.731 INFO kablam! | Oct 27 20:20:26.731 INFO kablam! Oct 27 20:20:26.731 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.731 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.731 INFO kablam! | Oct 27 20:20:26.731 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.731 INFO kablam! | ^^^^^ Oct 27 20:20:26.731 INFO kablam! ... Oct 27 20:20:26.731 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 27 20:20:26.743 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! Oct 27 20:20:26.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.743 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.743 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.743 INFO kablam! ... Oct 27 20:20:26.743 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 27 20:20:26.743 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! Oct 27 20:20:26.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.743 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.743 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.743 INFO kablam! ... Oct 27 20:20:26.743 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 27 20:20:26.743 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! Oct 27 20:20:26.743 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.743 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.743 INFO kablam! | ^^^^^ Oct 27 20:20:26.743 INFO kablam! ... Oct 27 20:20:26.743 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 27 20:20:26.743 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! Oct 27 20:20:26.743 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.743 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.743 INFO kablam! | ^^^^^ Oct 27 20:20:26.743 INFO kablam! ... Oct 27 20:20:26.743 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 27 20:20:26.743 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! Oct 27 20:20:26.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.743 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.743 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.743 INFO kablam! ... Oct 27 20:20:26.743 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 27 20:20:26.743 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.743 INFO kablam! | Oct 27 20:20:26.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! Oct 27 20:20:26.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.744 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.744 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.744 INFO kablam! ... Oct 27 20:20:26.744 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 27 20:20:26.744 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! Oct 27 20:20:26.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.744 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.744 INFO kablam! | ^^^^^ Oct 27 20:20:26.744 INFO kablam! ... Oct 27 20:20:26.744 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 27 20:20:26.744 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! Oct 27 20:20:26.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.744 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.744 INFO kablam! | ^^^^^ Oct 27 20:20:26.744 INFO kablam! ... Oct 27 20:20:26.744 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 27 20:20:26.744 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! Oct 27 20:20:26.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.744 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.744 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.744 INFO kablam! ... Oct 27 20:20:26.744 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 27 20:20:26.744 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.744 INFO kablam! | Oct 27 20:20:26.744 INFO kablam! Oct 27 20:20:26.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.752 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.752 INFO kablam! | Oct 27 20:20:26.752 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.752 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.752 INFO kablam! ... Oct 27 20:20:26.752 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 27 20:20:26.752 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.752 INFO kablam! | Oct 27 20:20:26.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.752 INFO kablam! | Oct 27 20:20:26.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.752 INFO kablam! | Oct 27 20:20:26.752 INFO kablam! Oct 27 20:20:26.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.752 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.752 INFO kablam! | Oct 27 20:20:26.752 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.752 INFO kablam! | ^^^^^ Oct 27 20:20:26.752 INFO kablam! ... Oct 27 20:20:26.752 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 27 20:20:26.752 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.752 INFO kablam! | Oct 27 20:20:26.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.752 INFO kablam! | Oct 27 20:20:26.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 INFO kablam! Oct 27 20:20:26.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.753 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.753 INFO kablam! | Oct 27 20:20:26.753 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.753 INFO kablam! | ^^^^^ Oct 27 20:20:26.753 INFO kablam! ... Oct 27 20:20:26.753 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 27 20:20:26.753 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! Oct 27 20:20:26.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.759 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.759 INFO kablam! ... Oct 27 20:20:26.759 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 27 20:20:26.759 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! Oct 27 20:20:26.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.759 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.759 INFO kablam! ... Oct 27 20:20:26.759 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 27 20:20:26.759 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.759 INFO kablam! Oct 27 20:20:26.759 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.759 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.759 INFO kablam! | Oct 27 20:20:26.760 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.760 INFO kablam! | ^^^^^ Oct 27 20:20:26.760 INFO kablam! ... Oct 27 20:20:26.760 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 27 20:20:26.760 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.760 INFO kablam! | Oct 27 20:20:26.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.760 INFO kablam! | Oct 27 20:20:26.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.760 INFO kablam! | Oct 27 20:20:26.760 INFO kablam! Oct 27 20:20:26.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.764 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.764 INFO kablam! | Oct 27 20:20:26.764 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.764 INFO kablam! | ^^^^^ Oct 27 20:20:26.764 INFO kablam! ... Oct 27 20:20:26.764 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 27 20:20:26.764 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.764 INFO kablam! | Oct 27 20:20:26.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.764 INFO kablam! | Oct 27 20:20:26.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.764 INFO kablam! | Oct 27 20:20:26.764 INFO kablam! Oct 27 20:20:26.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.764 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.764 INFO kablam! | Oct 27 20:20:26.764 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.764 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.764 INFO kablam! ... Oct 27 20:20:26.764 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 27 20:20:26.764 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.764 INFO kablam! | Oct 27 20:20:26.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.764 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.765 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! Oct 27 20:20:26.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.765 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.765 INFO kablam! | Oct 27 20:20:26.765 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.765 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.765 INFO kablam! ... Oct 27 20:20:26.765 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 27 20:20:26.765 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.766 INFO kablam! | Oct 27 20:20:26.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.767 INFO kablam! | Oct 27 20:20:26.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.767 INFO kablam! | Oct 27 20:20:26.767 INFO kablam! Oct 27 20:20:26.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.777 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.777 INFO kablam! | Oct 27 20:20:26.777 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.777 INFO kablam! | ^^^^^ Oct 27 20:20:26.777 INFO kablam! ... Oct 27 20:20:26.777 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 27 20:20:26.778 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! Oct 27 20:20:26.778 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.778 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.778 INFO kablam! | ^^^^^ Oct 27 20:20:26.778 INFO kablam! ... Oct 27 20:20:26.778 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 27 20:20:26.778 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! Oct 27 20:20:26.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.778 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.778 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.778 INFO kablam! ... Oct 27 20:20:26.778 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 27 20:20:26.778 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! Oct 27 20:20:26.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.778 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.778 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.778 INFO kablam! ... Oct 27 20:20:26.778 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 27 20:20:26.778 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! Oct 27 20:20:26.778 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.778 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.778 INFO kablam! | ^^^^^ Oct 27 20:20:26.778 INFO kablam! ... Oct 27 20:20:26.778 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 27 20:20:26.778 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! Oct 27 20:20:26.778 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.778 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.778 INFO kablam! | ^^^^^ Oct 27 20:20:26.778 INFO kablam! ... Oct 27 20:20:26.778 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 27 20:20:26.778 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! Oct 27 20:20:26.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.778 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.778 INFO kablam! | Oct 27 20:20:26.778 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.779 INFO kablam! ... Oct 27 20:20:26.779 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 27 20:20:26.779 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! Oct 27 20:20:26.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.779 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.779 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.779 INFO kablam! ... Oct 27 20:20:26.779 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 27 20:20:26.779 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! Oct 27 20:20:26.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.779 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.779 INFO kablam! | ^^^^^ Oct 27 20:20:26.779 INFO kablam! ... Oct 27 20:20:26.779 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 27 20:20:26.779 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! Oct 27 20:20:26.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.779 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.779 INFO kablam! | Oct 27 20:20:26.779 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.779 INFO kablam! | ^^^^^ Oct 27 20:20:26.779 INFO kablam! ... Oct 27 20:20:26.779 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 27 20:20:26.779 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.785 INFO kablam! | Oct 27 20:20:26.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.785 INFO kablam! | Oct 27 20:20:26.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.785 INFO kablam! | Oct 27 20:20:26.785 INFO kablam! Oct 27 20:20:26.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.785 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.785 INFO kablam! | Oct 27 20:20:26.785 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.785 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.785 INFO kablam! ... Oct 27 20:20:26.785 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 27 20:20:26.785 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.785 INFO kablam! | Oct 27 20:20:26.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.785 INFO kablam! | Oct 27 20:20:26.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.785 INFO kablam! | Oct 27 20:20:26.785 INFO kablam! Oct 27 20:20:26.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.785 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.785 INFO kablam! | Oct 27 20:20:26.785 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.785 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.785 INFO kablam! ... Oct 27 20:20:26.785 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 27 20:20:26.785 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.785 INFO kablam! | Oct 27 20:20:26.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.785 INFO kablam! | Oct 27 20:20:26.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.786 INFO kablam! | Oct 27 20:20:26.786 INFO kablam! Oct 27 20:20:26.790 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.791 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.791 INFO kablam! | Oct 27 20:20:26.791 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.791 INFO kablam! | ^^^^^ Oct 27 20:20:26.791 INFO kablam! ... Oct 27 20:20:26.791 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 27 20:20:26.791 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.791 INFO kablam! | Oct 27 20:20:26.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.791 INFO kablam! | Oct 27 20:20:26.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.791 INFO kablam! | Oct 27 20:20:26.791 INFO kablam! Oct 27 20:20:26.791 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.794 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.794 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.795 INFO kablam! | ^^^^^ Oct 27 20:20:26.795 INFO kablam! ... Oct 27 20:20:26.795 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 27 20:20:26.795 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! Oct 27 20:20:26.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.795 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.795 INFO kablam! ... Oct 27 20:20:26.795 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 27 20:20:26.795 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! Oct 27 20:20:26.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.795 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.795 INFO kablam! ... Oct 27 20:20:26.795 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 27 20:20:26.795 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.795 INFO kablam! | Oct 27 20:20:26.795 INFO kablam! Oct 27 20:20:26.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.796 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.796 INFO kablam! | Oct 27 20:20:26.796 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.796 INFO kablam! | ^^^^^ Oct 27 20:20:26.796 INFO kablam! ... Oct 27 20:20:26.796 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 27 20:20:26.796 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.796 INFO kablam! | Oct 27 20:20:26.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.796 INFO kablam! | Oct 27 20:20:26.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.796 INFO kablam! | Oct 27 20:20:26.796 INFO kablam! Oct 27 20:20:26.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.796 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.796 INFO kablam! | Oct 27 20:20:26.796 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.796 INFO kablam! | ^^^^^ Oct 27 20:20:26.796 INFO kablam! ... Oct 27 20:20:26.796 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 27 20:20:26.796 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.796 INFO kablam! | Oct 27 20:20:26.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.796 INFO kablam! | Oct 27 20:20:26.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.796 INFO kablam! | Oct 27 20:20:26.796 INFO kablam! Oct 27 20:20:26.802 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.802 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.803 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.803 INFO kablam! ... Oct 27 20:20:26.803 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 27 20:20:26.803 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! Oct 27 20:20:26.803 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.803 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.803 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.803 INFO kablam! ... Oct 27 20:20:26.803 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 27 20:20:26.803 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! Oct 27 20:20:26.803 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.803 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.803 INFO kablam! | ^^^^^ Oct 27 20:20:26.803 INFO kablam! ... Oct 27 20:20:26.803 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 27 20:20:26.803 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! Oct 27 20:20:26.803 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.803 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.803 INFO kablam! | ^^^^^ Oct 27 20:20:26.803 INFO kablam! ... Oct 27 20:20:26.803 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 27 20:20:26.803 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! Oct 27 20:20:26.803 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.803 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.803 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.803 INFO kablam! ... Oct 27 20:20:26.803 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 27 20:20:26.803 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.803 INFO kablam! | Oct 27 20:20:26.803 INFO kablam! Oct 27 20:20:26.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.814 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.814 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.814 INFO kablam! ... Oct 27 20:20:26.814 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 27 20:20:26.814 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! Oct 27 20:20:26.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.814 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.814 INFO kablam! | ^^^^^ Oct 27 20:20:26.814 INFO kablam! ... Oct 27 20:20:26.814 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 27 20:20:26.814 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! Oct 27 20:20:26.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.814 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.814 INFO kablam! | ^^^^^ Oct 27 20:20:26.814 INFO kablam! ... Oct 27 20:20:26.814 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 27 20:20:26.814 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.814 INFO kablam! | Oct 27 20:20:26.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! Oct 27 20:20:26.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.815 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.815 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.815 INFO kablam! ... Oct 27 20:20:26.815 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 27 20:20:26.815 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! Oct 27 20:20:26.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.815 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.815 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.815 INFO kablam! ... Oct 27 20:20:26.815 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 27 20:20:26.815 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! Oct 27 20:20:26.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.815 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.815 INFO kablam! | ^^^^^ Oct 27 20:20:26.815 INFO kablam! ... Oct 27 20:20:26.815 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 27 20:20:26.815 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! Oct 27 20:20:26.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.815 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.815 INFO kablam! | ^^^^^ Oct 27 20:20:26.815 INFO kablam! ... Oct 27 20:20:26.815 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 27 20:20:26.815 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! Oct 27 20:20:26.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.815 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.815 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.815 INFO kablam! ... Oct 27 20:20:26.815 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 27 20:20:26.815 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! Oct 27 20:20:26.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.815 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.815 INFO kablam! | Oct 27 20:20:26.815 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.815 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.815 INFO kablam! ... Oct 27 20:20:26.815 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 27 20:20:26.816 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! Oct 27 20:20:26.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.816 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.816 INFO kablam! | ^^^^^ Oct 27 20:20:26.816 INFO kablam! ... Oct 27 20:20:26.816 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 27 20:20:26.816 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! Oct 27 20:20:26.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.816 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.816 INFO kablam! | ^^^^^ Oct 27 20:20:26.816 INFO kablam! ... Oct 27 20:20:26.816 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 27 20:20:26.816 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.816 INFO kablam! | Oct 27 20:20:26.816 INFO kablam! Oct 27 20:20:26.820 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.821 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.821 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.821 INFO kablam! ... Oct 27 20:20:26.821 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 27 20:20:26.821 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! Oct 27 20:20:26.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.821 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.821 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.821 INFO kablam! ... Oct 27 20:20:26.821 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 27 20:20:26.821 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! Oct 27 20:20:26.821 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.821 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.821 INFO kablam! | ^^^^^ Oct 27 20:20:26.821 INFO kablam! ... Oct 27 20:20:26.821 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 27 20:20:26.821 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! Oct 27 20:20:26.821 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.821 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.821 INFO kablam! | ^^^^^ Oct 27 20:20:26.821 INFO kablam! ... Oct 27 20:20:26.821 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 27 20:20:26.821 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! Oct 27 20:20:26.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.821 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.821 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.821 INFO kablam! ... Oct 27 20:20:26.821 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 27 20:20:26.821 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! Oct 27 20:20:26.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.821 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.821 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.821 INFO kablam! ... Oct 27 20:20:26.821 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 27 20:20:26.821 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.821 INFO kablam! | Oct 27 20:20:26.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.822 INFO kablam! | Oct 27 20:20:26.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.822 INFO kablam! | Oct 27 20:20:26.822 INFO kablam! Oct 27 20:20:26.828 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.828 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.828 INFO kablam! | ^^^^^ Oct 27 20:20:26.828 INFO kablam! ... Oct 27 20:20:26.828 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 27 20:20:26.828 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! Oct 27 20:20:26.828 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.828 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.828 INFO kablam! | ^^^^^ Oct 27 20:20:26.828 INFO kablam! ... Oct 27 20:20:26.828 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 27 20:20:26.828 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! Oct 27 20:20:26.828 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.828 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.828 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.828 INFO kablam! ... Oct 27 20:20:26.828 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 27 20:20:26.828 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! Oct 27 20:20:26.828 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.828 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.828 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.828 INFO kablam! ... Oct 27 20:20:26.828 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 27 20:20:26.828 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.828 INFO kablam! | Oct 27 20:20:26.828 INFO kablam! Oct 27 20:20:26.834 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.834 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.835 INFO kablam! | ^^^^^ Oct 27 20:20:26.835 INFO kablam! ... Oct 27 20:20:26.835 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 27 20:20:26.835 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! Oct 27 20:20:26.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.835 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.835 INFO kablam! | ^^^^^ Oct 27 20:20:26.835 INFO kablam! ... Oct 27 20:20:26.835 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 27 20:20:26.835 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! Oct 27 20:20:26.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.835 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.835 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.835 INFO kablam! ... Oct 27 20:20:26.835 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 27 20:20:26.835 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! Oct 27 20:20:26.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.835 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.835 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.835 INFO kablam! ... Oct 27 20:20:26.835 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 27 20:20:26.835 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! Oct 27 20:20:26.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.835 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.835 INFO kablam! | ^^^^^ Oct 27 20:20:26.835 INFO kablam! ... Oct 27 20:20:26.835 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 27 20:20:26.835 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! Oct 27 20:20:26.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.835 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.835 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.835 INFO kablam! | ^^^^^ Oct 27 20:20:26.835 INFO kablam! ... Oct 27 20:20:26.835 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 27 20:20:26.835 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.835 INFO kablam! | Oct 27 20:20:26.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.836 INFO kablam! | Oct 27 20:20:26.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.836 INFO kablam! | Oct 27 20:20:26.836 INFO kablam! Oct 27 20:20:26.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.843 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.843 INFO kablam! ... Oct 27 20:20:26.843 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 27 20:20:26.843 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! Oct 27 20:20:26.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.843 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.843 INFO kablam! ... Oct 27 20:20:26.843 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 27 20:20:26.843 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! Oct 27 20:20:26.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.843 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.843 INFO kablam! | ^^^^^ Oct 27 20:20:26.843 INFO kablam! ... Oct 27 20:20:26.843 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 27 20:20:26.843 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! Oct 27 20:20:26.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.843 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.843 INFO kablam! | ^^^^^ Oct 27 20:20:26.843 INFO kablam! ... Oct 27 20:20:26.843 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 27 20:20:26.843 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! Oct 27 20:20:26.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.843 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.843 INFO kablam! ... Oct 27 20:20:26.843 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 27 20:20:26.843 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! Oct 27 20:20:26.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.843 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.843 INFO kablam! | Oct 27 20:20:26.843 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.844 INFO kablam! ... Oct 27 20:20:26.844 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 27 20:20:26.844 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! Oct 27 20:20:26.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.844 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.844 INFO kablam! | ^^^^^ Oct 27 20:20:26.844 INFO kablam! ... Oct 27 20:20:26.844 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 27 20:20:26.844 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! Oct 27 20:20:26.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.844 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.844 INFO kablam! | ^^^^^ Oct 27 20:20:26.844 INFO kablam! ... Oct 27 20:20:26.844 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 27 20:20:26.844 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.844 INFO kablam! | Oct 27 20:20:26.844 INFO kablam! Oct 27 20:20:26.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.849 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.849 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.849 INFO kablam! ... Oct 27 20:20:26.849 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 27 20:20:26.849 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! Oct 27 20:20:26.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.849 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.849 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.849 INFO kablam! ... Oct 27 20:20:26.849 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 27 20:20:26.849 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! Oct 27 20:20:26.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.849 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.849 INFO kablam! | ^^^^^ Oct 27 20:20:26.849 INFO kablam! ... Oct 27 20:20:26.849 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 27 20:20:26.849 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! Oct 27 20:20:26.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.849 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.849 INFO kablam! | ^^^^^ Oct 27 20:20:26.849 INFO kablam! ... Oct 27 20:20:26.849 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 27 20:20:26.849 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.849 INFO kablam! | Oct 27 20:20:26.849 INFO kablam! Oct 27 20:20:26.850 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.850 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.850 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.850 INFO kablam! ... Oct 27 20:20:26.850 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 27 20:20:26.850 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! Oct 27 20:20:26.850 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.850 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.850 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.850 INFO kablam! ... Oct 27 20:20:26.850 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 27 20:20:26.850 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! Oct 27 20:20:26.850 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.850 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.850 INFO kablam! | ^^^^^ Oct 27 20:20:26.850 INFO kablam! ... Oct 27 20:20:26.850 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 27 20:20:26.850 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! Oct 27 20:20:26.850 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.850 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.850 INFO kablam! | ^^^^^ Oct 27 20:20:26.850 INFO kablam! ... Oct 27 20:20:26.850 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 27 20:20:26.850 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.850 INFO kablam! | Oct 27 20:20:26.850 INFO kablam! Oct 27 20:20:26.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.853 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.853 INFO kablam! | Oct 27 20:20:26.853 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.853 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.853 INFO kablam! ... Oct 27 20:20:26.853 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 27 20:20:26.853 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.853 INFO kablam! | Oct 27 20:20:26.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.853 INFO kablam! | Oct 27 20:20:26.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.853 INFO kablam! | Oct 27 20:20:26.853 INFO kablam! Oct 27 20:20:26.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.853 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.854 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.854 INFO kablam! ... Oct 27 20:20:26.854 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 27 20:20:26.854 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! Oct 27 20:20:26.854 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.854 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.854 INFO kablam! | ^^^^^ Oct 27 20:20:26.854 INFO kablam! ... Oct 27 20:20:26.854 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 27 20:20:26.854 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! Oct 27 20:20:26.854 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.854 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.854 INFO kablam! | ^^^^^ Oct 27 20:20:26.854 INFO kablam! ... Oct 27 20:20:26.854 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 27 20:20:26.854 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.854 INFO kablam! | Oct 27 20:20:26.854 INFO kablam! Oct 27 20:20:26.862 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.863 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.863 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.863 INFO kablam! ... Oct 27 20:20:26.863 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 27 20:20:26.863 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! Oct 27 20:20:26.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.863 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.863 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.863 INFO kablam! ... Oct 27 20:20:26.863 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 27 20:20:26.863 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! Oct 27 20:20:26.863 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.863 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.863 INFO kablam! | ^^^^^ Oct 27 20:20:26.863 INFO kablam! ... Oct 27 20:20:26.863 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 27 20:20:26.863 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! Oct 27 20:20:26.863 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.863 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.863 INFO kablam! | ^^^^^ Oct 27 20:20:26.863 INFO kablam! ... Oct 27 20:20:26.863 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 27 20:20:26.863 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! Oct 27 20:20:26.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.863 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.863 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.863 INFO kablam! ... Oct 27 20:20:26.863 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 27 20:20:26.863 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.863 INFO kablam! | Oct 27 20:20:26.863 INFO kablam! Oct 27 20:20:26.874 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.875 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.875 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.875 INFO kablam! ... Oct 27 20:20:26.875 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 27 20:20:26.875 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! Oct 27 20:20:26.875 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.875 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.875 INFO kablam! | ^^^^^ Oct 27 20:20:26.875 INFO kablam! ... Oct 27 20:20:26.875 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 27 20:20:26.875 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! Oct 27 20:20:26.875 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.875 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.875 INFO kablam! | ^^^^^ Oct 27 20:20:26.875 INFO kablam! ... Oct 27 20:20:26.875 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 27 20:20:26.875 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! Oct 27 20:20:26.875 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.875 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.875 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.875 INFO kablam! ... Oct 27 20:20:26.875 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 27 20:20:26.875 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! Oct 27 20:20:26.875 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.875 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.875 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.875 INFO kablam! ... Oct 27 20:20:26.875 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 27 20:20:26.875 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! Oct 27 20:20:26.875 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.875 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.875 INFO kablam! | Oct 27 20:20:26.875 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.875 INFO kablam! | ^^^^^ Oct 27 20:20:26.875 INFO kablam! ... Oct 27 20:20:26.875 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 27 20:20:26.876 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! Oct 27 20:20:26.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.876 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.876 INFO kablam! | ^^^^^ Oct 27 20:20:26.876 INFO kablam! ... Oct 27 20:20:26.876 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 27 20:20:26.876 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! Oct 27 20:20:26.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.876 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.876 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.876 INFO kablam! ... Oct 27 20:20:26.876 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 27 20:20:26.876 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! Oct 27 20:20:26.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.876 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.876 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.876 INFO kablam! ... Oct 27 20:20:26.876 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 27 20:20:26.876 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! Oct 27 20:20:26.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.876 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.876 INFO kablam! | ^^^^^ Oct 27 20:20:26.876 INFO kablam! ... Oct 27 20:20:26.876 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 27 20:20:26.876 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! Oct 27 20:20:26.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.876 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.876 INFO kablam! | ^^^^^ Oct 27 20:20:26.876 INFO kablam! ... Oct 27 20:20:26.876 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 27 20:20:26.876 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.876 INFO kablam! | Oct 27 20:20:26.876 INFO kablam! Oct 27 20:20:26.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.887 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.887 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.887 INFO kablam! ... Oct 27 20:20:26.887 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 27 20:20:26.887 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! Oct 27 20:20:26.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.887 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.887 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.887 INFO kablam! ... Oct 27 20:20:26.887 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 27 20:20:26.887 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! Oct 27 20:20:26.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.887 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.887 INFO kablam! | ^^^^^ Oct 27 20:20:26.887 INFO kablam! ... Oct 27 20:20:26.887 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 27 20:20:26.887 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! Oct 27 20:20:26.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.887 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.887 INFO kablam! | ^^^^^ Oct 27 20:20:26.887 INFO kablam! ... Oct 27 20:20:26.887 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 27 20:20:26.887 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! Oct 27 20:20:26.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.887 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.887 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.887 INFO kablam! ... Oct 27 20:20:26.887 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 27 20:20:26.887 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.887 INFO kablam! Oct 27 20:20:26.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.887 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.887 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.888 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.888 INFO kablam! ... Oct 27 20:20:26.888 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 27 20:20:26.888 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! Oct 27 20:20:26.888 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.888 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.888 INFO kablam! | ^^^^^ Oct 27 20:20:26.888 INFO kablam! ... Oct 27 20:20:26.888 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 27 20:20:26.888 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! Oct 27 20:20:26.888 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.888 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.888 INFO kablam! | ^^^^^ Oct 27 20:20:26.888 INFO kablam! ... Oct 27 20:20:26.888 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 27 20:20:26.888 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.888 INFO kablam! | Oct 27 20:20:26.888 INFO kablam! Oct 27 20:20:26.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.898 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.898 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.898 INFO kablam! ... Oct 27 20:20:26.898 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 27 20:20:26.898 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! Oct 27 20:20:26.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.898 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.898 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.898 INFO kablam! ... Oct 27 20:20:26.898 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 27 20:20:26.898 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! Oct 27 20:20:26.898 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.898 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.898 INFO kablam! | ^^^^^ Oct 27 20:20:26.898 INFO kablam! ... Oct 27 20:20:26.898 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 27 20:20:26.898 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! Oct 27 20:20:26.898 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.898 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.898 INFO kablam! | ^^^^^ Oct 27 20:20:26.898 INFO kablam! ... Oct 27 20:20:26.898 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 27 20:20:26.898 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! Oct 27 20:20:26.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.898 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.898 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.898 INFO kablam! ... Oct 27 20:20:26.898 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 27 20:20:26.898 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.898 INFO kablam! | Oct 27 20:20:26.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! Oct 27 20:20:26.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.899 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.899 INFO kablam! ... Oct 27 20:20:26.899 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 27 20:20:26.899 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! Oct 27 20:20:26.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.899 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.899 INFO kablam! | ^^^^^ Oct 27 20:20:26.899 INFO kablam! ... Oct 27 20:20:26.899 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 27 20:20:26.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! Oct 27 20:20:26.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.899 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.899 INFO kablam! | ^^^^^ Oct 27 20:20:26.899 INFO kablam! ... Oct 27 20:20:26.899 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 27 20:20:26.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! Oct 27 20:20:26.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.899 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.899 INFO kablam! ... Oct 27 20:20:26.899 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 27 20:20:26.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! Oct 27 20:20:26.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.899 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.899 INFO kablam! ... Oct 27 20:20:26.899 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 27 20:20:26.899 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.899 INFO kablam! Oct 27 20:20:26.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.899 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.899 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.900 INFO kablam! | ^^^^^ Oct 27 20:20:26.900 INFO kablam! ... Oct 27 20:20:26.900 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 27 20:20:26.900 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! Oct 27 20:20:26.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.900 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.900 INFO kablam! | ^^^^^ Oct 27 20:20:26.900 INFO kablam! ... Oct 27 20:20:26.900 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 27 20:20:26.900 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! Oct 27 20:20:26.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.900 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.900 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.900 INFO kablam! ... Oct 27 20:20:26.900 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 27 20:20:26.900 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! Oct 27 20:20:26.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.900 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.900 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.900 INFO kablam! ... Oct 27 20:20:26.900 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 27 20:20:26.900 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.900 INFO kablam! | Oct 27 20:20:26.900 INFO kablam! Oct 27 20:20:26.911 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.911 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.911 INFO kablam! | ^^^^^ Oct 27 20:20:26.911 INFO kablam! ... Oct 27 20:20:26.911 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 27 20:20:26.911 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! Oct 27 20:20:26.911 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.911 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.911 INFO kablam! | ^^^^^ Oct 27 20:20:26.911 INFO kablam! ... Oct 27 20:20:26.911 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 27 20:20:26.911 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! Oct 27 20:20:26.911 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.911 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.911 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.911 INFO kablam! ... Oct 27 20:20:26.911 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 27 20:20:26.911 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! Oct 27 20:20:26.911 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.911 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.911 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.911 INFO kablam! ... Oct 27 20:20:26.911 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 27 20:20:26.911 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.911 INFO kablam! | Oct 27 20:20:26.911 INFO kablam! Oct 27 20:20:26.919 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.919 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.919 INFO kablam! | ^^^^^ Oct 27 20:20:26.919 INFO kablam! ... Oct 27 20:20:26.919 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 27 20:20:26.919 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! Oct 27 20:20:26.919 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.919 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.919 INFO kablam! | ^^^^^ Oct 27 20:20:26.919 INFO kablam! ... Oct 27 20:20:26.919 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 27 20:20:26.919 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! Oct 27 20:20:26.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.919 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.919 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.919 INFO kablam! ... Oct 27 20:20:26.919 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 27 20:20:26.919 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! Oct 27 20:20:26.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.919 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.919 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.919 INFO kablam! ... Oct 27 20:20:26.919 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 27 20:20:26.919 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! Oct 27 20:20:26.919 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.919 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.919 INFO kablam! | ^^^^^ Oct 27 20:20:26.919 INFO kablam! ... Oct 27 20:20:26.919 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 27 20:20:26.919 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.919 INFO kablam! Oct 27 20:20:26.919 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.919 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.919 INFO kablam! | Oct 27 20:20:26.920 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.921 INFO kablam! | ^^^^^ Oct 27 20:20:26.921 INFO kablam! ... Oct 27 20:20:26.921 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 27 20:20:26.921 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.921 INFO kablam! | Oct 27 20:20:26.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.921 INFO kablam! | Oct 27 20:20:26.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.921 INFO kablam! | Oct 27 20:20:26.921 INFO kablam! Oct 27 20:20:26.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.921 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.921 INFO kablam! | Oct 27 20:20:26.921 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.921 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.921 INFO kablam! ... Oct 27 20:20:26.921 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 27 20:20:26.921 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.921 INFO kablam! | Oct 27 20:20:26.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.921 INFO kablam! | Oct 27 20:20:26.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.921 INFO kablam! | Oct 27 20:20:26.921 INFO kablam! Oct 27 20:20:26.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.921 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.921 INFO kablam! | Oct 27 20:20:26.921 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.921 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.921 INFO kablam! ... Oct 27 20:20:26.921 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 27 20:20:26.921 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.921 INFO kablam! | Oct 27 20:20:26.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.922 INFO kablam! | Oct 27 20:20:26.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.922 INFO kablam! | Oct 27 20:20:26.922 INFO kablam! Oct 27 20:20:26.926 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.927 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.927 INFO kablam! | ^^^^^ Oct 27 20:20:26.927 INFO kablam! ... Oct 27 20:20:26.927 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 27 20:20:26.927 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! Oct 27 20:20:26.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.927 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.927 INFO kablam! | ^^^^^ Oct 27 20:20:26.927 INFO kablam! ... Oct 27 20:20:26.927 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 27 20:20:26.927 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! Oct 27 20:20:26.927 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.927 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.927 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.927 INFO kablam! ... Oct 27 20:20:26.927 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 27 20:20:26.927 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! Oct 27 20:20:26.927 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.927 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.927 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.927 INFO kablam! ... Oct 27 20:20:26.927 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 27 20:20:26.927 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! Oct 27 20:20:26.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.927 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.927 INFO kablam! | ^^^^^ Oct 27 20:20:26.927 INFO kablam! ... Oct 27 20:20:26.927 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 27 20:20:26.927 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.927 INFO kablam! Oct 27 20:20:26.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.927 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.927 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.928 INFO kablam! | ^^^^^ Oct 27 20:20:26.928 INFO kablam! ... Oct 27 20:20:26.928 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 27 20:20:26.928 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! Oct 27 20:20:26.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.928 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.928 INFO kablam! ... Oct 27 20:20:26.928 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 27 20:20:26.928 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! Oct 27 20:20:26.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.928 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.928 INFO kablam! ... Oct 27 20:20:26.928 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 27 20:20:26.928 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.928 INFO kablam! | Oct 27 20:20:26.928 INFO kablam! Oct 27 20:20:26.935 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.935 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.935 INFO kablam! | ^^^^^ Oct 27 20:20:26.935 INFO kablam! ... Oct 27 20:20:26.935 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 27 20:20:26.935 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! Oct 27 20:20:26.935 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.935 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.935 INFO kablam! | ^^^^^ Oct 27 20:20:26.935 INFO kablam! ... Oct 27 20:20:26.935 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 27 20:20:26.935 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! Oct 27 20:20:26.935 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.935 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.935 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.935 INFO kablam! ... Oct 27 20:20:26.935 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 27 20:20:26.935 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! Oct 27 20:20:26.935 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.935 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.935 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.935 INFO kablam! ... Oct 27 20:20:26.935 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 27 20:20:26.935 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! Oct 27 20:20:26.935 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.935 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.935 INFO kablam! | ^^^^^ Oct 27 20:20:26.935 INFO kablam! ... Oct 27 20:20:26.935 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 27 20:20:26.935 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! Oct 27 20:20:26.935 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.935 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.935 INFO kablam! | Oct 27 20:20:26.935 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.936 INFO kablam! | ^^^^^ Oct 27 20:20:26.936 INFO kablam! ... Oct 27 20:20:26.936 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 27 20:20:26.936 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! Oct 27 20:20:26.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.936 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.936 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.936 INFO kablam! ... Oct 27 20:20:26.936 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 27 20:20:26.936 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! Oct 27 20:20:26.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.936 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.936 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.936 INFO kablam! ... Oct 27 20:20:26.936 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 27 20:20:26.936 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.936 INFO kablam! | Oct 27 20:20:26.936 INFO kablam! Oct 27 20:20:26.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.940 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.940 INFO kablam! | Oct 27 20:20:26.940 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.940 INFO kablam! | ^^^^^ Oct 27 20:20:26.940 INFO kablam! ... Oct 27 20:20:26.940 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 27 20:20:26.940 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.940 INFO kablam! | Oct 27 20:20:26.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.940 INFO kablam! | Oct 27 20:20:26.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.940 INFO kablam! | Oct 27 20:20:26.940 INFO kablam! Oct 27 20:20:26.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.940 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.940 INFO kablam! | Oct 27 20:20:26.940 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.940 INFO kablam! | ^^^^^ Oct 27 20:20:26.941 INFO kablam! ... Oct 27 20:20:26.941 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 27 20:20:26.941 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.941 INFO kablam! | Oct 27 20:20:26.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.941 INFO kablam! | Oct 27 20:20:26.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.941 INFO kablam! | Oct 27 20:20:26.941 INFO kablam! Oct 27 20:20:26.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.941 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.941 INFO kablam! | Oct 27 20:20:26.941 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.941 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.941 INFO kablam! ... Oct 27 20:20:26.941 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 27 20:20:26.941 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.941 INFO kablam! | Oct 27 20:20:26.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.941 INFO kablam! | Oct 27 20:20:26.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.941 INFO kablam! | Oct 27 20:20:26.941 INFO kablam! Oct 27 20:20:26.947 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.947 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.947 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.947 INFO kablam! ... Oct 27 20:20:26.947 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 27 20:20:26.947 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! Oct 27 20:20:26.947 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.947 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.947 INFO kablam! | ^^^^^ Oct 27 20:20:26.947 INFO kablam! ... Oct 27 20:20:26.947 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 27 20:20:26.947 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! Oct 27 20:20:26.947 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.947 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.947 INFO kablam! | ^^^^^ Oct 27 20:20:26.947 INFO kablam! ... Oct 27 20:20:26.947 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 27 20:20:26.947 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! Oct 27 20:20:26.947 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.947 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.947 INFO kablam! | Oct 27 20:20:26.947 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.947 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.947 INFO kablam! ... Oct 27 20:20:26.947 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 27 20:20:26.948 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.948 INFO kablam! | Oct 27 20:20:26.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.948 INFO kablam! | Oct 27 20:20:26.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.948 INFO kablam! | Oct 27 20:20:26.948 INFO kablam! Oct 27 20:20:26.954 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.955 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.955 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.955 INFO kablam! ... Oct 27 20:20:26.955 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 27 20:20:26.955 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! Oct 27 20:20:26.955 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.955 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.955 INFO kablam! | ^^^^^ Oct 27 20:20:26.955 INFO kablam! ... Oct 27 20:20:26.955 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 27 20:20:26.955 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! Oct 27 20:20:26.955 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.955 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.955 INFO kablam! | ^^^^^ Oct 27 20:20:26.955 INFO kablam! ... Oct 27 20:20:26.955 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 27 20:20:26.955 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! Oct 27 20:20:26.955 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.955 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.955 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.955 INFO kablam! ... Oct 27 20:20:26.955 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 27 20:20:26.955 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! Oct 27 20:20:26.955 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.955 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.955 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.955 INFO kablam! ... Oct 27 20:20:26.955 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 27 20:20:26.955 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! Oct 27 20:20:26.955 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.955 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.955 INFO kablam! | Oct 27 20:20:26.955 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.955 INFO kablam! | ^^^^^ Oct 27 20:20:26.955 INFO kablam! ... Oct 27 20:20:26.956 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 27 20:20:26.956 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! Oct 27 20:20:26.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.956 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.956 INFO kablam! | ^^^^^ Oct 27 20:20:26.956 INFO kablam! ... Oct 27 20:20:26.956 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 27 20:20:26.956 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! Oct 27 20:20:26.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.956 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.956 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.956 INFO kablam! ... Oct 27 20:20:26.956 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 27 20:20:26.956 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.956 INFO kablam! | Oct 27 20:20:26.956 INFO kablam! Oct 27 20:20:26.962 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.963 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.963 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.963 INFO kablam! ... Oct 27 20:20:26.963 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 27 20:20:26.963 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! Oct 27 20:20:26.963 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.963 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.963 INFO kablam! | ^^^^^ Oct 27 20:20:26.963 INFO kablam! ... Oct 27 20:20:26.963 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 27 20:20:26.963 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! Oct 27 20:20:26.963 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.963 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.963 INFO kablam! | ^^^^^ Oct 27 20:20:26.963 INFO kablam! ... Oct 27 20:20:26.963 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 27 20:20:26.963 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! Oct 27 20:20:26.963 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.963 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.963 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.963 INFO kablam! ... Oct 27 20:20:26.963 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 27 20:20:26.963 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! Oct 27 20:20:26.963 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.963 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.963 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.963 INFO kablam! ... Oct 27 20:20:26.963 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 27 20:20:26.963 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! Oct 27 20:20:26.963 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.963 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.963 INFO kablam! | Oct 27 20:20:26.963 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.963 INFO kablam! | ^^^^^ Oct 27 20:20:26.963 INFO kablam! ... Oct 27 20:20:26.963 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 27 20:20:26.963 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.964 INFO kablam! Oct 27 20:20:26.964 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.964 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.964 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.964 INFO kablam! | ^^^^^ Oct 27 20:20:26.964 INFO kablam! ... Oct 27 20:20:26.964 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 27 20:20:26.964 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.964 INFO kablam! Oct 27 20:20:26.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.964 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.964 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.964 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.964 INFO kablam! ... Oct 27 20:20:26.964 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 27 20:20:26.964 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.964 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! Oct 27 20:20:26.968 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.968 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.968 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.968 INFO kablam! ... Oct 27 20:20:26.968 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 27 20:20:26.968 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! Oct 27 20:20:26.968 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.968 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.968 INFO kablam! | ^^^^^ Oct 27 20:20:26.968 INFO kablam! ... Oct 27 20:20:26.968 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 27 20:20:26.968 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! Oct 27 20:20:26.968 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.968 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.968 INFO kablam! | ^^^^^ Oct 27 20:20:26.968 INFO kablam! ... Oct 27 20:20:26.968 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 27 20:20:26.968 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.968 INFO kablam! | Oct 27 20:20:26.968 INFO kablam! Oct 27 20:20:26.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.969 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.969 INFO kablam! | Oct 27 20:20:26.969 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.969 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.969 INFO kablam! ... Oct 27 20:20:26.969 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 27 20:20:26.969 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.969 INFO kablam! | Oct 27 20:20:26.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.969 INFO kablam! | Oct 27 20:20:26.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.969 INFO kablam! | Oct 27 20:20:26.969 INFO kablam! Oct 27 20:20:26.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.969 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.969 INFO kablam! | Oct 27 20:20:26.969 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.969 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.969 INFO kablam! ... Oct 27 20:20:26.969 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 27 20:20:26.969 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.969 INFO kablam! | Oct 27 20:20:26.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.969 INFO kablam! | Oct 27 20:20:26.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.969 INFO kablam! | Oct 27 20:20:26.969 INFO kablam! Oct 27 20:20:26.971 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.971 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.971 INFO kablam! | Oct 27 20:20:26.971 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.971 INFO kablam! | ^^^^^ Oct 27 20:20:26.971 INFO kablam! ... Oct 27 20:20:26.971 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 27 20:20:26.971 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.971 INFO kablam! | Oct 27 20:20:26.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.971 INFO kablam! | Oct 27 20:20:26.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.971 INFO kablam! | Oct 27 20:20:26.971 INFO kablam! Oct 27 20:20:26.971 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.971 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.972 INFO kablam! | ^^^^^ Oct 27 20:20:26.972 INFO kablam! ... Oct 27 20:20:26.972 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 27 20:20:26.972 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! Oct 27 20:20:26.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.972 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.972 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.972 INFO kablam! ... Oct 27 20:20:26.972 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 27 20:20:26.972 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! Oct 27 20:20:26.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.972 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.972 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.972 INFO kablam! ... Oct 27 20:20:26.972 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 27 20:20:26.972 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! Oct 27 20:20:26.972 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.972 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.972 INFO kablam! | ^^^^^ Oct 27 20:20:26.972 INFO kablam! ... Oct 27 20:20:26.972 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 27 20:20:26.972 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! Oct 27 20:20:26.972 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.972 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.972 INFO kablam! | ^^^^^ Oct 27 20:20:26.972 INFO kablam! ... Oct 27 20:20:26.972 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 27 20:20:26.972 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.972 INFO kablam! | Oct 27 20:20:26.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.975 INFO kablam! | Oct 27 20:20:26.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.975 INFO kablam! | Oct 27 20:20:26.975 INFO kablam! Oct 27 20:20:26.975 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.975 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.976 INFO kablam! | Oct 27 20:20:26.976 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.976 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.976 INFO kablam! ... Oct 27 20:20:26.976 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 27 20:20:26.976 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.976 INFO kablam! | Oct 27 20:20:26.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.976 INFO kablam! | Oct 27 20:20:26.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.976 INFO kablam! | Oct 27 20:20:26.976 INFO kablam! Oct 27 20:20:26.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.976 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.976 INFO kablam! | Oct 27 20:20:26.976 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.976 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.976 INFO kablam! ... Oct 27 20:20:26.976 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 27 20:20:26.976 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.976 INFO kablam! | Oct 27 20:20:26.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.977 INFO kablam! | Oct 27 20:20:26.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.977 INFO kablam! | Oct 27 20:20:26.977 INFO kablam! Oct 27 20:20:26.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.977 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.977 INFO kablam! | Oct 27 20:20:26.977 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.977 INFO kablam! | ^^^^^ Oct 27 20:20:26.977 INFO kablam! ... Oct 27 20:20:26.977 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 27 20:20:26.977 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.977 INFO kablam! | Oct 27 20:20:26.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.986 INFO kablam! | Oct 27 20:20:26.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.986 INFO kablam! | Oct 27 20:20:26.986 INFO kablam! Oct 27 20:20:26.986 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.986 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.986 INFO kablam! | Oct 27 20:20:26.986 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.986 INFO kablam! | ^^^^^ Oct 27 20:20:26.986 INFO kablam! ... Oct 27 20:20:26.986 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 27 20:20:26.986 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.986 INFO kablam! | Oct 27 20:20:26.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.986 INFO kablam! | Oct 27 20:20:26.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.986 INFO kablam! | Oct 27 20:20:26.986 INFO kablam! Oct 27 20:20:26.986 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.986 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.987 INFO kablam! | Oct 27 20:20:26.987 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.987 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.987 INFO kablam! ... Oct 27 20:20:26.987 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 27 20:20:26.987 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.987 INFO kablam! | Oct 27 20:20:26.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.987 INFO kablam! | Oct 27 20:20:26.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.987 INFO kablam! | Oct 27 20:20:26.987 INFO kablam! Oct 27 20:20:26.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.987 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.987 INFO kablam! | Oct 27 20:20:26.987 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.987 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.987 INFO kablam! ... Oct 27 20:20:26.987 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 27 20:20:26.987 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.987 INFO kablam! | Oct 27 20:20:26.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.988 INFO kablam! | Oct 27 20:20:26.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.988 INFO kablam! | Oct 27 20:20:26.988 INFO kablam! Oct 27 20:20:26.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.988 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.988 INFO kablam! | Oct 27 20:20:26.988 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.988 INFO kablam! | ^^^^^ Oct 27 20:20:26.988 INFO kablam! ... Oct 27 20:20:26.988 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 27 20:20:26.988 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.988 INFO kablam! | Oct 27 20:20:26.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.988 INFO kablam! | Oct 27 20:20:26.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.988 INFO kablam! | Oct 27 20:20:26.988 INFO kablam! Oct 27 20:20:26.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.989 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.989 INFO kablam! | Oct 27 20:20:26.989 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.989 INFO kablam! | ^^^^^ Oct 27 20:20:26.989 INFO kablam! ... Oct 27 20:20:26.989 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 27 20:20:26.989 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.989 INFO kablam! | Oct 27 20:20:26.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.989 INFO kablam! | Oct 27 20:20:26.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.989 INFO kablam! | Oct 27 20:20:26.989 INFO kablam! Oct 27 20:20:26.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.989 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:26.989 INFO kablam! | Oct 27 20:20:26.989 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:26.989 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.989 INFO kablam! ... Oct 27 20:20:26.989 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 27 20:20:26.989 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.989 INFO kablam! | Oct 27 20:20:26.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.990 INFO kablam! | Oct 27 20:20:26.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.990 INFO kablam! | Oct 27 20:20:26.990 INFO kablam! Oct 27 20:20:26.990 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.990 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:26.990 INFO kablam! | Oct 27 20:20:26.990 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:26.990 INFO kablam! | ^^^^^^^ Oct 27 20:20:26.990 INFO kablam! ... Oct 27 20:20:26.990 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 27 20:20:26.990 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.990 INFO kablam! | Oct 27 20:20:26.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.990 INFO kablam! | Oct 27 20:20:26.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.990 INFO kablam! | Oct 27 20:20:26.990 INFO kablam! Oct 27 20:20:26.990 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.990 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:26.998 INFO kablam! | Oct 27 20:20:26.999 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:26.999 INFO kablam! | ^^^^^ Oct 27 20:20:26.999 INFO kablam! ... Oct 27 20:20:26.999 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 27 20:20:26.999 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.999 INFO kablam! | Oct 27 20:20:26.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:26.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:26.999 INFO kablam! | Oct 27 20:20:26.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:26.999 INFO kablam! | Oct 27 20:20:26.999 INFO kablam! Oct 27 20:20:26.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:26.999 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:26.999 INFO kablam! | Oct 27 20:20:26.999 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:26.999 INFO kablam! | ^^^^^ Oct 27 20:20:26.999 INFO kablam! ... Oct 27 20:20:26.999 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 27 20:20:26.999 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:26.999 INFO kablam! | Oct 27 20:20:27.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.000 INFO kablam! | Oct 27 20:20:27.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.000 INFO kablam! | Oct 27 20:20:27.000 INFO kablam! Oct 27 20:20:27.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.000 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.000 INFO kablam! | Oct 27 20:20:27.000 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.000 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.000 INFO kablam! ... Oct 27 20:20:27.000 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 27 20:20:27.000 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.000 INFO kablam! | Oct 27 20:20:27.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.000 INFO kablam! | Oct 27 20:20:27.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.000 INFO kablam! | Oct 27 20:20:27.000 INFO kablam! Oct 27 20:20:27.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.000 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.001 INFO kablam! | Oct 27 20:20:27.001 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.001 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.001 INFO kablam! ... Oct 27 20:20:27.001 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 27 20:20:27.001 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.001 INFO kablam! | Oct 27 20:20:27.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.001 INFO kablam! | Oct 27 20:20:27.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.001 INFO kablam! | Oct 27 20:20:27.001 INFO kablam! Oct 27 20:20:27.001 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.001 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.001 INFO kablam! | Oct 27 20:20:27.001 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.001 INFO kablam! | ^^^^^ Oct 27 20:20:27.001 INFO kablam! ... Oct 27 20:20:27.001 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 27 20:20:27.001 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.001 INFO kablam! | Oct 27 20:20:27.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.002 INFO kablam! | Oct 27 20:20:27.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.002 INFO kablam! | Oct 27 20:20:27.002 INFO kablam! Oct 27 20:20:27.002 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.002 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.002 INFO kablam! | Oct 27 20:20:27.002 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.002 INFO kablam! | ^^^^^ Oct 27 20:20:27.002 INFO kablam! ... Oct 27 20:20:27.002 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 27 20:20:27.002 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.002 INFO kablam! | Oct 27 20:20:27.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.002 INFO kablam! | Oct 27 20:20:27.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.002 INFO kablam! | Oct 27 20:20:27.002 INFO kablam! Oct 27 20:20:27.002 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.002 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.003 INFO kablam! | Oct 27 20:20:27.003 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.003 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.003 INFO kablam! ... Oct 27 20:20:27.003 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 27 20:20:27.003 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.003 INFO kablam! | Oct 27 20:20:27.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.003 INFO kablam! | Oct 27 20:20:27.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.003 INFO kablam! | Oct 27 20:20:27.003 INFO kablam! Oct 27 20:20:27.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.003 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.003 INFO kablam! | Oct 27 20:20:27.003 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.003 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.007 INFO kablam! ... Oct 27 20:20:27.007 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 27 20:20:27.007 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! Oct 27 20:20:27.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.007 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.007 INFO kablam! | ^^^^^ Oct 27 20:20:27.007 INFO kablam! ... Oct 27 20:20:27.007 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 27 20:20:27.007 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! Oct 27 20:20:27.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.007 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.007 INFO kablam! | ^^^^^ Oct 27 20:20:27.007 INFO kablam! ... Oct 27 20:20:27.007 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 27 20:20:27.007 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! Oct 27 20:20:27.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.007 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.007 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.007 INFO kablam! ... Oct 27 20:20:27.007 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 27 20:20:27.007 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.007 INFO kablam! | Oct 27 20:20:27.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! Oct 27 20:20:27.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.008 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.008 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.008 INFO kablam! ... Oct 27 20:20:27.008 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 27 20:20:27.008 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! Oct 27 20:20:27.008 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.008 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.008 INFO kablam! | ^^^^^ Oct 27 20:20:27.008 INFO kablam! ... Oct 27 20:20:27.008 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 27 20:20:27.008 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! Oct 27 20:20:27.008 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.008 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.008 INFO kablam! | ^^^^^ Oct 27 20:20:27.008 INFO kablam! ... Oct 27 20:20:27.008 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 27 20:20:27.008 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! Oct 27 20:20:27.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.008 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.008 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.008 INFO kablam! ... Oct 27 20:20:27.008 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 27 20:20:27.008 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! Oct 27 20:20:27.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.008 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.008 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.008 INFO kablam! ... Oct 27 20:20:27.008 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 27 20:20:27.008 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.008 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! Oct 27 20:20:27.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.009 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.009 INFO kablam! | ^^^^^ Oct 27 20:20:27.009 INFO kablam! ... Oct 27 20:20:27.009 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 27 20:20:27.009 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! Oct 27 20:20:27.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.009 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.009 INFO kablam! | ^^^^^ Oct 27 20:20:27.009 INFO kablam! ... Oct 27 20:20:27.009 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 27 20:20:27.009 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! Oct 27 20:20:27.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.009 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.009 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.009 INFO kablam! ... Oct 27 20:20:27.009 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 27 20:20:27.009 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! Oct 27 20:20:27.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.009 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.009 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.009 INFO kablam! ... Oct 27 20:20:27.009 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 27 20:20:27.009 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.009 INFO kablam! | Oct 27 20:20:27.009 INFO kablam! Oct 27 20:20:27.015 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.015 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.015 INFO kablam! | ^^^^^ Oct 27 20:20:27.015 INFO kablam! ... Oct 27 20:20:27.015 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 27 20:20:27.015 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! Oct 27 20:20:27.015 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.015 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.015 INFO kablam! | ^^^^^ Oct 27 20:20:27.015 INFO kablam! ... Oct 27 20:20:27.015 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 27 20:20:27.015 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! Oct 27 20:20:27.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.015 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.015 INFO kablam! ... Oct 27 20:20:27.015 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 27 20:20:27.015 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! Oct 27 20:20:27.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.015 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.015 INFO kablam! | Oct 27 20:20:27.015 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.015 INFO kablam! ... Oct 27 20:20:27.015 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 27 20:20:27.016 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! Oct 27 20:20:27.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.016 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.016 INFO kablam! | ^^^^^ Oct 27 20:20:27.016 INFO kablam! ... Oct 27 20:20:27.016 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 27 20:20:27.016 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! Oct 27 20:20:27.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.016 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.016 INFO kablam! | ^^^^^ Oct 27 20:20:27.016 INFO kablam! ... Oct 27 20:20:27.016 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 27 20:20:27.016 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! Oct 27 20:20:27.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.016 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.016 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.016 INFO kablam! ... Oct 27 20:20:27.016 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 27 20:20:27.016 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! Oct 27 20:20:27.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.016 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.016 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.016 INFO kablam! ... Oct 27 20:20:27.016 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 27 20:20:27.016 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! Oct 27 20:20:27.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.016 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.016 INFO kablam! | ^^^^^ Oct 27 20:20:27.016 INFO kablam! ... Oct 27 20:20:27.016 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 27 20:20:27.016 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.016 INFO kablam! | Oct 27 20:20:27.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.017 INFO kablam! | Oct 27 20:20:27.017 INFO kablam! Oct 27 20:20:27.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.017 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.017 INFO kablam! | Oct 27 20:20:27.017 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.017 INFO kablam! | ^^^^^ Oct 27 20:20:27.017 INFO kablam! ... Oct 27 20:20:27.017 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 27 20:20:27.017 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.017 INFO kablam! | Oct 27 20:20:27.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.017 INFO kablam! | Oct 27 20:20:27.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.017 INFO kablam! | Oct 27 20:20:27.017 INFO kablam! Oct 27 20:20:27.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.017 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.017 INFO kablam! | Oct 27 20:20:27.017 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.017 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.017 INFO kablam! ... Oct 27 20:20:27.017 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 27 20:20:27.017 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.017 INFO kablam! | Oct 27 20:20:27.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.017 INFO kablam! | Oct 27 20:20:27.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.017 INFO kablam! | Oct 27 20:20:27.017 INFO kablam! Oct 27 20:20:27.030 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.031 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.031 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.031 INFO kablam! ... Oct 27 20:20:27.031 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 27 20:20:27.031 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! Oct 27 20:20:27.031 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.031 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.031 INFO kablam! | ^^^^^ Oct 27 20:20:27.031 INFO kablam! ... Oct 27 20:20:27.031 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 27 20:20:27.031 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! Oct 27 20:20:27.031 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.031 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.031 INFO kablam! | ^^^^^ Oct 27 20:20:27.031 INFO kablam! ... Oct 27 20:20:27.031 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 27 20:20:27.031 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! Oct 27 20:20:27.031 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.031 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.031 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.031 INFO kablam! ... Oct 27 20:20:27.031 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 27 20:20:27.031 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! Oct 27 20:20:27.031 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.031 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.031 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.031 INFO kablam! ... Oct 27 20:20:27.031 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 27 20:20:27.031 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.031 INFO kablam! | Oct 27 20:20:27.031 INFO kablam! Oct 27 20:20:27.031 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.031 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.032 INFO kablam! | ^^^^^ Oct 27 20:20:27.032 INFO kablam! ... Oct 27 20:20:27.032 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 27 20:20:27.032 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! Oct 27 20:20:27.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.032 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.032 INFO kablam! | ^^^^^ Oct 27 20:20:27.032 INFO kablam! ... Oct 27 20:20:27.032 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 27 20:20:27.032 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! Oct 27 20:20:27.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.032 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.032 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.032 INFO kablam! ... Oct 27 20:20:27.032 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 27 20:20:27.032 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! Oct 27 20:20:27.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.032 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.032 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.032 INFO kablam! ... Oct 27 20:20:27.032 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 27 20:20:27.032 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! Oct 27 20:20:27.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.032 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.032 INFO kablam! | ^^^^^ Oct 27 20:20:27.032 INFO kablam! ... Oct 27 20:20:27.032 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 27 20:20:27.032 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! Oct 27 20:20:27.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.032 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.032 INFO kablam! | Oct 27 20:20:27.032 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.032 INFO kablam! | ^^^^^ Oct 27 20:20:27.032 INFO kablam! ... Oct 27 20:20:27.032 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 27 20:20:27.033 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! Oct 27 20:20:27.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.033 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.033 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.033 INFO kablam! ... Oct 27 20:20:27.033 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 27 20:20:27.033 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! Oct 27 20:20:27.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.033 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.033 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.033 INFO kablam! ... Oct 27 20:20:27.033 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 27 20:20:27.033 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! Oct 27 20:20:27.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.033 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.033 INFO kablam! | ^^^^^ Oct 27 20:20:27.033 INFO kablam! ... Oct 27 20:20:27.033 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 27 20:20:27.033 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! Oct 27 20:20:27.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.033 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.033 INFO kablam! | ^^^^^ Oct 27 20:20:27.033 INFO kablam! ... Oct 27 20:20:27.033 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 27 20:20:27.033 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! Oct 27 20:20:27.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.033 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.033 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.033 INFO kablam! ... Oct 27 20:20:27.033 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 27 20:20:27.033 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.033 INFO kablam! | Oct 27 20:20:27.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.034 INFO kablam! | Oct 27 20:20:27.034 INFO kablam! Oct 27 20:20:27.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.044 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.044 INFO kablam! | Oct 27 20:20:27.044 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.044 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.044 INFO kablam! ... Oct 27 20:20:27.044 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 27 20:20:27.044 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.044 INFO kablam! | Oct 27 20:20:27.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.044 INFO kablam! | Oct 27 20:20:27.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! Oct 27 20:20:27.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.045 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.045 INFO kablam! | ^^^^^ Oct 27 20:20:27.045 INFO kablam! ... Oct 27 20:20:27.045 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 27 20:20:27.045 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! Oct 27 20:20:27.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.045 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.045 INFO kablam! | ^^^^^ Oct 27 20:20:27.045 INFO kablam! ... Oct 27 20:20:27.045 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 27 20:20:27.045 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! Oct 27 20:20:27.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.045 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.045 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.045 INFO kablam! ... Oct 27 20:20:27.045 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 27 20:20:27.045 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! Oct 27 20:20:27.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.045 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.045 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.045 INFO kablam! ... Oct 27 20:20:27.045 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 27 20:20:27.045 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! Oct 27 20:20:27.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.045 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.045 INFO kablam! | ^^^^^ Oct 27 20:20:27.045 INFO kablam! ... Oct 27 20:20:27.045 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 27 20:20:27.045 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! Oct 27 20:20:27.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.045 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.045 INFO kablam! | Oct 27 20:20:27.045 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.045 INFO kablam! | ^^^^^ Oct 27 20:20:27.046 INFO kablam! ... Oct 27 20:20:27.046 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 27 20:20:27.046 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.046 INFO kablam! | Oct 27 20:20:27.046 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.046 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.046 INFO kablam! | Oct 27 20:20:27.046 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.046 INFO kablam! | Oct 27 20:20:27.046 INFO kablam! Oct 27 20:20:27.046 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.046 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.046 INFO kablam! | Oct 27 20:20:27.046 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.046 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.046 INFO kablam! ... Oct 27 20:20:27.046 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 27 20:20:27.046 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.046 INFO kablam! | Oct 27 20:20:27.046 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.046 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.046 INFO kablam! | Oct 27 20:20:27.046 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.046 INFO kablam! | Oct 27 20:20:27.046 INFO kablam! Oct 27 20:20:27.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.049 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.049 INFO kablam! | Oct 27 20:20:27.049 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.049 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.049 INFO kablam! ... Oct 27 20:20:27.049 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 27 20:20:27.049 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.049 INFO kablam! | Oct 27 20:20:27.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.049 INFO kablam! | Oct 27 20:20:27.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.049 INFO kablam! | Oct 27 20:20:27.049 INFO kablam! Oct 27 20:20:27.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.049 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.049 INFO kablam! | Oct 27 20:20:27.049 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.049 INFO kablam! | ^^^^^ Oct 27 20:20:27.049 INFO kablam! ... Oct 27 20:20:27.049 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 27 20:20:27.049 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.049 INFO kablam! | Oct 27 20:20:27.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.049 INFO kablam! | Oct 27 20:20:27.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.049 INFO kablam! | Oct 27 20:20:27.049 INFO kablam! Oct 27 20:20:27.050 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.050 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.050 INFO kablam! | ^^^^^ Oct 27 20:20:27.050 INFO kablam! ... Oct 27 20:20:27.050 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 27 20:20:27.050 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! Oct 27 20:20:27.050 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.050 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.050 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.050 INFO kablam! ... Oct 27 20:20:27.050 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 27 20:20:27.050 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! Oct 27 20:20:27.050 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.050 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.050 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.050 INFO kablam! ... Oct 27 20:20:27.050 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 27 20:20:27.050 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! Oct 27 20:20:27.050 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.050 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.050 INFO kablam! | ^^^^^ Oct 27 20:20:27.050 INFO kablam! ... Oct 27 20:20:27.050 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 27 20:20:27.050 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! Oct 27 20:20:27.050 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.050 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.050 INFO kablam! | ^^^^^ Oct 27 20:20:27.050 INFO kablam! ... Oct 27 20:20:27.050 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 27 20:20:27.050 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! Oct 27 20:20:27.050 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.050 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.050 INFO kablam! | Oct 27 20:20:27.050 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.050 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.050 INFO kablam! ... Oct 27 20:20:27.051 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 27 20:20:27.051 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.051 INFO kablam! | Oct 27 20:20:27.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.051 INFO kablam! | Oct 27 20:20:27.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.051 INFO kablam! | Oct 27 20:20:27.051 INFO kablam! Oct 27 20:20:27.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.053 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.053 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.053 INFO kablam! ... Oct 27 20:20:27.053 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 27 20:20:27.053 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! Oct 27 20:20:27.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.053 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.053 INFO kablam! | ^^^^^ Oct 27 20:20:27.053 INFO kablam! ... Oct 27 20:20:27.053 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 27 20:20:27.053 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! Oct 27 20:20:27.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.053 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.053 INFO kablam! | ^^^^^ Oct 27 20:20:27.053 INFO kablam! ... Oct 27 20:20:27.053 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 27 20:20:27.053 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! Oct 27 20:20:27.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.053 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.053 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.053 INFO kablam! ... Oct 27 20:20:27.053 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 27 20:20:27.053 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.053 INFO kablam! | Oct 27 20:20:27.053 INFO kablam! Oct 27 20:20:27.058 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.059 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.059 INFO kablam! ... Oct 27 20:20:27.059 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 27 20:20:27.059 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! Oct 27 20:20:27.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.059 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.059 INFO kablam! | ^^^^^ Oct 27 20:20:27.059 INFO kablam! ... Oct 27 20:20:27.059 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 27 20:20:27.059 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! Oct 27 20:20:27.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.059 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.059 INFO kablam! | ^^^^^ Oct 27 20:20:27.059 INFO kablam! ... Oct 27 20:20:27.059 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 27 20:20:27.059 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! Oct 27 20:20:27.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.059 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.059 INFO kablam! ... Oct 27 20:20:27.059 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 27 20:20:27.059 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! Oct 27 20:20:27.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.059 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.059 INFO kablam! ... Oct 27 20:20:27.059 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 27 20:20:27.059 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! Oct 27 20:20:27.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.059 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.059 INFO kablam! | Oct 27 20:20:27.059 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.059 INFO kablam! | ^^^^^ Oct 27 20:20:27.059 INFO kablam! ... Oct 27 20:20:27.060 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 27 20:20:27.060 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! Oct 27 20:20:27.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.060 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.060 INFO kablam! | ^^^^^ Oct 27 20:20:27.060 INFO kablam! ... Oct 27 20:20:27.060 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 27 20:20:27.060 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! Oct 27 20:20:27.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.060 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.060 INFO kablam! ... Oct 27 20:20:27.060 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 27 20:20:27.060 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! Oct 27 20:20:27.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.060 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.060 INFO kablam! ... Oct 27 20:20:27.060 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 27 20:20:27.060 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! Oct 27 20:20:27.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.060 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.060 INFO kablam! | ^^^^^ Oct 27 20:20:27.060 INFO kablam! ... Oct 27 20:20:27.060 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 27 20:20:27.060 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.060 INFO kablam! | Oct 27 20:20:27.060 INFO kablam! Oct 27 20:20:27.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.065 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.065 INFO kablam! | Oct 27 20:20:27.065 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.065 INFO kablam! | ^^^^^ Oct 27 20:20:27.065 INFO kablam! ... Oct 27 20:20:27.065 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 27 20:20:27.065 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.065 INFO kablam! | Oct 27 20:20:27.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.065 INFO kablam! | Oct 27 20:20:27.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.065 INFO kablam! | Oct 27 20:20:27.065 INFO kablam! Oct 27 20:20:27.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.065 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.065 INFO kablam! | Oct 27 20:20:27.065 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.065 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.066 INFO kablam! ... Oct 27 20:20:27.066 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 27 20:20:27.066 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.066 INFO kablam! | Oct 27 20:20:27.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.066 INFO kablam! | Oct 27 20:20:27.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.066 INFO kablam! | Oct 27 20:20:27.066 INFO kablam! Oct 27 20:20:27.066 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.066 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.066 INFO kablam! | Oct 27 20:20:27.066 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.066 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.066 INFO kablam! ... Oct 27 20:20:27.066 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 27 20:20:27.066 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.066 INFO kablam! | Oct 27 20:20:27.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.067 INFO kablam! | Oct 27 20:20:27.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.067 INFO kablam! | Oct 27 20:20:27.067 INFO kablam! Oct 27 20:20:27.067 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.067 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.067 INFO kablam! | Oct 27 20:20:27.067 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.067 INFO kablam! | ^^^^^ Oct 27 20:20:27.067 INFO kablam! ... Oct 27 20:20:27.067 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 27 20:20:27.067 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.067 INFO kablam! | Oct 27 20:20:27.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.067 INFO kablam! | Oct 27 20:20:27.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.067 INFO kablam! | Oct 27 20:20:27.067 INFO kablam! Oct 27 20:20:27.067 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.067 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.067 INFO kablam! | Oct 27 20:20:27.067 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.067 INFO kablam! | ^^^^^ Oct 27 20:20:27.067 INFO kablam! ... Oct 27 20:20:27.067 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 27 20:20:27.067 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.067 INFO kablam! | Oct 27 20:20:27.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.067 INFO kablam! | Oct 27 20:20:27.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.068 INFO kablam! | Oct 27 20:20:27.068 INFO kablam! Oct 27 20:20:27.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.078 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.078 INFO kablam! | Oct 27 20:20:27.078 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.078 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.078 INFO kablam! ... Oct 27 20:20:27.079 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 27 20:20:27.079 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! Oct 27 20:20:27.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.079 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.079 INFO kablam! ... Oct 27 20:20:27.079 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 27 20:20:27.079 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! Oct 27 20:20:27.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.079 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.079 INFO kablam! | ^^^^^ Oct 27 20:20:27.079 INFO kablam! ... Oct 27 20:20:27.079 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 27 20:20:27.079 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! Oct 27 20:20:27.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.079 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.079 INFO kablam! | ^^^^^ Oct 27 20:20:27.079 INFO kablam! ... Oct 27 20:20:27.079 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 27 20:20:27.079 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! Oct 27 20:20:27.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.079 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.079 INFO kablam! ... Oct 27 20:20:27.079 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 27 20:20:27.079 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! Oct 27 20:20:27.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.079 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.079 INFO kablam! ... Oct 27 20:20:27.079 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 27 20:20:27.079 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.079 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! Oct 27 20:20:27.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.080 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.080 INFO kablam! | ^^^^^ Oct 27 20:20:27.080 INFO kablam! ... Oct 27 20:20:27.080 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 27 20:20:27.080 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! Oct 27 20:20:27.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.080 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.080 INFO kablam! | ^^^^^ Oct 27 20:20:27.080 INFO kablam! ... Oct 27 20:20:27.080 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 27 20:20:27.080 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! Oct 27 20:20:27.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.080 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.080 INFO kablam! ... Oct 27 20:20:27.080 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 27 20:20:27.080 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! Oct 27 20:20:27.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.080 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.080 INFO kablam! ... Oct 27 20:20:27.080 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 27 20:20:27.080 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! Oct 27 20:20:27.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.080 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.080 INFO kablam! | ^^^^^ Oct 27 20:20:27.080 INFO kablam! ... Oct 27 20:20:27.080 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 27 20:20:27.080 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.080 INFO kablam! | Oct 27 20:20:27.080 INFO kablam! Oct 27 20:20:27.088 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.088 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.088 INFO kablam! | Oct 27 20:20:27.088 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.088 INFO kablam! | ^^^^^ Oct 27 20:20:27.088 INFO kablam! ... Oct 27 20:20:27.088 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 27 20:20:27.088 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.088 INFO kablam! | Oct 27 20:20:27.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.088 INFO kablam! | Oct 27 20:20:27.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.088 INFO kablam! | Oct 27 20:20:27.088 INFO kablam! Oct 27 20:20:27.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.088 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.088 INFO kablam! | Oct 27 20:20:27.088 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.088 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.088 INFO kablam! ... Oct 27 20:20:27.088 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 27 20:20:27.088 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.088 INFO kablam! | Oct 27 20:20:27.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.088 INFO kablam! | Oct 27 20:20:27.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.088 INFO kablam! | Oct 27 20:20:27.088 INFO kablam! Oct 27 20:20:27.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.088 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.088 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.089 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.089 INFO kablam! ... Oct 27 20:20:27.089 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 27 20:20:27.089 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! Oct 27 20:20:27.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.089 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.089 INFO kablam! | ^^^^^ Oct 27 20:20:27.089 INFO kablam! ... Oct 27 20:20:27.089 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 27 20:20:27.089 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! Oct 27 20:20:27.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.089 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.089 INFO kablam! | ^^^^^ Oct 27 20:20:27.089 INFO kablam! ... Oct 27 20:20:27.089 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 27 20:20:27.089 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! Oct 27 20:20:27.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.089 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.089 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.089 INFO kablam! ... Oct 27 20:20:27.089 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 27 20:20:27.089 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! Oct 27 20:20:27.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.089 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.089 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.089 INFO kablam! ... Oct 27 20:20:27.089 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 27 20:20:27.089 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! Oct 27 20:20:27.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.089 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.089 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.089 INFO kablam! | ^^^^^ Oct 27 20:20:27.089 INFO kablam! ... Oct 27 20:20:27.089 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 27 20:20:27.089 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.089 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.090 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.090 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! Oct 27 20:20:27.090 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.090 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.090 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.090 INFO kablam! | ^^^^^ Oct 27 20:20:27.090 INFO kablam! ... Oct 27 20:20:27.090 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 27 20:20:27.090 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.090 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.090 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.090 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! Oct 27 20:20:27.090 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.090 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.090 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.090 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.090 INFO kablam! ... Oct 27 20:20:27.090 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 27 20:20:27.090 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.090 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.090 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.090 INFO kablam! | Oct 27 20:20:27.090 INFO kablam! Oct 27 20:20:27.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.094 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.095 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.095 INFO kablam! ... Oct 27 20:20:27.095 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 27 20:20:27.095 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! Oct 27 20:20:27.095 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.095 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.095 INFO kablam! | ^^^^^ Oct 27 20:20:27.095 INFO kablam! ... Oct 27 20:20:27.095 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 27 20:20:27.095 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! Oct 27 20:20:27.095 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.095 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.095 INFO kablam! | ^^^^^ Oct 27 20:20:27.095 INFO kablam! ... Oct 27 20:20:27.095 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 27 20:20:27.095 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! Oct 27 20:20:27.095 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.095 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.095 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.095 INFO kablam! ... Oct 27 20:20:27.095 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 27 20:20:27.095 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! Oct 27 20:20:27.095 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.095 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.095 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.095 INFO kablam! ... Oct 27 20:20:27.095 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 27 20:20:27.095 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! Oct 27 20:20:27.095 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.095 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.095 INFO kablam! | Oct 27 20:20:27.095 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.095 INFO kablam! | ^^^^^ Oct 27 20:20:27.095 INFO kablam! ... Oct 27 20:20:27.095 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 27 20:20:27.095 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.096 INFO kablam! | Oct 27 20:20:27.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.096 INFO kablam! | Oct 27 20:20:27.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.096 INFO kablam! | Oct 27 20:20:27.096 INFO kablam! Oct 27 20:20:27.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.104 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.104 INFO kablam! | ^^^^^ Oct 27 20:20:27.104 INFO kablam! ... Oct 27 20:20:27.104 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 27 20:20:27.104 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! Oct 27 20:20:27.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.104 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.104 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.104 INFO kablam! ... Oct 27 20:20:27.104 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 27 20:20:27.104 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! Oct 27 20:20:27.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.104 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.104 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.104 INFO kablam! ... Oct 27 20:20:27.104 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 27 20:20:27.104 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! Oct 27 20:20:27.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.104 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.104 INFO kablam! | ^^^^^ Oct 27 20:20:27.104 INFO kablam! ... Oct 27 20:20:27.104 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 27 20:20:27.104 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! Oct 27 20:20:27.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.104 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.104 INFO kablam! | ^^^^^ Oct 27 20:20:27.104 INFO kablam! ... Oct 27 20:20:27.104 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 27 20:20:27.104 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.104 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! Oct 27 20:20:27.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.107 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.107 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.107 INFO kablam! ... Oct 27 20:20:27.107 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 27 20:20:27.107 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! Oct 27 20:20:27.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.107 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.107 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.107 INFO kablam! ... Oct 27 20:20:27.107 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 27 20:20:27.107 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! Oct 27 20:20:27.107 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.107 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.107 INFO kablam! | ^^^^^ Oct 27 20:20:27.107 INFO kablam! ... Oct 27 20:20:27.107 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 27 20:20:27.107 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.107 INFO kablam! | Oct 27 20:20:27.107 INFO kablam! Oct 27 20:20:27.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.109 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.109 INFO kablam! | ^^^^^ Oct 27 20:20:27.109 INFO kablam! ... Oct 27 20:20:27.109 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 27 20:20:27.109 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! Oct 27 20:20:27.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.109 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.109 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.109 INFO kablam! ... Oct 27 20:20:27.109 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 27 20:20:27.109 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! Oct 27 20:20:27.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.109 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.109 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.109 INFO kablam! ... Oct 27 20:20:27.109 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 27 20:20:27.109 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.109 INFO kablam! | Oct 27 20:20:27.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.110 INFO kablam! | Oct 27 20:20:27.110 INFO kablam! Oct 27 20:20:27.111 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.111 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.111 INFO kablam! | Oct 27 20:20:27.111 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.111 INFO kablam! | ^^^^^ Oct 27 20:20:27.111 INFO kablam! ... Oct 27 20:20:27.111 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 27 20:20:27.111 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.111 INFO kablam! | Oct 27 20:20:27.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.111 INFO kablam! | Oct 27 20:20:27.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.111 INFO kablam! | Oct 27 20:20:27.111 INFO kablam! Oct 27 20:20:27.114 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.115 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.115 INFO kablam! | Oct 27 20:20:27.115 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.115 INFO kablam! | ^^^^^ Oct 27 20:20:27.115 INFO kablam! ... Oct 27 20:20:27.115 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 27 20:20:27.115 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.115 INFO kablam! | Oct 27 20:20:27.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.115 INFO kablam! | Oct 27 20:20:27.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.115 INFO kablam! | Oct 27 20:20:27.115 INFO kablam! Oct 27 20:20:27.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.119 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.119 INFO kablam! | Oct 27 20:20:27.119 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.119 INFO kablam! ... Oct 27 20:20:27.119 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 27 20:20:27.119 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.119 INFO kablam! | Oct 27 20:20:27.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.119 INFO kablam! | Oct 27 20:20:27.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.119 INFO kablam! | Oct 27 20:20:27.119 INFO kablam! Oct 27 20:20:27.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.119 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.119 INFO kablam! | Oct 27 20:20:27.119 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.119 INFO kablam! ... Oct 27 20:20:27.119 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 27 20:20:27.119 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.119 INFO kablam! | Oct 27 20:20:27.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! Oct 27 20:20:27.120 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.120 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.120 INFO kablam! | ^^^^^ Oct 27 20:20:27.120 INFO kablam! ... Oct 27 20:20:27.120 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 27 20:20:27.120 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! Oct 27 20:20:27.120 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.120 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.120 INFO kablam! | ^^^^^ Oct 27 20:20:27.120 INFO kablam! ... Oct 27 20:20:27.120 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 27 20:20:27.120 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.120 INFO kablam! | Oct 27 20:20:27.120 INFO kablam! Oct 27 20:20:27.122 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.122 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.122 INFO kablam! | Oct 27 20:20:27.122 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.122 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.122 INFO kablam! ... Oct 27 20:20:27.122 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 27 20:20:27.122 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.122 INFO kablam! | Oct 27 20:20:27.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.122 INFO kablam! | Oct 27 20:20:27.122 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.122 INFO kablam! | Oct 27 20:20:27.122 INFO kablam! Oct 27 20:20:27.122 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.122 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.123 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.123 INFO kablam! ... Oct 27 20:20:27.123 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 27 20:20:27.123 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! Oct 27 20:20:27.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.123 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.123 INFO kablam! | ^^^^^ Oct 27 20:20:27.123 INFO kablam! ... Oct 27 20:20:27.123 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 27 20:20:27.123 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! Oct 27 20:20:27.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.123 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.123 INFO kablam! | ^^^^^ Oct 27 20:20:27.123 INFO kablam! ... Oct 27 20:20:27.123 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 27 20:20:27.123 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! Oct 27 20:20:27.123 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.123 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.123 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.123 INFO kablam! ... Oct 27 20:20:27.123 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 27 20:20:27.123 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! Oct 27 20:20:27.123 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.123 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.123 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.123 INFO kablam! ... Oct 27 20:20:27.123 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 27 20:20:27.123 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! Oct 27 20:20:27.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.123 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.123 INFO kablam! | Oct 27 20:20:27.123 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.123 INFO kablam! | ^^^^^ Oct 27 20:20:27.124 INFO kablam! ... Oct 27 20:20:27.124 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 27 20:20:27.124 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.124 INFO kablam! | Oct 27 20:20:27.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.124 INFO kablam! | Oct 27 20:20:27.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.124 INFO kablam! | Oct 27 20:20:27.124 INFO kablam! Oct 27 20:20:27.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.124 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.124 INFO kablam! | Oct 27 20:20:27.124 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.124 INFO kablam! | ^^^^^ Oct 27 20:20:27.124 INFO kablam! ... Oct 27 20:20:27.124 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 27 20:20:27.124 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.124 INFO kablam! | Oct 27 20:20:27.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.124 INFO kablam! | Oct 27 20:20:27.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.124 INFO kablam! | Oct 27 20:20:27.124 INFO kablam! Oct 27 20:20:27.135 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.135 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.135 INFO kablam! | Oct 27 20:20:27.135 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.135 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.135 INFO kablam! ... Oct 27 20:20:27.135 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 27 20:20:27.135 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.135 INFO kablam! | Oct 27 20:20:27.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.135 INFO kablam! | Oct 27 20:20:27.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.135 INFO kablam! | Oct 27 20:20:27.135 INFO kablam! Oct 27 20:20:27.135 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.135 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.135 INFO kablam! | Oct 27 20:20:27.135 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.135 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.135 INFO kablam! ... Oct 27 20:20:27.135 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 27 20:20:27.135 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.135 INFO kablam! | Oct 27 20:20:27.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.135 INFO kablam! | Oct 27 20:20:27.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.135 INFO kablam! | Oct 27 20:20:27.135 INFO kablam! Oct 27 20:20:27.135 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.135 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.135 INFO kablam! | Oct 27 20:20:27.135 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.135 INFO kablam! | ^^^^^ Oct 27 20:20:27.135 INFO kablam! ... Oct 27 20:20:27.136 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 27 20:20:27.136 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! Oct 27 20:20:27.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.136 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.136 INFO kablam! | ^^^^^ Oct 27 20:20:27.136 INFO kablam! ... Oct 27 20:20:27.136 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 27 20:20:27.136 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! Oct 27 20:20:27.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.136 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.136 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.136 INFO kablam! ... Oct 27 20:20:27.136 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 27 20:20:27.136 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! Oct 27 20:20:27.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.136 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.136 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.136 INFO kablam! ... Oct 27 20:20:27.136 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 27 20:20:27.136 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! Oct 27 20:20:27.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.136 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.136 INFO kablam! | ^^^^^ Oct 27 20:20:27.136 INFO kablam! ... Oct 27 20:20:27.136 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 27 20:20:27.136 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! Oct 27 20:20:27.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.136 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.136 INFO kablam! | ^^^^^ Oct 27 20:20:27.136 INFO kablam! ... Oct 27 20:20:27.136 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 27 20:20:27.136 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.136 INFO kablam! | Oct 27 20:20:27.136 INFO kablam! Oct 27 20:20:27.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.137 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.137 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.137 INFO kablam! ... Oct 27 20:20:27.137 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 27 20:20:27.137 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! Oct 27 20:20:27.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.137 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.137 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.137 INFO kablam! ... Oct 27 20:20:27.137 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 27 20:20:27.137 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! Oct 27 20:20:27.137 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.137 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.137 INFO kablam! | ^^^^^ Oct 27 20:20:27.137 INFO kablam! ... Oct 27 20:20:27.137 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 27 20:20:27.137 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.137 INFO kablam! | Oct 27 20:20:27.137 INFO kablam! Oct 27 20:20:27.150 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.151 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.151 INFO kablam! | ^^^^^ Oct 27 20:20:27.151 INFO kablam! ... Oct 27 20:20:27.151 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 27 20:20:27.151 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! Oct 27 20:20:27.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.151 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.151 INFO kablam! ... Oct 27 20:20:27.151 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 27 20:20:27.151 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! Oct 27 20:20:27.151 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.151 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.151 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.151 INFO kablam! ... Oct 27 20:20:27.151 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 27 20:20:27.151 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! Oct 27 20:20:27.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.151 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.151 INFO kablam! | ^^^^^ Oct 27 20:20:27.151 INFO kablam! ... Oct 27 20:20:27.151 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 27 20:20:27.151 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! Oct 27 20:20:27.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.151 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.151 INFO kablam! | Oct 27 20:20:27.151 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.151 INFO kablam! | ^^^^^ Oct 27 20:20:27.151 INFO kablam! ... Oct 27 20:20:27.151 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 27 20:20:27.153 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! Oct 27 20:20:27.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.153 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.153 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.153 INFO kablam! ... Oct 27 20:20:27.153 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 27 20:20:27.153 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! Oct 27 20:20:27.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.153 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.153 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.153 INFO kablam! ... Oct 27 20:20:27.153 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 27 20:20:27.153 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! Oct 27 20:20:27.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.153 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.153 INFO kablam! | ^^^^^ Oct 27 20:20:27.153 INFO kablam! ... Oct 27 20:20:27.153 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 27 20:20:27.153 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.153 INFO kablam! | Oct 27 20:20:27.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.154 INFO kablam! | Oct 27 20:20:27.154 INFO kablam! Oct 27 20:20:27.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.154 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.154 INFO kablam! | Oct 27 20:20:27.154 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.154 INFO kablam! | ^^^^^ Oct 27 20:20:27.154 INFO kablam! ... Oct 27 20:20:27.154 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 27 20:20:27.154 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.154 INFO kablam! | Oct 27 20:20:27.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.154 INFO kablam! | Oct 27 20:20:27.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.154 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! Oct 27 20:20:27.155 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.155 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.155 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.155 INFO kablam! ... Oct 27 20:20:27.155 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 27 20:20:27.155 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! Oct 27 20:20:27.155 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.155 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.155 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.155 INFO kablam! ... Oct 27 20:20:27.155 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 27 20:20:27.155 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! Oct 27 20:20:27.155 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.155 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.155 INFO kablam! | ^^^^^ Oct 27 20:20:27.155 INFO kablam! ... Oct 27 20:20:27.155 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 27 20:20:27.155 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! Oct 27 20:20:27.155 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.155 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.155 INFO kablam! | ^^^^^ Oct 27 20:20:27.155 INFO kablam! ... Oct 27 20:20:27.155 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 27 20:20:27.155 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.155 INFO kablam! | Oct 27 20:20:27.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! Oct 27 20:20:27.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.156 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.156 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.156 INFO kablam! ... Oct 27 20:20:27.156 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 27 20:20:27.156 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! Oct 27 20:20:27.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.156 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.156 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.156 INFO kablam! ... Oct 27 20:20:27.156 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 27 20:20:27.156 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! Oct 27 20:20:27.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.156 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.156 INFO kablam! | ^^^^^ Oct 27 20:20:27.156 INFO kablam! ... Oct 27 20:20:27.156 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 27 20:20:27.156 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! Oct 27 20:20:27.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.156 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.156 INFO kablam! | ^^^^^ Oct 27 20:20:27.156 INFO kablam! ... Oct 27 20:20:27.156 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 27 20:20:27.156 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! Oct 27 20:20:27.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.156 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.156 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.156 INFO kablam! ... Oct 27 20:20:27.156 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 27 20:20:27.156 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.156 INFO kablam! Oct 27 20:20:27.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.156 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.156 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.157 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.157 INFO kablam! ... Oct 27 20:20:27.157 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 27 20:20:27.157 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! Oct 27 20:20:27.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.157 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.157 INFO kablam! | ^^^^^ Oct 27 20:20:27.157 INFO kablam! ... Oct 27 20:20:27.157 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 27 20:20:27.157 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! Oct 27 20:20:27.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.157 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.157 INFO kablam! | ^^^^^ Oct 27 20:20:27.157 INFO kablam! ... Oct 27 20:20:27.157 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 27 20:20:27.157 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! Oct 27 20:20:27.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.157 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.157 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.157 INFO kablam! ... Oct 27 20:20:27.157 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 27 20:20:27.157 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! Oct 27 20:20:27.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.157 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.157 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.157 INFO kablam! ... Oct 27 20:20:27.157 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 27 20:20:27.157 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! Oct 27 20:20:27.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.157 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.157 INFO kablam! | Oct 27 20:20:27.157 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.157 INFO kablam! | ^^^^^ Oct 27 20:20:27.157 INFO kablam! ... Oct 27 20:20:27.157 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 27 20:20:27.157 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.158 INFO kablam! | Oct 27 20:20:27.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.158 INFO kablam! | Oct 27 20:20:27.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.158 INFO kablam! | Oct 27 20:20:27.158 INFO kablam! Oct 27 20:20:27.158 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.159 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.159 INFO kablam! | Oct 27 20:20:27.159 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.159 INFO kablam! | ^^^^^ Oct 27 20:20:27.159 INFO kablam! ... Oct 27 20:20:27.159 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 27 20:20:27.159 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.159 INFO kablam! | Oct 27 20:20:27.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.159 INFO kablam! | Oct 27 20:20:27.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.159 INFO kablam! | Oct 27 20:20:27.159 INFO kablam! Oct 27 20:20:27.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.165 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.165 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.165 INFO kablam! ... Oct 27 20:20:27.165 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 27 20:20:27.165 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! Oct 27 20:20:27.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.165 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.165 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.165 INFO kablam! ... Oct 27 20:20:27.165 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 27 20:20:27.165 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! Oct 27 20:20:27.165 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.165 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.165 INFO kablam! | ^^^^^ Oct 27 20:20:27.165 INFO kablam! ... Oct 27 20:20:27.165 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 27 20:20:27.165 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! Oct 27 20:20:27.165 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.165 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.165 INFO kablam! | ^^^^^ Oct 27 20:20:27.165 INFO kablam! ... Oct 27 20:20:27.165 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 27 20:20:27.165 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! Oct 27 20:20:27.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.165 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.165 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.165 INFO kablam! ... Oct 27 20:20:27.165 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 27 20:20:27.165 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.165 INFO kablam! | Oct 27 20:20:27.165 INFO kablam! Oct 27 20:20:27.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.168 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.168 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.168 INFO kablam! ... Oct 27 20:20:27.168 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 27 20:20:27.168 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! Oct 27 20:20:27.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.168 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.168 INFO kablam! | ^^^^^ Oct 27 20:20:27.168 INFO kablam! ... Oct 27 20:20:27.168 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 27 20:20:27.168 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.168 INFO kablam! | Oct 27 20:20:27.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.169 INFO kablam! | Oct 27 20:20:27.169 INFO kablam! Oct 27 20:20:27.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.169 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.169 INFO kablam! | Oct 27 20:20:27.169 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.169 INFO kablam! | ^^^^^ Oct 27 20:20:27.169 INFO kablam! ... Oct 27 20:20:27.169 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 27 20:20:27.169 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.169 INFO kablam! | Oct 27 20:20:27.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.169 INFO kablam! | Oct 27 20:20:27.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.169 INFO kablam! | Oct 27 20:20:27.169 INFO kablam! Oct 27 20:20:27.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.169 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.169 INFO kablam! | Oct 27 20:20:27.169 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.169 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.169 INFO kablam! ... Oct 27 20:20:27.169 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 27 20:20:27.169 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.169 INFO kablam! | Oct 27 20:20:27.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.169 INFO kablam! | Oct 27 20:20:27.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.169 INFO kablam! | Oct 27 20:20:27.169 INFO kablam! Oct 27 20:20:27.172 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.172 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.172 INFO kablam! | Oct 27 20:20:27.172 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.172 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.172 INFO kablam! ... Oct 27 20:20:27.172 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 27 20:20:27.172 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.172 INFO kablam! | Oct 27 20:20:27.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.172 INFO kablam! | Oct 27 20:20:27.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.172 INFO kablam! | Oct 27 20:20:27.172 INFO kablam! Oct 27 20:20:27.172 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.172 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.172 INFO kablam! | Oct 27 20:20:27.172 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.172 INFO kablam! | ^^^^^ Oct 27 20:20:27.172 INFO kablam! ... Oct 27 20:20:27.172 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 27 20:20:27.173 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! Oct 27 20:20:27.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.173 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.173 INFO kablam! | ^^^^^ Oct 27 20:20:27.173 INFO kablam! ... Oct 27 20:20:27.173 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 27 20:20:27.173 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! Oct 27 20:20:27.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.173 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.173 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.173 INFO kablam! ... Oct 27 20:20:27.173 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 27 20:20:27.173 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.173 INFO kablam! | Oct 27 20:20:27.173 INFO kablam! Oct 27 20:20:27.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.175 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.175 INFO kablam! | Oct 27 20:20:27.175 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.175 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.175 INFO kablam! ... Oct 27 20:20:27.175 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 27 20:20:27.175 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.175 INFO kablam! | Oct 27 20:20:27.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.175 INFO kablam! | Oct 27 20:20:27.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.175 INFO kablam! | Oct 27 20:20:27.175 INFO kablam! Oct 27 20:20:27.175 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.175 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.175 INFO kablam! | Oct 27 20:20:27.175 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.175 INFO kablam! | ^^^^^ Oct 27 20:20:27.175 INFO kablam! ... Oct 27 20:20:27.175 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 27 20:20:27.175 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.175 INFO kablam! | Oct 27 20:20:27.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.175 INFO kablam! | Oct 27 20:20:27.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.175 INFO kablam! | Oct 27 20:20:27.175 INFO kablam! Oct 27 20:20:27.175 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.175 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.175 INFO kablam! | Oct 27 20:20:27.175 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.175 INFO kablam! | ^^^^^ Oct 27 20:20:27.175 INFO kablam! ... Oct 27 20:20:27.175 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 27 20:20:27.175 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.175 INFO kablam! | Oct 27 20:20:27.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.176 INFO kablam! | Oct 27 20:20:27.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.176 INFO kablam! | Oct 27 20:20:27.176 INFO kablam! Oct 27 20:20:27.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.176 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.176 INFO kablam! | Oct 27 20:20:27.176 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.176 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.176 INFO kablam! ... Oct 27 20:20:27.176 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 27 20:20:27.176 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.176 INFO kablam! | Oct 27 20:20:27.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.176 INFO kablam! | Oct 27 20:20:27.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.176 INFO kablam! | Oct 27 20:20:27.176 INFO kablam! Oct 27 20:20:27.179 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.179 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.179 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.179 INFO kablam! ... Oct 27 20:20:27.179 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 27 20:20:27.179 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! Oct 27 20:20:27.179 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.179 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.179 INFO kablam! | ^^^^^ Oct 27 20:20:27.179 INFO kablam! ... Oct 27 20:20:27.179 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 27 20:20:27.179 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! Oct 27 20:20:27.179 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.179 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.179 INFO kablam! | ^^^^^ Oct 27 20:20:27.179 INFO kablam! ... Oct 27 20:20:27.179 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 27 20:20:27.179 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! Oct 27 20:20:27.179 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.179 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.179 INFO kablam! | Oct 27 20:20:27.179 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.179 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.179 INFO kablam! ... Oct 27 20:20:27.179 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 27 20:20:27.179 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.180 INFO kablam! | Oct 27 20:20:27.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.180 INFO kablam! | Oct 27 20:20:27.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.180 INFO kablam! | Oct 27 20:20:27.180 INFO kablam! Oct 27 20:20:27.180 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.180 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.180 INFO kablam! | Oct 27 20:20:27.180 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.180 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.180 INFO kablam! ... Oct 27 20:20:27.180 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 27 20:20:27.180 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.180 INFO kablam! | Oct 27 20:20:27.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 INFO kablam! Oct 27 20:20:27.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.184 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.184 INFO kablam! | Oct 27 20:20:27.184 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.184 INFO kablam! | ^^^^^ Oct 27 20:20:27.184 INFO kablam! ... Oct 27 20:20:27.184 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 27 20:20:27.184 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! Oct 27 20:20:27.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.185 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.185 INFO kablam! | ^^^^^ Oct 27 20:20:27.185 INFO kablam! ... Oct 27 20:20:27.185 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 27 20:20:27.185 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! Oct 27 20:20:27.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.185 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.185 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.185 INFO kablam! ... Oct 27 20:20:27.185 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 27 20:20:27.185 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! Oct 27 20:20:27.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.185 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.185 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.185 INFO kablam! ... Oct 27 20:20:27.185 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 27 20:20:27.185 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! Oct 27 20:20:27.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.185 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.185 INFO kablam! | ^^^^^ Oct 27 20:20:27.185 INFO kablam! ... Oct 27 20:20:27.185 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 27 20:20:27.185 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.185 INFO kablam! | Oct 27 20:20:27.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.190 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.190 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! Oct 27 20:20:27.191 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.191 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.191 INFO kablam! | ^^^^^ Oct 27 20:20:27.191 INFO kablam! ... Oct 27 20:20:27.191 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 27 20:20:27.191 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! Oct 27 20:20:27.191 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.191 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.191 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.191 INFO kablam! ... Oct 27 20:20:27.191 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 27 20:20:27.191 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! Oct 27 20:20:27.191 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.191 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.191 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.191 INFO kablam! ... Oct 27 20:20:27.191 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 27 20:20:27.191 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! Oct 27 20:20:27.191 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.191 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.191 INFO kablam! | ^^^^^ Oct 27 20:20:27.191 INFO kablam! ... Oct 27 20:20:27.191 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 27 20:20:27.191 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! Oct 27 20:20:27.191 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.191 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.191 INFO kablam! | ^^^^^ Oct 27 20:20:27.191 INFO kablam! ... Oct 27 20:20:27.191 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 27 20:20:27.191 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! Oct 27 20:20:27.191 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.191 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.191 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.191 INFO kablam! ... Oct 27 20:20:27.191 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 27 20:20:27.191 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.191 INFO kablam! | Oct 27 20:20:27.191 INFO kablam! Oct 27 20:20:27.191 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.192 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.192 INFO kablam! | Oct 27 20:20:27.192 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.192 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.192 INFO kablam! ... Oct 27 20:20:27.192 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 27 20:20:27.192 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.192 INFO kablam! | Oct 27 20:20:27.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.192 INFO kablam! | Oct 27 20:20:27.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.192 INFO kablam! | Oct 27 20:20:27.192 INFO kablam! Oct 27 20:20:27.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.198 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.198 INFO kablam! | Oct 27 20:20:27.198 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.198 INFO kablam! | ^^^^^ Oct 27 20:20:27.198 INFO kablam! ... Oct 27 20:20:27.198 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 27 20:20:27.198 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.198 INFO kablam! | Oct 27 20:20:27.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.198 INFO kablam! | Oct 27 20:20:27.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.198 INFO kablam! | Oct 27 20:20:27.198 INFO kablam! Oct 27 20:20:27.198 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.198 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.198 INFO kablam! | Oct 27 20:20:27.198 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.198 INFO kablam! | ^^^^^ Oct 27 20:20:27.198 INFO kablam! ... Oct 27 20:20:27.198 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 27 20:20:27.198 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.198 INFO kablam! | Oct 27 20:20:27.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.198 INFO kablam! | Oct 27 20:20:27.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.198 INFO kablam! | Oct 27 20:20:27.198 INFO kablam! Oct 27 20:20:27.202 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.206 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.207 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.207 INFO kablam! ... Oct 27 20:20:27.207 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 27 20:20:27.207 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! Oct 27 20:20:27.207 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.207 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.207 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.207 INFO kablam! ... Oct 27 20:20:27.207 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 27 20:20:27.207 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! Oct 27 20:20:27.207 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.207 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.207 INFO kablam! | ^^^^^ Oct 27 20:20:27.207 INFO kablam! ... Oct 27 20:20:27.207 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 27 20:20:27.207 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! Oct 27 20:20:27.207 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.207 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.207 INFO kablam! | ^^^^^ Oct 27 20:20:27.207 INFO kablam! ... Oct 27 20:20:27.207 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 27 20:20:27.207 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! Oct 27 20:20:27.207 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.207 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.207 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.207 INFO kablam! ... Oct 27 20:20:27.207 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 27 20:20:27.207 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! Oct 27 20:20:27.207 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.207 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.207 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.207 INFO kablam! ... Oct 27 20:20:27.207 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 27 20:20:27.207 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.207 INFO kablam! | Oct 27 20:20:27.208 INFO kablam! Oct 27 20:20:27.215 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.215 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.215 INFO kablam! | Oct 27 20:20:27.215 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.215 INFO kablam! | ^^^^^ Oct 27 20:20:27.215 INFO kablam! ... Oct 27 20:20:27.215 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 27 20:20:27.215 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.215 INFO kablam! | Oct 27 20:20:27.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.215 INFO kablam! | Oct 27 20:20:27.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.215 INFO kablam! | Oct 27 20:20:27.215 INFO kablam! Oct 27 20:20:27.215 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.215 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.215 INFO kablam! | Oct 27 20:20:27.215 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.215 INFO kablam! | ^^^^^ Oct 27 20:20:27.215 INFO kablam! ... Oct 27 20:20:27.215 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 27 20:20:27.215 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! Oct 27 20:20:27.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.216 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.216 INFO kablam! ... Oct 27 20:20:27.216 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 27 20:20:27.216 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! Oct 27 20:20:27.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.216 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.216 INFO kablam! ... Oct 27 20:20:27.216 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 27 20:20:27.216 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! Oct 27 20:20:27.216 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.216 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.216 INFO kablam! | Oct 27 20:20:27.216 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.217 INFO kablam! | ^^^^^ Oct 27 20:20:27.217 INFO kablam! ... Oct 27 20:20:27.217 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 27 20:20:27.217 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! Oct 27 20:20:27.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.217 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.217 INFO kablam! | ^^^^^ Oct 27 20:20:27.217 INFO kablam! ... Oct 27 20:20:27.217 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 27 20:20:27.217 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! Oct 27 20:20:27.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.217 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.217 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.217 INFO kablam! ... Oct 27 20:20:27.217 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 27 20:20:27.217 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! Oct 27 20:20:27.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.217 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.217 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.217 INFO kablam! ... Oct 27 20:20:27.217 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 27 20:20:27.217 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! Oct 27 20:20:27.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.217 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.217 INFO kablam! | ^^^^^ Oct 27 20:20:27.217 INFO kablam! ... Oct 27 20:20:27.217 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 27 20:20:27.217 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! Oct 27 20:20:27.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.217 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.217 INFO kablam! | ^^^^^ Oct 27 20:20:27.217 INFO kablam! ... Oct 27 20:20:27.217 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 27 20:20:27.217 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.217 INFO kablam! | Oct 27 20:20:27.217 INFO kablam! Oct 27 20:20:27.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.218 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.218 INFO kablam! | Oct 27 20:20:27.218 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.218 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.218 INFO kablam! ... Oct 27 20:20:27.218 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 27 20:20:27.218 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.218 INFO kablam! | Oct 27 20:20:27.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.218 INFO kablam! | Oct 27 20:20:27.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.218 INFO kablam! | Oct 27 20:20:27.218 INFO kablam! Oct 27 20:20:27.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.218 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.218 INFO kablam! | Oct 27 20:20:27.218 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.218 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.218 INFO kablam! ... Oct 27 20:20:27.218 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 27 20:20:27.218 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.218 INFO kablam! | Oct 27 20:20:27.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.218 INFO kablam! | Oct 27 20:20:27.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.218 INFO kablam! | Oct 27 20:20:27.218 INFO kablam! Oct 27 20:20:27.223 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.223 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.223 INFO kablam! | ^^^^^ Oct 27 20:20:27.223 INFO kablam! ... Oct 27 20:20:27.223 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 27 20:20:27.223 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! Oct 27 20:20:27.223 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.223 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.223 INFO kablam! | ^^^^^ Oct 27 20:20:27.223 INFO kablam! ... Oct 27 20:20:27.223 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 27 20:20:27.223 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! Oct 27 20:20:27.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.223 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.223 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.223 INFO kablam! ... Oct 27 20:20:27.223 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 27 20:20:27.223 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! Oct 27 20:20:27.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.223 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.223 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.223 INFO kablam! ... Oct 27 20:20:27.223 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 27 20:20:27.223 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! Oct 27 20:20:27.223 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.223 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.223 INFO kablam! | Oct 27 20:20:27.223 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.223 INFO kablam! | ^^^^^ Oct 27 20:20:27.223 INFO kablam! ... Oct 27 20:20:27.224 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 27 20:20:27.224 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! Oct 27 20:20:27.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.224 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.224 INFO kablam! | ^^^^^ Oct 27 20:20:27.224 INFO kablam! ... Oct 27 20:20:27.224 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 27 20:20:27.224 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! Oct 27 20:20:27.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.224 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.224 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.224 INFO kablam! ... Oct 27 20:20:27.224 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 27 20:20:27.224 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! Oct 27 20:20:27.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.224 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.224 INFO kablam! | Oct 27 20:20:27.224 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.225 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.225 INFO kablam! ... Oct 27 20:20:27.225 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 27 20:20:27.225 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.225 INFO kablam! | Oct 27 20:20:27.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.225 INFO kablam! | Oct 27 20:20:27.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.225 INFO kablam! | Oct 27 20:20:27.225 INFO kablam! Oct 27 20:20:27.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.231 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.231 INFO kablam! | ^^^^^ Oct 27 20:20:27.231 INFO kablam! ... Oct 27 20:20:27.231 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 27 20:20:27.231 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! Oct 27 20:20:27.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.231 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.231 INFO kablam! | ^^^^^ Oct 27 20:20:27.231 INFO kablam! ... Oct 27 20:20:27.231 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 27 20:20:27.231 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! Oct 27 20:20:27.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.231 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.231 INFO kablam! ... Oct 27 20:20:27.231 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 27 20:20:27.231 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.231 INFO kablam! Oct 27 20:20:27.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.231 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.231 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.232 INFO kablam! ... Oct 27 20:20:27.232 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 27 20:20:27.232 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! Oct 27 20:20:27.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.232 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.232 INFO kablam! | ^^^^^ Oct 27 20:20:27.232 INFO kablam! ... Oct 27 20:20:27.232 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 27 20:20:27.232 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! Oct 27 20:20:27.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.232 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.232 INFO kablam! | ^^^^^ Oct 27 20:20:27.232 INFO kablam! ... Oct 27 20:20:27.232 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 27 20:20:27.232 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! Oct 27 20:20:27.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.232 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.232 INFO kablam! ... Oct 27 20:20:27.232 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 27 20:20:27.232 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! Oct 27 20:20:27.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.232 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.232 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.232 INFO kablam! ... Oct 27 20:20:27.232 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 27 20:20:27.232 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.232 INFO kablam! | Oct 27 20:20:27.232 INFO kablam! Oct 27 20:20:27.238 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.238 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.239 INFO kablam! | ^^^^^ Oct 27 20:20:27.239 INFO kablam! ... Oct 27 20:20:27.239 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 27 20:20:27.239 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! Oct 27 20:20:27.239 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.239 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.239 INFO kablam! | ^^^^^ Oct 27 20:20:27.239 INFO kablam! ... Oct 27 20:20:27.239 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 27 20:20:27.239 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! Oct 27 20:20:27.239 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.239 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.239 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.239 INFO kablam! ... Oct 27 20:20:27.239 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 27 20:20:27.239 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! Oct 27 20:20:27.239 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.239 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.239 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.239 INFO kablam! ... Oct 27 20:20:27.239 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 27 20:20:27.239 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! Oct 27 20:20:27.239 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.239 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.239 INFO kablam! | ^^^^^ Oct 27 20:20:27.239 INFO kablam! ... Oct 27 20:20:27.239 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 27 20:20:27.239 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! Oct 27 20:20:27.239 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.239 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.239 INFO kablam! | ^^^^^ Oct 27 20:20:27.239 INFO kablam! ... Oct 27 20:20:27.239 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 27 20:20:27.239 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.239 INFO kablam! | Oct 27 20:20:27.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.240 INFO kablam! | Oct 27 20:20:27.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.240 INFO kablam! | Oct 27 20:20:27.240 INFO kablam! Oct 27 20:20:27.240 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.240 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.240 INFO kablam! | Oct 27 20:20:27.240 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.240 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.240 INFO kablam! ... Oct 27 20:20:27.240 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 27 20:20:27.240 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.240 INFO kablam! | Oct 27 20:20:27.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.240 INFO kablam! | Oct 27 20:20:27.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.240 INFO kablam! | Oct 27 20:20:27.240 INFO kablam! Oct 27 20:20:27.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.242 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.243 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.243 INFO kablam! ... Oct 27 20:20:27.243 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 27 20:20:27.243 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! Oct 27 20:20:27.243 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.243 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.243 INFO kablam! | ^^^^^ Oct 27 20:20:27.243 INFO kablam! ... Oct 27 20:20:27.243 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 27 20:20:27.243 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! Oct 27 20:20:27.243 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.243 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.243 INFO kablam! | ^^^^^ Oct 27 20:20:27.243 INFO kablam! ... Oct 27 20:20:27.243 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 27 20:20:27.243 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! Oct 27 20:20:27.243 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.243 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.243 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.243 INFO kablam! ... Oct 27 20:20:27.243 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 27 20:20:27.243 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! Oct 27 20:20:27.243 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.243 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.243 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.243 INFO kablam! ... Oct 27 20:20:27.243 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 27 20:20:27.243 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.243 INFO kablam! | Oct 27 20:20:27.243 INFO kablam! Oct 27 20:20:27.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.247 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.247 INFO kablam! | Oct 27 20:20:27.247 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.247 INFO kablam! | ^^^^^ Oct 27 20:20:27.247 INFO kablam! ... Oct 27 20:20:27.247 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 27 20:20:27.247 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.247 INFO kablam! | Oct 27 20:20:27.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.247 INFO kablam! | Oct 27 20:20:27.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.247 INFO kablam! | Oct 27 20:20:27.247 INFO kablam! Oct 27 20:20:27.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.248 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.248 INFO kablam! | ^^^^^ Oct 27 20:20:27.248 INFO kablam! ... Oct 27 20:20:27.248 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 27 20:20:27.248 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! Oct 27 20:20:27.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.248 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.248 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.248 INFO kablam! ... Oct 27 20:20:27.248 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 27 20:20:27.248 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! Oct 27 20:20:27.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.248 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.248 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.248 INFO kablam! ... Oct 27 20:20:27.248 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 27 20:20:27.248 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.248 INFO kablam! | Oct 27 20:20:27.248 INFO kablam! Oct 27 20:20:27.251 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.251 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.251 INFO kablam! | Oct 27 20:20:27.251 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.251 INFO kablam! | ^^^^^ Oct 27 20:20:27.251 INFO kablam! ... Oct 27 20:20:27.252 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 27 20:20:27.252 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! Oct 27 20:20:27.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.252 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.252 INFO kablam! | ^^^^^ Oct 27 20:20:27.252 INFO kablam! ... Oct 27 20:20:27.252 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 27 20:20:27.252 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! Oct 27 20:20:27.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.252 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.252 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.252 INFO kablam! ... Oct 27 20:20:27.252 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 27 20:20:27.252 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! Oct 27 20:20:27.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.252 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.252 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.252 INFO kablam! ... Oct 27 20:20:27.252 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 27 20:20:27.252 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.252 INFO kablam! | Oct 27 20:20:27.252 INFO kablam! Oct 27 20:20:27.258 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.258 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.258 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.259 INFO kablam! | ^^^^^ Oct 27 20:20:27.259 INFO kablam! ... Oct 27 20:20:27.259 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 27 20:20:27.259 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! Oct 27 20:20:27.259 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.259 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.259 INFO kablam! | ^^^^^ Oct 27 20:20:27.259 INFO kablam! ... Oct 27 20:20:27.259 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 27 20:20:27.259 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! Oct 27 20:20:27.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.259 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.259 INFO kablam! ... Oct 27 20:20:27.259 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 27 20:20:27.259 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! Oct 27 20:20:27.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.259 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.259 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.259 INFO kablam! ... Oct 27 20:20:27.259 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 27 20:20:27.259 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! Oct 27 20:20:27.259 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.259 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.259 INFO kablam! | ^^^^^ Oct 27 20:20:27.259 INFO kablam! ... Oct 27 20:20:27.259 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 27 20:20:27.259 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.259 INFO kablam! | Oct 27 20:20:27.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! Oct 27 20:20:27.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.260 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.260 INFO kablam! | ^^^^^ Oct 27 20:20:27.260 INFO kablam! ... Oct 27 20:20:27.260 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 27 20:20:27.260 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! Oct 27 20:20:27.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.260 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.260 INFO kablam! ... Oct 27 20:20:27.260 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 27 20:20:27.260 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! Oct 27 20:20:27.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.260 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.260 INFO kablam! ... Oct 27 20:20:27.260 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 27 20:20:27.260 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.260 INFO kablam! | Oct 27 20:20:27.260 INFO kablam! Oct 27 20:20:27.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.263 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.263 INFO kablam! | ^^^^^ Oct 27 20:20:27.263 INFO kablam! ... Oct 27 20:20:27.263 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 27 20:20:27.263 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! Oct 27 20:20:27.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.263 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.263 INFO kablam! | ^^^^^ Oct 27 20:20:27.263 INFO kablam! ... Oct 27 20:20:27.263 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 27 20:20:27.263 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! Oct 27 20:20:27.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.263 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.263 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.263 INFO kablam! ... Oct 27 20:20:27.263 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 27 20:20:27.263 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.263 INFO kablam! | Oct 27 20:20:27.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.264 INFO kablam! | Oct 27 20:20:27.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.264 INFO kablam! | Oct 27 20:20:27.264 INFO kablam! Oct 27 20:20:27.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.264 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.264 INFO kablam! | Oct 27 20:20:27.264 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.264 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.264 INFO kablam! ... Oct 27 20:20:27.264 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 27 20:20:27.264 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.264 INFO kablam! | Oct 27 20:20:27.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.264 INFO kablam! | Oct 27 20:20:27.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.264 INFO kablam! | Oct 27 20:20:27.264 INFO kablam! Oct 27 20:20:27.268 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.268 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.268 INFO kablam! | ^^^^^ Oct 27 20:20:27.268 INFO kablam! ... Oct 27 20:20:27.268 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 27 20:20:27.268 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! Oct 27 20:20:27.268 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.268 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.268 INFO kablam! | ^^^^^ Oct 27 20:20:27.268 INFO kablam! ... Oct 27 20:20:27.268 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 27 20:20:27.268 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! Oct 27 20:20:27.268 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.268 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.268 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.268 INFO kablam! ... Oct 27 20:20:27.268 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 27 20:20:27.268 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.268 INFO kablam! | Oct 27 20:20:27.269 INFO kablam! Oct 27 20:20:27.269 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.269 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.269 INFO kablam! | Oct 27 20:20:27.269 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.269 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.269 INFO kablam! ... Oct 27 20:20:27.269 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 27 20:20:27.269 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.269 INFO kablam! | Oct 27 20:20:27.269 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.269 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.269 INFO kablam! | Oct 27 20:20:27.269 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.269 INFO kablam! | Oct 27 20:20:27.269 INFO kablam! Oct 27 20:20:27.274 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.275 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.275 INFO kablam! | ^^^^^ Oct 27 20:20:27.275 INFO kablam! ... Oct 27 20:20:27.275 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 27 20:20:27.275 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! Oct 27 20:20:27.275 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.275 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.275 INFO kablam! | ^^^^^ Oct 27 20:20:27.275 INFO kablam! ... Oct 27 20:20:27.275 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 27 20:20:27.275 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! Oct 27 20:20:27.275 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.275 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.275 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.275 INFO kablam! ... Oct 27 20:20:27.275 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 27 20:20:27.275 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! Oct 27 20:20:27.275 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.275 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.275 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.275 INFO kablam! ... Oct 27 20:20:27.275 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 27 20:20:27.275 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! Oct 27 20:20:27.275 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.275 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.275 INFO kablam! | ^^^^^ Oct 27 20:20:27.275 INFO kablam! ... Oct 27 20:20:27.275 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 27 20:20:27.275 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! Oct 27 20:20:27.275 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.275 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.275 INFO kablam! | Oct 27 20:20:27.275 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.275 INFO kablam! | ^^^^^ Oct 27 20:20:27.276 INFO kablam! ... Oct 27 20:20:27.276 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 27 20:20:27.276 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! Oct 27 20:20:27.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.276 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.276 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.276 INFO kablam! ... Oct 27 20:20:27.276 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 27 20:20:27.276 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.276 INFO kablam! | Oct 27 20:20:27.276 INFO kablam! Oct 27 20:20:27.282 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.282 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.283 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.283 INFO kablam! ... Oct 27 20:20:27.283 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 27 20:20:27.283 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! Oct 27 20:20:27.283 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.283 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.283 INFO kablam! | ^^^^^ Oct 27 20:20:27.283 INFO kablam! ... Oct 27 20:20:27.283 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 27 20:20:27.283 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! Oct 27 20:20:27.283 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.283 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.283 INFO kablam! | ^^^^^ Oct 27 20:20:27.283 INFO kablam! ... Oct 27 20:20:27.283 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 27 20:20:27.283 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! Oct 27 20:20:27.283 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.283 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.283 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.283 INFO kablam! ... Oct 27 20:20:27.283 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 27 20:20:27.283 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! Oct 27 20:20:27.283 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.283 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.283 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.283 INFO kablam! ... Oct 27 20:20:27.283 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 27 20:20:27.283 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! Oct 27 20:20:27.283 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.283 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.283 INFO kablam! | ^^^^^ Oct 27 20:20:27.283 INFO kablam! ... Oct 27 20:20:27.283 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 27 20:20:27.283 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.283 INFO kablam! | Oct 27 20:20:27.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.284 INFO kablam! | Oct 27 20:20:27.284 INFO kablam! Oct 27 20:20:27.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.284 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.284 INFO kablam! | Oct 27 20:20:27.284 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.284 INFO kablam! | ^^^^^ Oct 27 20:20:27.284 INFO kablam! ... Oct 27 20:20:27.284 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 27 20:20:27.284 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.284 INFO kablam! | Oct 27 20:20:27.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.284 INFO kablam! | Oct 27 20:20:27.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.284 INFO kablam! | Oct 27 20:20:27.284 INFO kablam! Oct 27 20:20:27.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.284 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.284 INFO kablam! | Oct 27 20:20:27.284 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.284 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.284 INFO kablam! ... Oct 27 20:20:27.284 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 27 20:20:27.284 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! Oct 27 20:20:27.287 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.287 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.287 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.287 INFO kablam! ... Oct 27 20:20:27.287 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 27 20:20:27.287 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! Oct 27 20:20:27.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.287 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.287 INFO kablam! | ^^^^^ Oct 27 20:20:27.287 INFO kablam! ... Oct 27 20:20:27.287 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 27 20:20:27.287 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.287 INFO kablam! | Oct 27 20:20:27.287 INFO kablam! Oct 27 20:20:27.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.287 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.288 INFO kablam! | Oct 27 20:20:27.288 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.288 INFO kablam! | ^^^^^ Oct 27 20:20:27.288 INFO kablam! ... Oct 27 20:20:27.288 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 27 20:20:27.288 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.288 INFO kablam! | Oct 27 20:20:27.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.288 INFO kablam! | Oct 27 20:20:27.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.288 INFO kablam! | Oct 27 20:20:27.288 INFO kablam! Oct 27 20:20:27.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.295 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.295 INFO kablam! | Oct 27 20:20:27.295 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.295 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.295 INFO kablam! ... Oct 27 20:20:27.295 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 27 20:20:27.298 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! Oct 27 20:20:27.299 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.299 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.299 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.299 INFO kablam! ... Oct 27 20:20:27.299 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 27 20:20:27.299 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! Oct 27 20:20:27.299 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.299 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.299 INFO kablam! | ^^^^^ Oct 27 20:20:27.299 INFO kablam! ... Oct 27 20:20:27.299 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 27 20:20:27.299 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! Oct 27 20:20:27.299 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.299 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.299 INFO kablam! | ^^^^^ Oct 27 20:20:27.299 INFO kablam! ... Oct 27 20:20:27.299 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 27 20:20:27.299 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! Oct 27 20:20:27.299 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.299 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.299 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.299 INFO kablam! ... Oct 27 20:20:27.299 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 27 20:20:27.299 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! Oct 27 20:20:27.299 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.299 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.299 INFO kablam! | Oct 27 20:20:27.299 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.299 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.303 INFO kablam! ... Oct 27 20:20:27.303 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 27 20:20:27.303 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.303 INFO kablam! Oct 27 20:20:27.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.303 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.303 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.303 INFO kablam! | ^^^^^ Oct 27 20:20:27.303 INFO kablam! ... Oct 27 20:20:27.303 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 27 20:20:27.303 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.303 INFO kablam! Oct 27 20:20:27.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.303 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.303 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.304 INFO kablam! | ^^^^^ Oct 27 20:20:27.304 INFO kablam! ... Oct 27 20:20:27.304 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 27 20:20:27.304 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! Oct 27 20:20:27.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.304 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.304 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.304 INFO kablam! ... Oct 27 20:20:27.304 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 27 20:20:27.304 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! Oct 27 20:20:27.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.304 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.304 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.304 INFO kablam! ... Oct 27 20:20:27.304 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 27 20:20:27.304 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! Oct 27 20:20:27.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.304 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.304 INFO kablam! | ^^^^^ Oct 27 20:20:27.304 INFO kablam! ... Oct 27 20:20:27.304 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 27 20:20:27.304 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! Oct 27 20:20:27.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.304 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.304 INFO kablam! | ^^^^^ Oct 27 20:20:27.304 INFO kablam! ... Oct 27 20:20:27.304 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 27 20:20:27.304 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.304 INFO kablam! | Oct 27 20:20:27.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! Oct 27 20:20:27.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.305 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.305 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.305 INFO kablam! ... Oct 27 20:20:27.305 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 27 20:20:27.305 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! Oct 27 20:20:27.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.305 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.305 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.305 INFO kablam! ... Oct 27 20:20:27.305 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 27 20:20:27.305 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! Oct 27 20:20:27.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.305 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.305 INFO kablam! | ^^^^^ Oct 27 20:20:27.305 INFO kablam! ... Oct 27 20:20:27.305 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 27 20:20:27.305 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! Oct 27 20:20:27.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.305 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.305 INFO kablam! | ^^^^^ Oct 27 20:20:27.305 INFO kablam! ... Oct 27 20:20:27.305 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 27 20:20:27.305 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.305 INFO kablam! | Oct 27 20:20:27.305 INFO kablam! Oct 27 20:20:27.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.313 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.313 INFO kablam! | Oct 27 20:20:27.313 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.313 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.313 INFO kablam! ... Oct 27 20:20:27.313 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 27 20:20:27.313 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! Oct 27 20:20:27.314 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.314 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.314 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.314 INFO kablam! ... Oct 27 20:20:27.314 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 27 20:20:27.314 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! Oct 27 20:20:27.314 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.314 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.314 INFO kablam! | ^^^^^ Oct 27 20:20:27.314 INFO kablam! ... Oct 27 20:20:27.314 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 27 20:20:27.314 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! Oct 27 20:20:27.314 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.314 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.314 INFO kablam! | ^^^^^ Oct 27 20:20:27.314 INFO kablam! ... Oct 27 20:20:27.314 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 27 20:20:27.314 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! Oct 27 20:20:27.314 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.314 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.314 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.314 INFO kablam! ... Oct 27 20:20:27.314 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 27 20:20:27.314 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! Oct 27 20:20:27.314 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.314 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.314 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.314 INFO kablam! ... Oct 27 20:20:27.314 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 27 20:20:27.314 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.314 INFO kablam! | Oct 27 20:20:27.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.315 INFO kablam! | Oct 27 20:20:27.315 INFO kablam! Oct 27 20:20:27.315 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.315 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.315 INFO kablam! | Oct 27 20:20:27.315 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.315 INFO kablam! | ^^^^^ Oct 27 20:20:27.315 INFO kablam! ... Oct 27 20:20:27.315 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 27 20:20:27.315 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.315 INFO kablam! | Oct 27 20:20:27.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.315 INFO kablam! | Oct 27 20:20:27.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.315 INFO kablam! | Oct 27 20:20:27.315 INFO kablam! Oct 27 20:20:27.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.321 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.321 INFO kablam! | ^^^^^ Oct 27 20:20:27.321 INFO kablam! ... Oct 27 20:20:27.321 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 27 20:20:27.321 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! Oct 27 20:20:27.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.321 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.321 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.321 INFO kablam! ... Oct 27 20:20:27.321 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 27 20:20:27.321 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! Oct 27 20:20:27.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.321 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.321 INFO kablam! | Oct 27 20:20:27.321 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.321 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.321 INFO kablam! ... Oct 27 20:20:27.321 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 27 20:20:27.321 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! Oct 27 20:20:27.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.322 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.322 INFO kablam! | ^^^^^ Oct 27 20:20:27.322 INFO kablam! ... Oct 27 20:20:27.322 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 27 20:20:27.322 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! Oct 27 20:20:27.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.322 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.322 INFO kablam! | ^^^^^ Oct 27 20:20:27.322 INFO kablam! ... Oct 27 20:20:27.322 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 27 20:20:27.322 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! Oct 27 20:20:27.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.322 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.322 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.322 INFO kablam! ... Oct 27 20:20:27.322 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 27 20:20:27.322 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! Oct 27 20:20:27.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.322 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.322 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.322 INFO kablam! ... Oct 27 20:20:27.322 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 27 20:20:27.322 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.322 INFO kablam! | Oct 27 20:20:27.322 INFO kablam! Oct 27 20:20:27.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.324 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.324 INFO kablam! | ^^^^^ Oct 27 20:20:27.324 INFO kablam! ... Oct 27 20:20:27.324 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 27 20:20:27.324 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! Oct 27 20:20:27.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.324 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.324 INFO kablam! | ^^^^^ Oct 27 20:20:27.324 INFO kablam! ... Oct 27 20:20:27.324 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 27 20:20:27.324 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.324 INFO kablam! | Oct 27 20:20:27.324 INFO kablam! Oct 27 20:20:27.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.324 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.325 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.325 INFO kablam! ... Oct 27 20:20:27.325 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 27 20:20:27.325 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! Oct 27 20:20:27.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.325 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.325 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.325 INFO kablam! ... Oct 27 20:20:27.325 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 27 20:20:27.325 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! Oct 27 20:20:27.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.325 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.325 INFO kablam! | ^^^^^ Oct 27 20:20:27.325 INFO kablam! ... Oct 27 20:20:27.325 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 27 20:20:27.325 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.325 INFO kablam! | Oct 27 20:20:27.325 INFO kablam! Oct 27 20:20:27.331 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.331 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.331 INFO kablam! | ^^^^^ Oct 27 20:20:27.331 INFO kablam! ... Oct 27 20:20:27.331 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 27 20:20:27.331 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! Oct 27 20:20:27.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.331 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.331 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.331 INFO kablam! ... Oct 27 20:20:27.331 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 27 20:20:27.331 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! Oct 27 20:20:27.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.331 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.331 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.331 INFO kablam! ... Oct 27 20:20:27.331 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 27 20:20:27.331 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.331 INFO kablam! | Oct 27 20:20:27.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! Oct 27 20:20:27.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.332 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.332 INFO kablam! | ^^^^^ Oct 27 20:20:27.332 INFO kablam! ... Oct 27 20:20:27.332 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 27 20:20:27.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! Oct 27 20:20:27.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.332 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.332 INFO kablam! | ^^^^^ Oct 27 20:20:27.332 INFO kablam! ... Oct 27 20:20:27.332 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 27 20:20:27.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! Oct 27 20:20:27.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.332 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.332 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.332 INFO kablam! ... Oct 27 20:20:27.332 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 27 20:20:27.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! Oct 27 20:20:27.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.332 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.332 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.332 INFO kablam! ... Oct 27 20:20:27.332 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 27 20:20:27.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! Oct 27 20:20:27.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.332 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.332 INFO kablam! | ^^^^^ Oct 27 20:20:27.332 INFO kablam! ... Oct 27 20:20:27.332 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 27 20:20:27.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.332 INFO kablam! | Oct 27 20:20:27.332 INFO kablam! Oct 27 20:20:27.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.340 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.340 INFO kablam! | ^^^^^ Oct 27 20:20:27.340 INFO kablam! ... Oct 27 20:20:27.340 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 27 20:20:27.340 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! Oct 27 20:20:27.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.340 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.340 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.340 INFO kablam! ... Oct 27 20:20:27.340 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 27 20:20:27.340 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! Oct 27 20:20:27.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.340 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.340 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.340 INFO kablam! ... Oct 27 20:20:27.340 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 27 20:20:27.340 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! Oct 27 20:20:27.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.340 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.340 INFO kablam! | ^^^^^ Oct 27 20:20:27.340 INFO kablam! ... Oct 27 20:20:27.340 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 27 20:20:27.340 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! Oct 27 20:20:27.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.340 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.340 INFO kablam! | ^^^^^ Oct 27 20:20:27.340 INFO kablam! ... Oct 27 20:20:27.340 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 27 20:20:27.340 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! Oct 27 20:20:27.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.340 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.340 INFO kablam! | Oct 27 20:20:27.340 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.340 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.341 INFO kablam! ... Oct 27 20:20:27.341 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 27 20:20:27.341 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! Oct 27 20:20:27.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.341 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.341 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.341 INFO kablam! ... Oct 27 20:20:27.341 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 27 20:20:27.341 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! Oct 27 20:20:27.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.341 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.341 INFO kablam! | ^^^^^ Oct 27 20:20:27.341 INFO kablam! ... Oct 27 20:20:27.341 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 27 20:20:27.341 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.341 INFO kablam! | Oct 27 20:20:27.341 INFO kablam! Oct 27 20:20:27.343 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.345 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.345 INFO kablam! | ^^^^^ Oct 27 20:20:27.345 INFO kablam! ... Oct 27 20:20:27.345 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 27 20:20:27.345 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! Oct 27 20:20:27.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.345 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.345 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.345 INFO kablam! ... Oct 27 20:20:27.345 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 27 20:20:27.345 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! Oct 27 20:20:27.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.345 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.345 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.345 INFO kablam! ... Oct 27 20:20:27.345 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 27 20:20:27.345 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! Oct 27 20:20:27.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.345 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.345 INFO kablam! | ^^^^^ Oct 27 20:20:27.345 INFO kablam! ... Oct 27 20:20:27.345 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 27 20:20:27.345 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! Oct 27 20:20:27.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.345 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.345 INFO kablam! | Oct 27 20:20:27.345 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.345 INFO kablam! | ^^^^^ Oct 27 20:20:27.346 INFO kablam! ... Oct 27 20:20:27.346 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 27 20:20:27.346 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.346 INFO kablam! | Oct 27 20:20:27.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.346 INFO kablam! | Oct 27 20:20:27.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.346 INFO kablam! | Oct 27 20:20:27.346 INFO kablam! Oct 27 20:20:27.346 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.346 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.346 INFO kablam! | Oct 27 20:20:27.346 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.346 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.346 INFO kablam! ... Oct 27 20:20:27.346 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 27 20:20:27.346 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.346 INFO kablam! | Oct 27 20:20:27.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.346 INFO kablam! | Oct 27 20:20:27.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.346 INFO kablam! | Oct 27 20:20:27.346 INFO kablam! Oct 27 20:20:27.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.362 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.370 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.370 INFO kablam! ... Oct 27 20:20:27.370 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 27 20:20:27.370 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! Oct 27 20:20:27.370 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.370 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.370 INFO kablam! | ^^^^^ Oct 27 20:20:27.370 INFO kablam! ... Oct 27 20:20:27.370 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 27 20:20:27.370 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! Oct 27 20:20:27.370 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.370 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.370 INFO kablam! | ^^^^^ Oct 27 20:20:27.370 INFO kablam! ... Oct 27 20:20:27.370 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 27 20:20:27.370 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! Oct 27 20:20:27.370 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.370 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.370 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.370 INFO kablam! ... Oct 27 20:20:27.370 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 27 20:20:27.370 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! Oct 27 20:20:27.370 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.370 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.370 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.370 INFO kablam! ... Oct 27 20:20:27.370 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 27 20:20:27.370 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! Oct 27 20:20:27.370 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.370 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.370 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.370 INFO kablam! | ^^^^^ Oct 27 20:20:27.370 INFO kablam! ... Oct 27 20:20:27.370 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 27 20:20:27.370 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.370 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! Oct 27 20:20:27.371 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.371 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.371 INFO kablam! | ^^^^^ Oct 27 20:20:27.371 INFO kablam! ... Oct 27 20:20:27.371 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 27 20:20:27.371 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! Oct 27 20:20:27.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.371 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.371 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.371 INFO kablam! ... Oct 27 20:20:27.371 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 27 20:20:27.371 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! Oct 27 20:20:27.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.371 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.371 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.371 INFO kablam! ... Oct 27 20:20:27.371 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 27 20:20:27.371 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! Oct 27 20:20:27.371 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.371 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.371 INFO kablam! | ^^^^^ Oct 27 20:20:27.371 INFO kablam! ... Oct 27 20:20:27.371 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 27 20:20:27.371 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! Oct 27 20:20:27.371 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.371 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.371 INFO kablam! | ^^^^^ Oct 27 20:20:27.371 INFO kablam! ... Oct 27 20:20:27.371 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 27 20:20:27.371 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! Oct 27 20:20:27.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.371 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.371 INFO kablam! | Oct 27 20:20:27.371 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.372 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.372 INFO kablam! ... Oct 27 20:20:27.372 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 27 20:20:27.372 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! Oct 27 20:20:27.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.372 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.372 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.372 INFO kablam! ... Oct 27 20:20:27.372 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 27 20:20:27.372 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! Oct 27 20:20:27.372 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.372 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.372 INFO kablam! | ^^^^^ Oct 27 20:20:27.372 INFO kablam! ... Oct 27 20:20:27.372 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 27 20:20:27.372 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! Oct 27 20:20:27.372 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.372 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.372 INFO kablam! | ^^^^^ Oct 27 20:20:27.372 INFO kablam! ... Oct 27 20:20:27.372 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 27 20:20:27.372 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! Oct 27 20:20:27.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.372 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.372 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.372 INFO kablam! ... Oct 27 20:20:27.372 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 27 20:20:27.372 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! Oct 27 20:20:27.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.372 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.372 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.372 INFO kablam! ... Oct 27 20:20:27.372 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 27 20:20:27.372 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.372 INFO kablam! | Oct 27 20:20:27.372 INFO kablam! Oct 27 20:20:27.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.373 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.373 INFO kablam! | ^^^^^ Oct 27 20:20:27.373 INFO kablam! ... Oct 27 20:20:27.373 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 27 20:20:27.373 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! Oct 27 20:20:27.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.373 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.373 INFO kablam! | ^^^^^ Oct 27 20:20:27.373 INFO kablam! ... Oct 27 20:20:27.373 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 27 20:20:27.373 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! Oct 27 20:20:27.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.373 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.373 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.373 INFO kablam! ... Oct 27 20:20:27.373 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 27 20:20:27.373 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! Oct 27 20:20:27.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.373 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.373 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.373 INFO kablam! ... Oct 27 20:20:27.373 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 27 20:20:27.373 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! Oct 27 20:20:27.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.373 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.373 INFO kablam! | ^^^^^ Oct 27 20:20:27.373 INFO kablam! ... Oct 27 20:20:27.373 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 27 20:20:27.373 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! Oct 27 20:20:27.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.373 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.373 INFO kablam! | ^^^^^ Oct 27 20:20:27.373 INFO kablam! ... Oct 27 20:20:27.373 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 27 20:20:27.373 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.373 INFO kablam! | Oct 27 20:20:27.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.374 INFO kablam! | Oct 27 20:20:27.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.374 INFO kablam! | Oct 27 20:20:27.374 INFO kablam! Oct 27 20:20:27.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.379 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.379 INFO kablam! | Oct 27 20:20:27.379 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.379 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.382 INFO kablam! ... Oct 27 20:20:27.383 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 27 20:20:27.383 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! Oct 27 20:20:27.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.383 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.383 INFO kablam! ... Oct 27 20:20:27.383 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 27 20:20:27.383 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! Oct 27 20:20:27.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.383 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.383 INFO kablam! | ^^^^^ Oct 27 20:20:27.383 INFO kablam! ... Oct 27 20:20:27.383 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 27 20:20:27.383 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! Oct 27 20:20:27.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.383 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.383 INFO kablam! | ^^^^^ Oct 27 20:20:27.383 INFO kablam! ... Oct 27 20:20:27.383 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 27 20:20:27.383 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! Oct 27 20:20:27.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.383 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.383 INFO kablam! ... Oct 27 20:20:27.383 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 27 20:20:27.383 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! Oct 27 20:20:27.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.383 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.383 INFO kablam! ... Oct 27 20:20:27.383 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 27 20:20:27.383 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.383 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! Oct 27 20:20:27.384 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.384 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.384 INFO kablam! | ^^^^^ Oct 27 20:20:27.384 INFO kablam! ... Oct 27 20:20:27.384 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 27 20:20:27.384 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! Oct 27 20:20:27.384 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.384 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.384 INFO kablam! | ^^^^^ Oct 27 20:20:27.384 INFO kablam! ... Oct 27 20:20:27.384 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 27 20:20:27.384 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! Oct 27 20:20:27.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.384 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.384 INFO kablam! ... Oct 27 20:20:27.384 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 27 20:20:27.384 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! Oct 27 20:20:27.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.384 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.384 INFO kablam! ... Oct 27 20:20:27.384 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 27 20:20:27.384 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.384 INFO kablam! | Oct 27 20:20:27.384 INFO kablam! Oct 27 20:20:27.399 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.399 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.399 INFO kablam! | ^^^^^ Oct 27 20:20:27.399 INFO kablam! ... Oct 27 20:20:27.399 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 27 20:20:27.399 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! Oct 27 20:20:27.399 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.399 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.399 INFO kablam! | ^^^^^ Oct 27 20:20:27.399 INFO kablam! ... Oct 27 20:20:27.399 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 27 20:20:27.399 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! Oct 27 20:20:27.399 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.399 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.399 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.399 INFO kablam! ... Oct 27 20:20:27.399 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 27 20:20:27.399 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! Oct 27 20:20:27.399 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.399 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.399 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.399 INFO kablam! ... Oct 27 20:20:27.399 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 27 20:20:27.399 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! Oct 27 20:20:27.399 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.399 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.399 INFO kablam! | ^^^^^ Oct 27 20:20:27.399 INFO kablam! ... Oct 27 20:20:27.399 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 27 20:20:27.399 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! Oct 27 20:20:27.399 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.399 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.399 INFO kablam! | Oct 27 20:20:27.399 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.399 INFO kablam! | ^^^^^ Oct 27 20:20:27.399 INFO kablam! ... Oct 27 20:20:27.399 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 27 20:20:27.400 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! Oct 27 20:20:27.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.400 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.400 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.400 INFO kablam! ... Oct 27 20:20:27.400 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 27 20:20:27.400 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! Oct 27 20:20:27.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.400 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.400 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.400 INFO kablam! ... Oct 27 20:20:27.400 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 27 20:20:27.400 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! Oct 27 20:20:27.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.400 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.400 INFO kablam! | ^^^^^ Oct 27 20:20:27.400 INFO kablam! ... Oct 27 20:20:27.400 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 27 20:20:27.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! Oct 27 20:20:27.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.400 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.400 INFO kablam! | ^^^^^ Oct 27 20:20:27.400 INFO kablam! ... Oct 27 20:20:27.400 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 27 20:20:27.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! Oct 27 20:20:27.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.400 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.400 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.400 INFO kablam! ... Oct 27 20:20:27.400 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 27 20:20:27.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.400 INFO kablam! Oct 27 20:20:27.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.400 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.400 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.401 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.401 INFO kablam! ... Oct 27 20:20:27.401 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 27 20:20:27.401 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! Oct 27 20:20:27.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.401 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.401 INFO kablam! | ^^^^^ Oct 27 20:20:27.401 INFO kablam! ... Oct 27 20:20:27.401 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 27 20:20:27.401 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! Oct 27 20:20:27.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.401 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 27 20:20:27.401 INFO kablam! | ^^^^^ Oct 27 20:20:27.401 INFO kablam! ... Oct 27 20:20:27.401 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 27 20:20:27.401 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.401 INFO kablam! | Oct 27 20:20:27.401 INFO kablam! Oct 27 20:20:27.406 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.407 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 27 20:20:27.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.407 INFO kablam! ... Oct 27 20:20:27.407 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 27 20:20:27.407 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! Oct 27 20:20:27.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.407 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.407 INFO kablam! ... Oct 27 20:20:27.407 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 27 20:20:27.407 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! Oct 27 20:20:27.407 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.407 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.407 INFO kablam! | ^^^^^ Oct 27 20:20:27.407 INFO kablam! ... Oct 27 20:20:27.407 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 27 20:20:27.407 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! Oct 27 20:20:27.407 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.407 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.407 INFO kablam! ... Oct 27 20:20:27.407 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 27 20:20:27.407 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! Oct 27 20:20:27.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.407 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.407 INFO kablam! ... Oct 27 20:20:27.407 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 27 20:20:27.407 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! Oct 27 20:20:27.407 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.407 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.407 INFO kablam! | ^^^^^ Oct 27 20:20:27.407 INFO kablam! ... Oct 27 20:20:27.407 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 27 20:20:27.407 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! Oct 27 20:20:27.407 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.407 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.407 INFO kablam! ... Oct 27 20:20:27.407 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 27 20:20:27.407 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.407 INFO kablam! | Oct 27 20:20:27.407 INFO kablam! Oct 27 20:20:27.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.415 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.415 INFO kablam! | Oct 27 20:20:27.415 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.415 INFO kablam! ... Oct 27 20:20:27.415 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 27 20:20:27.415 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.415 INFO kablam! | Oct 27 20:20:27.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.415 INFO kablam! | Oct 27 20:20:27.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.415 INFO kablam! | Oct 27 20:20:27.415 INFO kablam! Oct 27 20:20:27.415 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.415 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.415 INFO kablam! | Oct 27 20:20:27.415 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.415 INFO kablam! | ^^^^^ Oct 27 20:20:27.415 INFO kablam! ... Oct 27 20:20:27.415 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 27 20:20:27.415 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.415 INFO kablam! | Oct 27 20:20:27.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.415 INFO kablam! | Oct 27 20:20:27.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.415 INFO kablam! | Oct 27 20:20:27.415 INFO kablam! Oct 27 20:20:27.415 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.415 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.415 INFO kablam! | Oct 27 20:20:27.415 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.415 INFO kablam! ... Oct 27 20:20:27.416 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 27 20:20:27.416 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! Oct 27 20:20:27.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.416 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.416 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.416 INFO kablam! ... Oct 27 20:20:27.416 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 27 20:20:27.416 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! Oct 27 20:20:27.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.416 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.416 INFO kablam! | ^^^^^ Oct 27 20:20:27.416 INFO kablam! ... Oct 27 20:20:27.416 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Oct 27 20:20:27.416 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! Oct 27 20:20:27.416 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.416 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.416 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.416 INFO kablam! ... Oct 27 20:20:27.416 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Oct 27 20:20:27.416 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! Oct 27 20:20:27.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.416 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.416 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.416 INFO kablam! ... Oct 27 20:20:27.416 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Oct 27 20:20:27.416 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! Oct 27 20:20:27.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.416 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.416 INFO kablam! | ^^^^^ Oct 27 20:20:27.416 INFO kablam! ... Oct 27 20:20:27.416 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 27 20:20:27.416 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.416 INFO kablam! | Oct 27 20:20:27.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.417 INFO kablam! | Oct 27 20:20:27.417 INFO kablam! Oct 27 20:20:27.423 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.423 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.423 INFO kablam! ... Oct 27 20:20:27.423 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 27 20:20:27.423 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! Oct 27 20:20:27.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.423 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.423 INFO kablam! ... Oct 27 20:20:27.423 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 27 20:20:27.423 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! Oct 27 20:20:27.423 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.423 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.423 INFO kablam! | ^^^^^ Oct 27 20:20:27.423 INFO kablam! ... Oct 27 20:20:27.423 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 27 20:20:27.423 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! Oct 27 20:20:27.423 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.423 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.423 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.423 INFO kablam! ... Oct 27 20:20:27.423 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 27 20:20:27.423 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.423 INFO kablam! | Oct 27 20:20:27.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.424 INFO kablam! | Oct 27 20:20:27.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.424 INFO kablam! | Oct 27 20:20:27.424 INFO kablam! Oct 27 20:20:27.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.424 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.424 INFO kablam! | Oct 27 20:20:27.424 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.424 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.424 INFO kablam! ... Oct 27 20:20:27.424 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 27 20:20:27.424 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.424 INFO kablam! | Oct 27 20:20:27.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.424 INFO kablam! | Oct 27 20:20:27.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.424 INFO kablam! | Oct 27 20:20:27.424 INFO kablam! Oct 27 20:20:27.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.427 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.427 INFO kablam! | Oct 27 20:20:27.427 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.427 INFO kablam! | ^^^^^ Oct 27 20:20:27.427 INFO kablam! ... Oct 27 20:20:27.427 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 27 20:20:27.427 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.427 INFO kablam! | Oct 27 20:20:27.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.427 INFO kablam! | Oct 27 20:20:27.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.427 INFO kablam! | Oct 27 20:20:27.427 INFO kablam! Oct 27 20:20:27.427 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.427 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.427 INFO kablam! | Oct 27 20:20:27.427 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.427 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.427 INFO kablam! ... Oct 27 20:20:27.427 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 27 20:20:27.427 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.427 INFO kablam! | Oct 27 20:20:27.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.427 INFO kablam! | Oct 27 20:20:27.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.427 INFO kablam! | Oct 27 20:20:27.427 INFO kablam! Oct 27 20:20:27.435 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.435 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.435 INFO kablam! ... Oct 27 20:20:27.435 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 27 20:20:27.435 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! Oct 27 20:20:27.435 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.435 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.435 INFO kablam! | ^^^^^ Oct 27 20:20:27.435 INFO kablam! ... Oct 27 20:20:27.435 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 27 20:20:27.435 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! Oct 27 20:20:27.435 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.435 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.435 INFO kablam! ... Oct 27 20:20:27.435 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 27 20:20:27.435 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! Oct 27 20:20:27.435 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.435 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.435 INFO kablam! ... Oct 27 20:20:27.435 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 27 20:20:27.435 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! Oct 27 20:20:27.435 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.435 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.435 INFO kablam! | ^^^^^ Oct 27 20:20:27.435 INFO kablam! ... Oct 27 20:20:27.435 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 27 20:20:27.435 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! Oct 27 20:20:27.435 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.435 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.435 INFO kablam! | Oct 27 20:20:27.435 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.435 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.435 INFO kablam! ... Oct 27 20:20:27.436 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 27 20:20:27.436 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! Oct 27 20:20:27.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.436 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.436 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.436 INFO kablam! ... Oct 27 20:20:27.436 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 27 20:20:27.436 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! Oct 27 20:20:27.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.436 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.436 INFO kablam! | ^^^^^ Oct 27 20:20:27.436 INFO kablam! ... Oct 27 20:20:27.436 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 27 20:20:27.436 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.436 INFO kablam! | Oct 27 20:20:27.436 INFO kablam! Oct 27 20:20:27.440 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.440 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.440 INFO kablam! | Oct 27 20:20:27.440 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.440 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.440 INFO kablam! ... Oct 27 20:20:27.440 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 27 20:20:27.440 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.440 INFO kablam! | Oct 27 20:20:27.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.440 INFO kablam! | Oct 27 20:20:27.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.440 INFO kablam! | Oct 27 20:20:27.440 INFO kablam! Oct 27 20:20:27.440 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.440 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.440 INFO kablam! | Oct 27 20:20:27.440 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.440 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.440 INFO kablam! ... Oct 27 20:20:27.440 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 27 20:20:27.440 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.440 INFO kablam! | Oct 27 20:20:27.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.440 INFO kablam! | Oct 27 20:20:27.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.440 INFO kablam! | Oct 27 20:20:27.440 INFO kablam! Oct 27 20:20:27.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.440 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.440 INFO kablam! | Oct 27 20:20:27.440 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.440 INFO kablam! | ^^^^^ Oct 27 20:20:27.441 INFO kablam! ... Oct 27 20:20:27.441 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 27 20:20:27.441 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.441 INFO kablam! | Oct 27 20:20:27.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.441 INFO kablam! | Oct 27 20:20:27.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.441 INFO kablam! | Oct 27 20:20:27.441 INFO kablam! Oct 27 20:20:27.441 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.441 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.441 INFO kablam! | Oct 27 20:20:27.441 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.441 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.441 INFO kablam! ... Oct 27 20:20:27.441 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 27 20:20:27.441 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.441 INFO kablam! | Oct 27 20:20:27.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.441 INFO kablam! | Oct 27 20:20:27.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.441 INFO kablam! | Oct 27 20:20:27.441 INFO kablam! Oct 27 20:20:27.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.443 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.443 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.443 INFO kablam! ... Oct 27 20:20:27.443 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 27 20:20:27.443 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! Oct 27 20:20:27.443 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.443 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.443 INFO kablam! | ^^^^^ Oct 27 20:20:27.443 INFO kablam! ... Oct 27 20:20:27.443 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 27 20:20:27.443 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! Oct 27 20:20:27.443 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.443 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.443 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.443 INFO kablam! ... Oct 27 20:20:27.443 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 27 20:20:27.443 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! Oct 27 20:20:27.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.443 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.443 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.443 INFO kablam! ... Oct 27 20:20:27.443 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 27 20:20:27.443 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.443 INFO kablam! | Oct 27 20:20:27.443 INFO kablam! Oct 27 20:20:27.446 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.447 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.447 INFO kablam! | ^^^^^ Oct 27 20:20:27.447 INFO kablam! ... Oct 27 20:20:27.447 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 27 20:20:27.447 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! Oct 27 20:20:27.447 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.447 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.447 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.447 INFO kablam! ... Oct 27 20:20:27.447 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 27 20:20:27.447 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! Oct 27 20:20:27.447 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.447 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.447 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.447 INFO kablam! ... Oct 27 20:20:27.447 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 27 20:20:27.447 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! Oct 27 20:20:27.447 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.447 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.447 INFO kablam! | ^^^^^ Oct 27 20:20:27.447 INFO kablam! ... Oct 27 20:20:27.447 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 27 20:20:27.447 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.447 INFO kablam! | Oct 27 20:20:27.447 INFO kablam! Oct 27 20:20:27.452 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.452 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.452 INFO kablam! | Oct 27 20:20:27.452 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.452 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.452 INFO kablam! ... Oct 27 20:20:27.453 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 27 20:20:27.453 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! Oct 27 20:20:27.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.453 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.453 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.453 INFO kablam! ... Oct 27 20:20:27.453 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 27 20:20:27.453 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! Oct 27 20:20:27.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.453 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.453 INFO kablam! | ^^^^^ Oct 27 20:20:27.453 INFO kablam! ... Oct 27 20:20:27.453 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 27 20:20:27.453 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! Oct 27 20:20:27.453 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.453 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.453 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.453 INFO kablam! ... Oct 27 20:20:27.453 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 27 20:20:27.453 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.453 INFO kablam! | Oct 27 20:20:27.453 INFO kablam! Oct 27 20:20:27.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.455 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.455 INFO kablam! | Oct 27 20:20:27.455 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.455 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.455 INFO kablam! ... Oct 27 20:20:27.455 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 27 20:20:27.455 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.455 INFO kablam! | Oct 27 20:20:27.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.455 INFO kablam! | Oct 27 20:20:27.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.455 INFO kablam! | Oct 27 20:20:27.455 INFO kablam! Oct 27 20:20:27.455 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.455 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.455 INFO kablam! | Oct 27 20:20:27.455 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.455 INFO kablam! | ^^^^^ Oct 27 20:20:27.455 INFO kablam! ... Oct 27 20:20:27.455 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 27 20:20:27.455 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.455 INFO kablam! | Oct 27 20:20:27.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.455 INFO kablam! | Oct 27 20:20:27.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.455 INFO kablam! | Oct 27 20:20:27.455 INFO kablam! Oct 27 20:20:27.463 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.463 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.463 INFO kablam! | Oct 27 20:20:27.463 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.463 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.463 INFO kablam! ... Oct 27 20:20:27.463 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 27 20:20:27.463 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.463 INFO kablam! | Oct 27 20:20:27.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.463 INFO kablam! | Oct 27 20:20:27.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.463 INFO kablam! | Oct 27 20:20:27.463 INFO kablam! Oct 27 20:20:27.463 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.463 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.463 INFO kablam! | Oct 27 20:20:27.463 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.463 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.463 INFO kablam! ... Oct 27 20:20:27.463 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 27 20:20:27.463 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.463 INFO kablam! | Oct 27 20:20:27.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.463 INFO kablam! | Oct 27 20:20:27.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.463 INFO kablam! | Oct 27 20:20:27.463 INFO kablam! Oct 27 20:20:27.463 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.463 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.463 INFO kablam! | Oct 27 20:20:27.463 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.463 INFO kablam! | ^^^^^ Oct 27 20:20:27.463 INFO kablam! ... Oct 27 20:20:27.463 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 27 20:20:27.464 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! Oct 27 20:20:27.464 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.464 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.464 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.464 INFO kablam! ... Oct 27 20:20:27.464 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 27 20:20:27.464 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! Oct 27 20:20:27.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.464 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.464 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.464 INFO kablam! ... Oct 27 20:20:27.464 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 27 20:20:27.464 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! Oct 27 20:20:27.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.464 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.464 INFO kablam! | ^^^^^ Oct 27 20:20:27.464 INFO kablam! ... Oct 27 20:20:27.464 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 27 20:20:27.464 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! Oct 27 20:20:27.464 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.464 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.464 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.464 INFO kablam! ... Oct 27 20:20:27.464 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 27 20:20:27.464 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! Oct 27 20:20:27.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.464 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.464 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.464 INFO kablam! ... Oct 27 20:20:27.464 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 27 20:20:27.464 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.464 INFO kablam! | Oct 27 20:20:27.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.465 INFO kablam! | Oct 27 20:20:27.465 INFO kablam! Oct 27 20:20:27.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.465 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.465 INFO kablam! | Oct 27 20:20:27.465 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.465 INFO kablam! | ^^^^^ Oct 27 20:20:27.465 INFO kablam! ... Oct 27 20:20:27.465 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 27 20:20:27.465 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.465 INFO kablam! | Oct 27 20:20:27.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.465 INFO kablam! | Oct 27 20:20:27.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.465 INFO kablam! | Oct 27 20:20:27.465 INFO kablam! Oct 27 20:20:27.467 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.467 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.468 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.468 INFO kablam! ... Oct 27 20:20:27.468 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 27 20:20:27.468 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! Oct 27 20:20:27.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.468 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.468 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.468 INFO kablam! ... Oct 27 20:20:27.468 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 27 20:20:27.468 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! Oct 27 20:20:27.468 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.468 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.468 INFO kablam! | ^^^^^ Oct 27 20:20:27.468 INFO kablam! ... Oct 27 20:20:27.468 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 27 20:20:27.468 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! Oct 27 20:20:27.468 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.468 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.468 INFO kablam! | Oct 27 20:20:27.468 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.468 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.469 INFO kablam! ... Oct 27 20:20:27.469 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 27 20:20:27.469 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.469 INFO kablam! | Oct 27 20:20:27.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.469 INFO kablam! | Oct 27 20:20:27.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.469 INFO kablam! | Oct 27 20:20:27.469 INFO kablam! Oct 27 20:20:27.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.474 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.474 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.475 INFO kablam! ... Oct 27 20:20:27.475 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 27 20:20:27.475 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! Oct 27 20:20:27.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.475 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.475 INFO kablam! | ^^^^^ Oct 27 20:20:27.475 INFO kablam! ... Oct 27 20:20:27.475 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 27 20:20:27.475 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! Oct 27 20:20:27.475 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.475 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.475 INFO kablam! ... Oct 27 20:20:27.475 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 27 20:20:27.475 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! Oct 27 20:20:27.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.475 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.475 INFO kablam! ... Oct 27 20:20:27.475 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 27 20:20:27.475 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! Oct 27 20:20:27.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.475 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.475 INFO kablam! | ^^^^^ Oct 27 20:20:27.475 INFO kablam! ... Oct 27 20:20:27.475 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 27 20:20:27.475 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.475 INFO kablam! | Oct 27 20:20:27.476 INFO kablam! Oct 27 20:20:27.476 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.476 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.476 INFO kablam! | Oct 27 20:20:27.476 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.476 INFO kablam! ... Oct 27 20:20:27.476 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 27 20:20:27.476 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.476 INFO kablam! | Oct 27 20:20:27.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.476 INFO kablam! | Oct 27 20:20:27.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.476 INFO kablam! | Oct 27 20:20:27.476 INFO kablam! Oct 27 20:20:27.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.476 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.476 INFO kablam! | Oct 27 20:20:27.476 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.476 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.476 INFO kablam! ... Oct 27 20:20:27.476 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 27 20:20:27.476 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.476 INFO kablam! | Oct 27 20:20:27.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.476 INFO kablam! | Oct 27 20:20:27.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.476 INFO kablam! | Oct 27 20:20:27.476 INFO kablam! Oct 27 20:20:27.483 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.483 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.483 INFO kablam! | Oct 27 20:20:27.483 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.483 INFO kablam! | ^^^^^ Oct 27 20:20:27.483 INFO kablam! ... Oct 27 20:20:27.483 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 27 20:20:27.483 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.483 INFO kablam! | Oct 27 20:20:27.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.483 INFO kablam! | Oct 27 20:20:27.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.483 INFO kablam! | Oct 27 20:20:27.483 INFO kablam! Oct 27 20:20:27.483 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.483 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.483 INFO kablam! | Oct 27 20:20:27.483 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.483 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.483 INFO kablam! ... Oct 27 20:20:27.483 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 27 20:20:27.483 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.483 INFO kablam! | Oct 27 20:20:27.483 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.483 INFO kablam! | Oct 27 20:20:27.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.483 INFO kablam! | Oct 27 20:20:27.483 INFO kablam! Oct 27 20:20:27.483 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.483 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.483 INFO kablam! | Oct 27 20:20:27.483 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.483 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.484 INFO kablam! ... Oct 27 20:20:27.484 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 27 20:20:27.484 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! Oct 27 20:20:27.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.484 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.484 INFO kablam! | ^^^^^ Oct 27 20:20:27.484 INFO kablam! ... Oct 27 20:20:27.484 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 27 20:20:27.484 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! Oct 27 20:20:27.484 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.484 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.484 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.484 INFO kablam! ... Oct 27 20:20:27.484 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 27 20:20:27.484 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! Oct 27 20:20:27.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.484 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.484 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.484 INFO kablam! ... Oct 27 20:20:27.484 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 27 20:20:27.484 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! Oct 27 20:20:27.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.484 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.484 INFO kablam! | ^^^^^ Oct 27 20:20:27.484 INFO kablam! ... Oct 27 20:20:27.484 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 27 20:20:27.484 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! Oct 27 20:20:27.484 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.484 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.484 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.484 INFO kablam! ... Oct 27 20:20:27.484 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 27 20:20:27.484 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.484 INFO kablam! | Oct 27 20:20:27.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.485 INFO kablam! | Oct 27 20:20:27.485 INFO kablam! Oct 27 20:20:27.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.485 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.485 INFO kablam! | Oct 27 20:20:27.485 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.485 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.485 INFO kablam! ... Oct 27 20:20:27.485 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 27 20:20:27.485 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.485 INFO kablam! | Oct 27 20:20:27.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.485 INFO kablam! | Oct 27 20:20:27.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.485 INFO kablam! | Oct 27 20:20:27.485 INFO kablam! Oct 27 20:20:27.487 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.487 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.487 INFO kablam! | Oct 27 20:20:27.487 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.487 INFO kablam! | ^^^^^ Oct 27 20:20:27.487 INFO kablam! ... Oct 27 20:20:27.487 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 27 20:20:27.487 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.487 INFO kablam! | Oct 27 20:20:27.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.487 INFO kablam! | Oct 27 20:20:27.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.487 INFO kablam! | Oct 27 20:20:27.487 INFO kablam! Oct 27 20:20:27.487 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.487 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.487 INFO kablam! | Oct 27 20:20:27.488 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.488 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.488 INFO kablam! ... Oct 27 20:20:27.488 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 27 20:20:27.488 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.488 INFO kablam! | Oct 27 20:20:27.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.488 INFO kablam! | Oct 27 20:20:27.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.488 INFO kablam! | Oct 27 20:20:27.488 INFO kablam! Oct 27 20:20:27.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.488 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.488 INFO kablam! | Oct 27 20:20:27.488 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.488 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.488 INFO kablam! ... Oct 27 20:20:27.488 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 27 20:20:27.488 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.488 INFO kablam! | Oct 27 20:20:27.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.488 INFO kablam! | Oct 27 20:20:27.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.488 INFO kablam! | Oct 27 20:20:27.488 INFO kablam! Oct 27 20:20:27.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.495 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.495 INFO kablam! | ^^^^^ Oct 27 20:20:27.495 INFO kablam! ... Oct 27 20:20:27.495 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 27 20:20:27.495 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! Oct 27 20:20:27.495 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.495 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.495 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.495 INFO kablam! ... Oct 27 20:20:27.495 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 27 20:20:27.495 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! Oct 27 20:20:27.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.495 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.495 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.495 INFO kablam! ... Oct 27 20:20:27.495 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 27 20:20:27.495 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! Oct 27 20:20:27.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.495 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.495 INFO kablam! | ^^^^^ Oct 27 20:20:27.495 INFO kablam! ... Oct 27 20:20:27.495 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 27 20:20:27.495 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! Oct 27 20:20:27.495 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.495 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.495 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.495 INFO kablam! ... Oct 27 20:20:27.495 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 27 20:20:27.495 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.495 INFO kablam! Oct 27 20:20:27.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.495 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.495 INFO kablam! | Oct 27 20:20:27.496 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.496 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.496 INFO kablam! ... Oct 27 20:20:27.496 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 27 20:20:27.496 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.496 INFO kablam! | Oct 27 20:20:27.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.496 INFO kablam! | Oct 27 20:20:27.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.496 INFO kablam! | Oct 27 20:20:27.496 INFO kablam! Oct 27 20:20:27.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.496 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.496 INFO kablam! | Oct 27 20:20:27.496 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.496 INFO kablam! | ^^^^^ Oct 27 20:20:27.496 INFO kablam! ... Oct 27 20:20:27.496 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 27 20:20:27.496 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.496 INFO kablam! | Oct 27 20:20:27.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.496 INFO kablam! | Oct 27 20:20:27.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.496 INFO kablam! | Oct 27 20:20:27.496 INFO kablam! Oct 27 20:20:27.499 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.499 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.499 INFO kablam! | Oct 27 20:20:27.499 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.500 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.500 INFO kablam! ... Oct 27 20:20:27.500 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 27 20:20:27.500 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.500 INFO kablam! | Oct 27 20:20:27.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.500 INFO kablam! | Oct 27 20:20:27.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.500 INFO kablam! | Oct 27 20:20:27.500 INFO kablam! Oct 27 20:20:27.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.500 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.500 INFO kablam! | Oct 27 20:20:27.500 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.500 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.500 INFO kablam! ... Oct 27 20:20:27.500 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 27 20:20:27.500 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.500 INFO kablam! | Oct 27 20:20:27.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.500 INFO kablam! | Oct 27 20:20:27.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.500 INFO kablam! | Oct 27 20:20:27.500 INFO kablam! Oct 27 20:20:27.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.506 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.507 INFO kablam! | ^^^^^ Oct 27 20:20:27.507 INFO kablam! ... Oct 27 20:20:27.507 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 27 20:20:27.507 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! Oct 27 20:20:27.507 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.507 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.507 INFO kablam! ... Oct 27 20:20:27.507 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 27 20:20:27.507 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! Oct 27 20:20:27.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.507 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.507 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.507 INFO kablam! ... Oct 27 20:20:27.507 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 27 20:20:27.507 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! Oct 27 20:20:27.507 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.507 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.507 INFO kablam! | ^^^^^ Oct 27 20:20:27.507 INFO kablam! ... Oct 27 20:20:27.507 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 27 20:20:27.507 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.507 INFO kablam! | Oct 27 20:20:27.507 INFO kablam! Oct 27 20:20:27.510 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.510 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.510 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.510 INFO kablam! ... Oct 27 20:20:27.510 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 27 20:20:27.510 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! Oct 27 20:20:27.510 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.510 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.510 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.510 INFO kablam! ... Oct 27 20:20:27.510 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 27 20:20:27.510 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! Oct 27 20:20:27.510 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.510 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.510 INFO kablam! | ^^^^^ Oct 27 20:20:27.510 INFO kablam! ... Oct 27 20:20:27.510 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 27 20:20:27.510 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! Oct 27 20:20:27.510 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.510 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.510 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.510 INFO kablam! ... Oct 27 20:20:27.510 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 27 20:20:27.510 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.510 INFO kablam! | Oct 27 20:20:27.510 INFO kablam! Oct 27 20:20:27.511 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.511 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.511 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.511 INFO kablam! ... Oct 27 20:20:27.511 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 27 20:20:27.511 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! Oct 27 20:20:27.511 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.511 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.511 INFO kablam! | ^^^^^ Oct 27 20:20:27.511 INFO kablam! ... Oct 27 20:20:27.511 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 27 20:20:27.511 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! Oct 27 20:20:27.511 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.511 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.511 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.511 INFO kablam! ... Oct 27 20:20:27.511 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 27 20:20:27.511 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! Oct 27 20:20:27.511 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.511 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.511 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.511 INFO kablam! ... Oct 27 20:20:27.511 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 27 20:20:27.511 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.511 INFO kablam! | Oct 27 20:20:27.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.512 INFO kablam! | Oct 27 20:20:27.512 INFO kablam! Oct 27 20:20:27.518 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.518 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.519 INFO kablam! | ^^^^^ Oct 27 20:20:27.519 INFO kablam! ... Oct 27 20:20:27.519 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 27 20:20:27.519 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! Oct 27 20:20:27.519 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.519 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.519 INFO kablam! ... Oct 27 20:20:27.519 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 27 20:20:27.519 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! Oct 27 20:20:27.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.519 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.519 INFO kablam! ... Oct 27 20:20:27.519 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 27 20:20:27.519 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! Oct 27 20:20:27.519 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.519 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.519 INFO kablam! | ^^^^^ Oct 27 20:20:27.519 INFO kablam! ... Oct 27 20:20:27.519 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 27 20:20:27.519 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.519 INFO kablam! | Oct 27 20:20:27.519 INFO kablam! Oct 27 20:20:27.520 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.520 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.520 INFO kablam! | Oct 27 20:20:27.520 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.520 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.520 INFO kablam! ... Oct 27 20:20:27.520 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 27 20:20:27.520 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.520 INFO kablam! | Oct 27 20:20:27.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.520 INFO kablam! | Oct 27 20:20:27.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.520 INFO kablam! | Oct 27 20:20:27.520 INFO kablam! Oct 27 20:20:27.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.520 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.520 INFO kablam! | Oct 27 20:20:27.520 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.520 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.520 INFO kablam! ... Oct 27 20:20:27.520 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 27 20:20:27.520 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.520 INFO kablam! | Oct 27 20:20:27.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.520 INFO kablam! | Oct 27 20:20:27.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.520 INFO kablam! | Oct 27 20:20:27.520 INFO kablam! Oct 27 20:20:27.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.521 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.521 INFO kablam! | ^^^^^ Oct 27 20:20:27.521 INFO kablam! ... Oct 27 20:20:27.521 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 27 20:20:27.521 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! Oct 27 20:20:27.521 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.521 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.521 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.521 INFO kablam! ... Oct 27 20:20:27.521 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 27 20:20:27.521 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! Oct 27 20:20:27.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.521 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.521 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.521 INFO kablam! ... Oct 27 20:20:27.521 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 27 20:20:27.521 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.521 INFO kablam! | Oct 27 20:20:27.521 INFO kablam! Oct 27 20:20:27.523 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.523 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.523 INFO kablam! | ^^^^^ Oct 27 20:20:27.523 INFO kablam! ... Oct 27 20:20:27.523 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 27 20:20:27.523 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! Oct 27 20:20:27.523 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.523 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.523 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.523 INFO kablam! ... Oct 27 20:20:27.523 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 27 20:20:27.523 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! Oct 27 20:20:27.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.523 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.523 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.523 INFO kablam! ... Oct 27 20:20:27.523 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 27 20:20:27.523 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.523 INFO kablam! | Oct 27 20:20:27.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.524 INFO kablam! | Oct 27 20:20:27.524 INFO kablam! Oct 27 20:20:27.531 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.531 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.531 INFO kablam! | Oct 27 20:20:27.531 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.531 INFO kablam! | ^^^^^ Oct 27 20:20:27.531 INFO kablam! ... Oct 27 20:20:27.531 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 27 20:20:27.531 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.531 INFO kablam! | Oct 27 20:20:27.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.531 INFO kablam! | Oct 27 20:20:27.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.531 INFO kablam! | Oct 27 20:20:27.531 INFO kablam! Oct 27 20:20:27.531 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.531 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.531 INFO kablam! | Oct 27 20:20:27.531 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.531 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.531 INFO kablam! ... Oct 27 20:20:27.531 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 27 20:20:27.531 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.531 INFO kablam! | Oct 27 20:20:27.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.531 INFO kablam! | Oct 27 20:20:27.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.531 INFO kablam! | Oct 27 20:20:27.531 INFO kablam! Oct 27 20:20:27.531 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.531 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.531 INFO kablam! | Oct 27 20:20:27.531 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.531 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.531 INFO kablam! ... Oct 27 20:20:27.531 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 27 20:20:27.531 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.531 INFO kablam! | Oct 27 20:20:27.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! Oct 27 20:20:27.532 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.532 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.532 INFO kablam! | ^^^^^ Oct 27 20:20:27.532 INFO kablam! ... Oct 27 20:20:27.532 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 27 20:20:27.532 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! Oct 27 20:20:27.532 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.532 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.532 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.532 INFO kablam! ... Oct 27 20:20:27.532 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 27 20:20:27.532 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! Oct 27 20:20:27.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.532 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.532 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.532 INFO kablam! ... Oct 27 20:20:27.532 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 27 20:20:27.532 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! Oct 27 20:20:27.532 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.532 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.532 INFO kablam! | ^^^^^ Oct 27 20:20:27.532 INFO kablam! ... Oct 27 20:20:27.532 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 27 20:20:27.532 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! Oct 27 20:20:27.532 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.532 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.532 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.532 INFO kablam! ... Oct 27 20:20:27.532 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 27 20:20:27.532 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! Oct 27 20:20:27.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.532 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.532 INFO kablam! | Oct 27 20:20:27.532 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.532 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.533 INFO kablam! ... Oct 27 20:20:27.533 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 27 20:20:27.533 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.533 INFO kablam! | Oct 27 20:20:27.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.533 INFO kablam! | Oct 27 20:20:27.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.533 INFO kablam! | Oct 27 20:20:27.533 INFO kablam! Oct 27 20:20:27.535 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.535 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.535 INFO kablam! | Oct 27 20:20:27.535 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.535 INFO kablam! | ^^^^^ Oct 27 20:20:27.535 INFO kablam! ... Oct 27 20:20:27.535 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 27 20:20:27.535 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.535 INFO kablam! | Oct 27 20:20:27.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.535 INFO kablam! | Oct 27 20:20:27.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.535 INFO kablam! | Oct 27 20:20:27.535 INFO kablam! Oct 27 20:20:27.535 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.535 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.535 INFO kablam! | Oct 27 20:20:27.535 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.535 INFO kablam! ... Oct 27 20:20:27.535 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 27 20:20:27.535 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.535 INFO kablam! | Oct 27 20:20:27.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.535 INFO kablam! | Oct 27 20:20:27.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.535 INFO kablam! | Oct 27 20:20:27.535 INFO kablam! Oct 27 20:20:27.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.535 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.535 INFO kablam! | Oct 27 20:20:27.535 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.535 INFO kablam! ... Oct 27 20:20:27.536 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 27 20:20:27.536 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.536 INFO kablam! | Oct 27 20:20:27.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.536 INFO kablam! | Oct 27 20:20:27.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.536 INFO kablam! | Oct 27 20:20:27.536 INFO kablam! Oct 27 20:20:27.539 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.539 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.539 INFO kablam! | Oct 27 20:20:27.539 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.539 INFO kablam! | ^^^^^ Oct 27 20:20:27.539 INFO kablam! ... Oct 27 20:20:27.539 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 27 20:20:27.539 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.539 INFO kablam! | Oct 27 20:20:27.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.539 INFO kablam! | Oct 27 20:20:27.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.539 INFO kablam! | Oct 27 20:20:27.539 INFO kablam! Oct 27 20:20:27.539 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.539 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.539 INFO kablam! | Oct 27 20:20:27.539 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.539 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.539 INFO kablam! ... Oct 27 20:20:27.539 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 27 20:20:27.539 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.539 INFO kablam! | Oct 27 20:20:27.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.539 INFO kablam! | Oct 27 20:20:27.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.539 INFO kablam! | Oct 27 20:20:27.539 INFO kablam! Oct 27 20:20:27.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.540 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.540 INFO kablam! | Oct 27 20:20:27.540 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.540 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.540 INFO kablam! ... Oct 27 20:20:27.540 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 27 20:20:27.540 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.540 INFO kablam! | Oct 27 20:20:27.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.540 INFO kablam! | Oct 27 20:20:27.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.540 INFO kablam! | Oct 27 20:20:27.540 INFO kablam! Oct 27 20:20:27.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.540 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.540 INFO kablam! | Oct 27 20:20:27.540 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.540 INFO kablam! | ^^^^^ Oct 27 20:20:27.540 INFO kablam! ... Oct 27 20:20:27.540 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 27 20:20:27.540 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.540 INFO kablam! | Oct 27 20:20:27.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.540 INFO kablam! | Oct 27 20:20:27.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.540 INFO kablam! | Oct 27 20:20:27.540 INFO kablam! Oct 27 20:20:27.544 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.544 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.544 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.544 INFO kablam! ... Oct 27 20:20:27.544 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 27 20:20:27.544 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! Oct 27 20:20:27.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.544 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.544 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.544 INFO kablam! ... Oct 27 20:20:27.544 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 27 20:20:27.544 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! Oct 27 20:20:27.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.544 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.544 INFO kablam! | ^^^^^ Oct 27 20:20:27.544 INFO kablam! ... Oct 27 20:20:27.544 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 27 20:20:27.544 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! Oct 27 20:20:27.544 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.544 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.544 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.544 INFO kablam! ... Oct 27 20:20:27.544 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 27 20:20:27.544 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.544 INFO kablam! | Oct 27 20:20:27.544 INFO kablam! Oct 27 20:20:27.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.545 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.545 INFO kablam! | Oct 27 20:20:27.545 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.545 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.545 INFO kablam! ... Oct 27 20:20:27.545 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 27 20:20:27.545 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.545 INFO kablam! | Oct 27 20:20:27.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.545 INFO kablam! | Oct 27 20:20:27.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.545 INFO kablam! | Oct 27 20:20:27.545 INFO kablam! Oct 27 20:20:27.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.548 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.548 INFO kablam! | ^^^^^ Oct 27 20:20:27.548 INFO kablam! ... Oct 27 20:20:27.548 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 27 20:20:27.548 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! Oct 27 20:20:27.548 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.548 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.548 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.548 INFO kablam! ... Oct 27 20:20:27.548 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 27 20:20:27.548 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! Oct 27 20:20:27.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.548 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.548 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.548 INFO kablam! ... Oct 27 20:20:27.548 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 27 20:20:27.548 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.548 INFO kablam! | Oct 27 20:20:27.548 INFO kablam! Oct 27 20:20:27.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.552 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.552 INFO kablam! | Oct 27 20:20:27.552 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.552 INFO kablam! | ^^^^^ Oct 27 20:20:27.552 INFO kablam! ... Oct 27 20:20:27.552 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 27 20:20:27.552 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.552 INFO kablam! | Oct 27 20:20:27.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.552 INFO kablam! | Oct 27 20:20:27.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.552 INFO kablam! | Oct 27 20:20:27.552 INFO kablam! Oct 27 20:20:27.552 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.552 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.552 INFO kablam! | Oct 27 20:20:27.552 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.552 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.552 INFO kablam! ... Oct 27 20:20:27.552 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 27 20:20:27.552 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.552 INFO kablam! | Oct 27 20:20:27.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.552 INFO kablam! | Oct 27 20:20:27.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.552 INFO kablam! | Oct 27 20:20:27.552 INFO kablam! Oct 27 20:20:27.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.552 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.552 INFO kablam! | Oct 27 20:20:27.552 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.552 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.553 INFO kablam! ... Oct 27 20:20:27.553 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 27 20:20:27.553 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.553 INFO kablam! | Oct 27 20:20:27.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.553 INFO kablam! | Oct 27 20:20:27.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.553 INFO kablam! | Oct 27 20:20:27.553 INFO kablam! Oct 27 20:20:27.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.553 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.553 INFO kablam! | Oct 27 20:20:27.553 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.553 INFO kablam! | ^^^^^ Oct 27 20:20:27.553 INFO kablam! ... Oct 27 20:20:27.553 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 27 20:20:27.553 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.553 INFO kablam! | Oct 27 20:20:27.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.553 INFO kablam! | Oct 27 20:20:27.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.553 INFO kablam! | Oct 27 20:20:27.553 INFO kablam! Oct 27 20:20:27.555 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.555 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.556 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.556 INFO kablam! ... Oct 27 20:20:27.556 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 27 20:20:27.556 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! Oct 27 20:20:27.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.556 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.556 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.556 INFO kablam! ... Oct 27 20:20:27.556 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 27 20:20:27.556 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! Oct 27 20:20:27.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.556 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.556 INFO kablam! | ^^^^^ Oct 27 20:20:27.556 INFO kablam! ... Oct 27 20:20:27.556 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 27 20:20:27.556 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! Oct 27 20:20:27.556 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.556 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.556 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.556 INFO kablam! ... Oct 27 20:20:27.556 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 27 20:20:27.556 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! Oct 27 20:20:27.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.556 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.556 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.556 INFO kablam! ... Oct 27 20:20:27.556 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 27 20:20:27.556 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.556 INFO kablam! | Oct 27 20:20:27.556 INFO kablam! Oct 27 20:20:27.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.560 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.560 INFO kablam! | ^^^^^ Oct 27 20:20:27.560 INFO kablam! ... Oct 27 20:20:27.560 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 27 20:20:27.560 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! Oct 27 20:20:27.560 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.560 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.560 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.560 INFO kablam! ... Oct 27 20:20:27.560 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 27 20:20:27.560 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! Oct 27 20:20:27.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.560 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.560 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.560 INFO kablam! ... Oct 27 20:20:27.560 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 27 20:20:27.560 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! Oct 27 20:20:27.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.560 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.560 INFO kablam! | ^^^^^ Oct 27 20:20:27.560 INFO kablam! ... Oct 27 20:20:27.560 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 27 20:20:27.560 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.560 INFO kablam! | Oct 27 20:20:27.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.563 INFO kablam! | Oct 27 20:20:27.563 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.563 INFO kablam! | Oct 27 20:20:27.563 INFO kablam! Oct 27 20:20:27.563 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.563 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.563 INFO kablam! | Oct 27 20:20:27.563 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.563 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.563 INFO kablam! ... Oct 27 20:20:27.563 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 27 20:20:27.563 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.563 INFO kablam! | Oct 27 20:20:27.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.563 INFO kablam! | Oct 27 20:20:27.563 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.563 INFO kablam! | Oct 27 20:20:27.563 INFO kablam! Oct 27 20:20:27.564 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.564 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.564 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.564 INFO kablam! ... Oct 27 20:20:27.564 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 27 20:20:27.564 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! Oct 27 20:20:27.564 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.564 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.564 INFO kablam! | ^^^^^ Oct 27 20:20:27.564 INFO kablam! ... Oct 27 20:20:27.564 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 27 20:20:27.564 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! Oct 27 20:20:27.564 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.564 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.564 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.564 INFO kablam! ... Oct 27 20:20:27.564 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 27 20:20:27.564 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.564 INFO kablam! | Oct 27 20:20:27.564 INFO kablam! Oct 27 20:20:27.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.565 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.565 INFO kablam! | Oct 27 20:20:27.566 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.566 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.566 INFO kablam! ... Oct 27 20:20:27.566 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 27 20:20:27.566 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.566 INFO kablam! | Oct 27 20:20:27.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.566 INFO kablam! | Oct 27 20:20:27.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.566 INFO kablam! | Oct 27 20:20:27.566 INFO kablam! Oct 27 20:20:27.566 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.566 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.566 INFO kablam! | Oct 27 20:20:27.566 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.566 INFO kablam! | ^^^^^ Oct 27 20:20:27.566 INFO kablam! ... Oct 27 20:20:27.566 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 27 20:20:27.566 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.566 INFO kablam! | Oct 27 20:20:27.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.566 INFO kablam! | Oct 27 20:20:27.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.566 INFO kablam! | Oct 27 20:20:27.566 INFO kablam! Oct 27 20:20:27.566 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.566 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.566 INFO kablam! | Oct 27 20:20:27.566 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.566 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.566 INFO kablam! ... Oct 27 20:20:27.566 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 27 20:20:27.566 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.566 INFO kablam! | Oct 27 20:20:27.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! Oct 27 20:20:27.582 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.582 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.582 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.582 INFO kablam! ... Oct 27 20:20:27.582 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 27 20:20:27.582 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! Oct 27 20:20:27.582 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.582 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.582 INFO kablam! | ^^^^^ Oct 27 20:20:27.582 INFO kablam! ... Oct 27 20:20:27.582 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 27 20:20:27.582 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! Oct 27 20:20:27.582 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.582 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.582 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.582 INFO kablam! ... Oct 27 20:20:27.582 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 27 20:20:27.582 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! Oct 27 20:20:27.582 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.582 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.582 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.582 INFO kablam! ... Oct 27 20:20:27.582 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 27 20:20:27.582 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.582 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! Oct 27 20:20:27.583 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.583 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.583 INFO kablam! | ^^^^^ Oct 27 20:20:27.583 INFO kablam! ... Oct 27 20:20:27.583 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 27 20:20:27.583 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! Oct 27 20:20:27.583 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.583 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.583 INFO kablam! ... Oct 27 20:20:27.583 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 27 20:20:27.583 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! Oct 27 20:20:27.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.583 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.583 INFO kablam! ... Oct 27 20:20:27.583 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 27 20:20:27.583 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! Oct 27 20:20:27.583 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.583 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.583 INFO kablam! | ^^^^^ Oct 27 20:20:27.583 INFO kablam! ... Oct 27 20:20:27.583 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 27 20:20:27.583 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! Oct 27 20:20:27.583 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.583 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.583 INFO kablam! ... Oct 27 20:20:27.583 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 27 20:20:27.583 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! Oct 27 20:20:27.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.583 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.583 INFO kablam! | Oct 27 20:20:27.583 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.583 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.584 INFO kablam! ... Oct 27 20:20:27.584 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 27 20:20:27.584 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! Oct 27 20:20:27.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.584 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.584 INFO kablam! | ^^^^^ Oct 27 20:20:27.584 INFO kablam! ... Oct 27 20:20:27.584 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 27 20:20:27.584 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! Oct 27 20:20:27.584 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.584 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.584 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.584 INFO kablam! ... Oct 27 20:20:27.584 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 27 20:20:27.584 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! Oct 27 20:20:27.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.584 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.584 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.584 INFO kablam! ... Oct 27 20:20:27.584 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 27 20:20:27.584 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! Oct 27 20:20:27.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.584 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.584 INFO kablam! | ^^^^^ Oct 27 20:20:27.584 INFO kablam! ... Oct 27 20:20:27.584 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 27 20:20:27.584 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! Oct 27 20:20:27.584 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.584 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.584 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.584 INFO kablam! ... Oct 27 20:20:27.584 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 27 20:20:27.584 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.584 INFO kablam! | Oct 27 20:20:27.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.585 INFO kablam! | Oct 27 20:20:27.585 INFO kablam! Oct 27 20:20:27.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.592 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.592 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.592 INFO kablam! ... Oct 27 20:20:27.592 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 27 20:20:27.592 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! Oct 27 20:20:27.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.592 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.592 INFO kablam! | ^^^^^ Oct 27 20:20:27.592 INFO kablam! ... Oct 27 20:20:27.592 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 27 20:20:27.592 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! Oct 27 20:20:27.592 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.592 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.592 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.592 INFO kablam! ... Oct 27 20:20:27.592 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 27 20:20:27.592 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.592 INFO kablam! | Oct 27 20:20:27.592 INFO kablam! Oct 27 20:20:27.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.593 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.593 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.593 INFO kablam! ... Oct 27 20:20:27.593 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 27 20:20:27.593 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! Oct 27 20:20:27.593 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.593 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.593 INFO kablam! | ^^^^^ Oct 27 20:20:27.593 INFO kablam! ... Oct 27 20:20:27.593 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 27 20:20:27.593 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! Oct 27 20:20:27.593 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.593 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.593 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.593 INFO kablam! ... Oct 27 20:20:27.593 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 27 20:20:27.593 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! Oct 27 20:20:27.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.593 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.593 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.593 INFO kablam! ... Oct 27 20:20:27.593 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 27 20:20:27.593 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! Oct 27 20:20:27.593 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.593 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.593 INFO kablam! | ^^^^^ Oct 27 20:20:27.593 INFO kablam! ... Oct 27 20:20:27.593 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 27 20:20:27.593 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! Oct 27 20:20:27.593 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.593 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.593 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.593 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.593 INFO kablam! ... Oct 27 20:20:27.593 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 27 20:20:27.593 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.593 INFO kablam! | Oct 27 20:20:27.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.594 INFO kablam! | Oct 27 20:20:27.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.594 INFO kablam! | Oct 27 20:20:27.594 INFO kablam! Oct 27 20:20:27.594 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.594 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.594 INFO kablam! | Oct 27 20:20:27.594 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.594 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.594 INFO kablam! ... Oct 27 20:20:27.594 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 27 20:20:27.594 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.594 INFO kablam! | Oct 27 20:20:27.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! Oct 27 20:20:27.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.596 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.596 INFO kablam! | ^^^^^ Oct 27 20:20:27.596 INFO kablam! ... Oct 27 20:20:27.596 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 27 20:20:27.596 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! Oct 27 20:20:27.596 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.596 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.596 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.596 INFO kablam! ... Oct 27 20:20:27.596 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 27 20:20:27.596 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! Oct 27 20:20:27.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.596 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.596 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.596 INFO kablam! ... Oct 27 20:20:27.596 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 27 20:20:27.596 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.596 INFO kablam! | Oct 27 20:20:27.596 INFO kablam! Oct 27 20:20:27.599 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.599 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.599 INFO kablam! | Oct 27 20:20:27.599 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.599 INFO kablam! | ^^^^^ Oct 27 20:20:27.599 INFO kablam! ... Oct 27 20:20:27.599 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 27 20:20:27.599 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.599 INFO kablam! | Oct 27 20:20:27.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.599 INFO kablam! | Oct 27 20:20:27.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.599 INFO kablam! | Oct 27 20:20:27.599 INFO kablam! Oct 27 20:20:27.599 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.599 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.599 INFO kablam! | Oct 27 20:20:27.599 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.599 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.599 INFO kablam! ... Oct 27 20:20:27.599 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 27 20:20:27.599 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.599 INFO kablam! | Oct 27 20:20:27.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.599 INFO kablam! | Oct 27 20:20:27.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.599 INFO kablam! | Oct 27 20:20:27.599 INFO kablam! Oct 27 20:20:27.599 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.599 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.599 INFO kablam! | Oct 27 20:20:27.599 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.599 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.599 INFO kablam! ... Oct 27 20:20:27.599 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 27 20:20:27.600 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.600 INFO kablam! | Oct 27 20:20:27.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.600 INFO kablam! | Oct 27 20:20:27.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.600 INFO kablam! | Oct 27 20:20:27.600 INFO kablam! Oct 27 20:20:27.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.600 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.600 INFO kablam! | Oct 27 20:20:27.600 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.600 INFO kablam! | ^^^^^ Oct 27 20:20:27.600 INFO kablam! ... Oct 27 20:20:27.600 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 27 20:20:27.600 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.600 INFO kablam! | Oct 27 20:20:27.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.600 INFO kablam! | Oct 27 20:20:27.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.600 INFO kablam! | Oct 27 20:20:27.600 INFO kablam! Oct 27 20:20:27.608 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.608 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.608 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.608 INFO kablam! ... Oct 27 20:20:27.608 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 27 20:20:27.608 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! Oct 27 20:20:27.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.608 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.608 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.608 INFO kablam! ... Oct 27 20:20:27.608 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 27 20:20:27.608 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! Oct 27 20:20:27.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.608 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.608 INFO kablam! | ^^^^^ Oct 27 20:20:27.608 INFO kablam! ... Oct 27 20:20:27.608 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 27 20:20:27.608 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! Oct 27 20:20:27.608 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.608 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.608 INFO kablam! | Oct 27 20:20:27.608 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.609 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.609 INFO kablam! ... Oct 27 20:20:27.609 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 27 20:20:27.609 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! Oct 27 20:20:27.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.609 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.609 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.609 INFO kablam! ... Oct 27 20:20:27.609 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 27 20:20:27.609 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! Oct 27 20:20:27.609 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.609 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.609 INFO kablam! | ^^^^^ Oct 27 20:20:27.609 INFO kablam! ... Oct 27 20:20:27.609 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 27 20:20:27.609 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! Oct 27 20:20:27.609 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.609 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.609 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.609 INFO kablam! ... Oct 27 20:20:27.609 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 27 20:20:27.609 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! Oct 27 20:20:27.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.609 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.609 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.609 INFO kablam! ... Oct 27 20:20:27.609 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 27 20:20:27.609 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.609 INFO kablam! | Oct 27 20:20:27.609 INFO kablam! Oct 27 20:20:27.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.611 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.611 INFO kablam! | Oct 27 20:20:27.611 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.611 INFO kablam! | ^^^^^ Oct 27 20:20:27.611 INFO kablam! ... Oct 27 20:20:27.611 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 27 20:20:27.611 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.611 INFO kablam! | Oct 27 20:20:27.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.611 INFO kablam! | Oct 27 20:20:27.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.611 INFO kablam! | Oct 27 20:20:27.611 INFO kablam! Oct 27 20:20:27.611 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.611 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.611 INFO kablam! | Oct 27 20:20:27.611 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.611 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.611 INFO kablam! ... Oct 27 20:20:27.611 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 27 20:20:27.611 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! Oct 27 20:20:27.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.612 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.612 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.612 INFO kablam! ... Oct 27 20:20:27.612 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 27 20:20:27.612 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! Oct 27 20:20:27.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.612 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.612 INFO kablam! | ^^^^^ Oct 27 20:20:27.612 INFO kablam! ... Oct 27 20:20:27.612 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 27 20:20:27.612 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.612 INFO kablam! | Oct 27 20:20:27.612 INFO kablam! Oct 27 20:20:27.616 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.616 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.616 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.616 INFO kablam! ... Oct 27 20:20:27.616 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 27 20:20:27.616 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! Oct 27 20:20:27.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.616 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.616 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.616 INFO kablam! ... Oct 27 20:20:27.616 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 27 20:20:27.616 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! Oct 27 20:20:27.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.616 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.616 INFO kablam! | ^^^^^ Oct 27 20:20:27.616 INFO kablam! ... Oct 27 20:20:27.616 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 27 20:20:27.616 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.616 INFO kablam! | Oct 27 20:20:27.616 INFO kablam! Oct 27 20:20:27.616 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.617 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.617 INFO kablam! | Oct 27 20:20:27.617 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.617 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.617 INFO kablam! ... Oct 27 20:20:27.617 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 27 20:20:27.617 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.617 INFO kablam! | Oct 27 20:20:27.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.617 INFO kablam! | Oct 27 20:20:27.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.617 INFO kablam! | Oct 27 20:20:27.617 INFO kablam! Oct 27 20:20:27.619 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.619 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.619 INFO kablam! | Oct 27 20:20:27.619 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.619 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.619 INFO kablam! ... Oct 27 20:20:27.619 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 27 20:20:27.619 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.619 INFO kablam! | Oct 27 20:20:27.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.619 INFO kablam! | Oct 27 20:20:27.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.619 INFO kablam! | Oct 27 20:20:27.619 INFO kablam! Oct 27 20:20:27.619 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.619 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.619 INFO kablam! | Oct 27 20:20:27.619 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.619 INFO kablam! | ^^^^^ Oct 27 20:20:27.620 INFO kablam! ... Oct 27 20:20:27.620 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 27 20:20:27.620 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! Oct 27 20:20:27.620 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.620 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.620 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.620 INFO kablam! ... Oct 27 20:20:27.620 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 27 20:20:27.620 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! Oct 27 20:20:27.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.620 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.620 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.620 INFO kablam! ... Oct 27 20:20:27.620 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 27 20:20:27.620 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.620 INFO kablam! | Oct 27 20:20:27.620 INFO kablam! Oct 27 20:20:27.623 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.623 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.623 INFO kablam! | Oct 27 20:20:27.623 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.623 INFO kablam! | ^^^^^ Oct 27 20:20:27.623 INFO kablam! ... Oct 27 20:20:27.623 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 27 20:20:27.623 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.623 INFO kablam! | Oct 27 20:20:27.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.623 INFO kablam! | Oct 27 20:20:27.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.623 INFO kablam! | Oct 27 20:20:27.623 INFO kablam! Oct 27 20:20:27.623 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.623 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.623 INFO kablam! | Oct 27 20:20:27.623 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.623 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.623 INFO kablam! ... Oct 27 20:20:27.623 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 27 20:20:27.623 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.623 INFO kablam! | Oct 27 20:20:27.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.623 INFO kablam! | Oct 27 20:20:27.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.623 INFO kablam! | Oct 27 20:20:27.623 INFO kablam! Oct 27 20:20:27.623 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.623 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.623 INFO kablam! | Oct 27 20:20:27.624 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.624 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.624 INFO kablam! ... Oct 27 20:20:27.624 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 27 20:20:27.624 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.624 INFO kablam! | Oct 27 20:20:27.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.624 INFO kablam! | Oct 27 20:20:27.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.624 INFO kablam! | Oct 27 20:20:27.624 INFO kablam! Oct 27 20:20:27.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.624 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.624 INFO kablam! | Oct 27 20:20:27.624 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.624 INFO kablam! | ^^^^^ Oct 27 20:20:27.624 INFO kablam! ... Oct 27 20:20:27.624 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 27 20:20:27.624 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.624 INFO kablam! | Oct 27 20:20:27.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.624 INFO kablam! | Oct 27 20:20:27.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.624 INFO kablam! | Oct 27 20:20:27.624 INFO kablam! Oct 27 20:20:27.635 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.635 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.635 INFO kablam! ... Oct 27 20:20:27.635 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 27 20:20:27.635 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! Oct 27 20:20:27.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.635 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.635 INFO kablam! ... Oct 27 20:20:27.635 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 27 20:20:27.635 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! Oct 27 20:20:27.635 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.635 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.635 INFO kablam! | ^^^^^ Oct 27 20:20:27.635 INFO kablam! ... Oct 27 20:20:27.635 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 27 20:20:27.635 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! Oct 27 20:20:27.635 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.635 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.635 INFO kablam! ... Oct 27 20:20:27.635 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 27 20:20:27.635 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! Oct 27 20:20:27.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.635 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.635 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.635 INFO kablam! ... Oct 27 20:20:27.635 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 27 20:20:27.635 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! Oct 27 20:20:27.635 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.635 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.635 INFO kablam! | Oct 27 20:20:27.635 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.636 INFO kablam! | ^^^^^ Oct 27 20:20:27.636 INFO kablam! ... Oct 27 20:20:27.636 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 27 20:20:27.636 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! Oct 27 20:20:27.636 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.636 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.636 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.636 INFO kablam! ... Oct 27 20:20:27.636 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 27 20:20:27.636 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! Oct 27 20:20:27.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.636 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.636 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.636 INFO kablam! ... Oct 27 20:20:27.636 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 27 20:20:27.636 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.636 INFO kablam! | Oct 27 20:20:27.636 INFO kablam! Oct 27 20:20:27.641 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.641 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.641 INFO kablam! | Oct 27 20:20:27.641 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.641 INFO kablam! | ^^^^^ Oct 27 20:20:27.641 INFO kablam! ... Oct 27 20:20:27.641 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 27 20:20:27.641 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.641 INFO kablam! | Oct 27 20:20:27.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.641 INFO kablam! | Oct 27 20:20:27.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.641 INFO kablam! | Oct 27 20:20:27.641 INFO kablam! Oct 27 20:20:27.641 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.641 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.641 INFO kablam! | Oct 27 20:20:27.641 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.641 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.641 INFO kablam! ... Oct 27 20:20:27.641 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 27 20:20:27.641 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.641 INFO kablam! | Oct 27 20:20:27.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.641 INFO kablam! | Oct 27 20:20:27.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.641 INFO kablam! | Oct 27 20:20:27.641 INFO kablam! Oct 27 20:20:27.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.642 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.642 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.642 INFO kablam! ... Oct 27 20:20:27.642 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 27 20:20:27.642 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! Oct 27 20:20:27.642 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.642 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.642 INFO kablam! | ^^^^^ Oct 27 20:20:27.642 INFO kablam! ... Oct 27 20:20:27.642 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 27 20:20:27.642 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! Oct 27 20:20:27.642 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.642 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.642 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.642 INFO kablam! ... Oct 27 20:20:27.642 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 27 20:20:27.642 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! Oct 27 20:20:27.642 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.642 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.642 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.642 INFO kablam! ... Oct 27 20:20:27.642 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 27 20:20:27.642 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! Oct 27 20:20:27.642 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.642 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.642 INFO kablam! | ^^^^^ Oct 27 20:20:27.642 INFO kablam! ... Oct 27 20:20:27.642 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 27 20:20:27.642 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! Oct 27 20:20:27.642 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.642 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.642 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.642 INFO kablam! ... Oct 27 20:20:27.642 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 27 20:20:27.642 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.642 INFO kablam! | Oct 27 20:20:27.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.643 INFO kablam! | Oct 27 20:20:27.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.643 INFO kablam! | Oct 27 20:20:27.643 INFO kablam! Oct 27 20:20:27.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.643 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.643 INFO kablam! | Oct 27 20:20:27.643 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.643 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.643 INFO kablam! ... Oct 27 20:20:27.643 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 27 20:20:27.643 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.650 INFO kablam! | Oct 27 20:20:27.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.651 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! Oct 27 20:20:27.651 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.651 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.651 INFO kablam! | ^^^^^ Oct 27 20:20:27.651 INFO kablam! ... Oct 27 20:20:27.651 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 27 20:20:27.651 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.651 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! Oct 27 20:20:27.651 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.651 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.651 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.651 INFO kablam! ... Oct 27 20:20:27.651 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 27 20:20:27.651 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.651 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! Oct 27 20:20:27.651 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.651 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.651 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.651 INFO kablam! ... Oct 27 20:20:27.651 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 27 20:20:27.651 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.651 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.651 INFO kablam! | Oct 27 20:20:27.651 INFO kablam! Oct 27 20:20:27.654 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.654 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.654 INFO kablam! | Oct 27 20:20:27.654 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.654 INFO kablam! | ^^^^^ Oct 27 20:20:27.654 INFO kablam! ... Oct 27 20:20:27.654 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 27 20:20:27.654 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.654 INFO kablam! | Oct 27 20:20:27.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.654 INFO kablam! | Oct 27 20:20:27.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.654 INFO kablam! | Oct 27 20:20:27.654 INFO kablam! Oct 27 20:20:27.654 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.654 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.654 INFO kablam! | Oct 27 20:20:27.654 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.654 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.654 INFO kablam! ... Oct 27 20:20:27.654 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 27 20:20:27.654 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.654 INFO kablam! | Oct 27 20:20:27.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.654 INFO kablam! | Oct 27 20:20:27.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.654 INFO kablam! | Oct 27 20:20:27.654 INFO kablam! Oct 27 20:20:27.654 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.654 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.655 INFO kablam! ... Oct 27 20:20:27.655 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 27 20:20:27.655 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! Oct 27 20:20:27.655 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.655 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.655 INFO kablam! | ^^^^^ Oct 27 20:20:27.655 INFO kablam! ... Oct 27 20:20:27.655 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 27 20:20:27.655 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! Oct 27 20:20:27.655 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.655 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.655 INFO kablam! ... Oct 27 20:20:27.655 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 27 20:20:27.655 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! Oct 27 20:20:27.655 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.655 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.655 INFO kablam! ... Oct 27 20:20:27.655 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 27 20:20:27.655 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! Oct 27 20:20:27.655 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.655 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.655 INFO kablam! | ^^^^^ Oct 27 20:20:27.655 INFO kablam! ... Oct 27 20:20:27.655 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 27 20:20:27.655 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! Oct 27 20:20:27.655 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.655 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.655 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.655 INFO kablam! ... Oct 27 20:20:27.655 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 27 20:20:27.655 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.655 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.656 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.656 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! Oct 27 20:20:27.656 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.656 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.656 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.656 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.656 INFO kablam! ... Oct 27 20:20:27.656 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 27 20:20:27.656 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.656 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.656 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.656 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! Oct 27 20:20:27.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.656 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.656 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.656 INFO kablam! | ^^^^^ Oct 27 20:20:27.656 INFO kablam! ... Oct 27 20:20:27.656 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 27 20:20:27.656 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.656 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.656 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.656 INFO kablam! | Oct 27 20:20:27.656 INFO kablam! Oct 27 20:20:27.663 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.663 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.663 INFO kablam! | Oct 27 20:20:27.663 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.663 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.663 INFO kablam! ... Oct 27 20:20:27.663 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 27 20:20:27.663 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.663 INFO kablam! | Oct 27 20:20:27.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.663 INFO kablam! | Oct 27 20:20:27.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.663 INFO kablam! | Oct 27 20:20:27.663 INFO kablam! Oct 27 20:20:27.663 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.663 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.663 INFO kablam! | Oct 27 20:20:27.663 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.663 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.663 INFO kablam! ... Oct 27 20:20:27.663 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 27 20:20:27.663 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.664 INFO kablam! | Oct 27 20:20:27.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.664 INFO kablam! | Oct 27 20:20:27.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.664 INFO kablam! | Oct 27 20:20:27.664 INFO kablam! Oct 27 20:20:27.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.664 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.664 INFO kablam! | Oct 27 20:20:27.664 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.664 INFO kablam! | ^^^^^ Oct 27 20:20:27.664 INFO kablam! ... Oct 27 20:20:27.664 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 27 20:20:27.664 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.664 INFO kablam! | Oct 27 20:20:27.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.664 INFO kablam! | Oct 27 20:20:27.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.664 INFO kablam! | Oct 27 20:20:27.664 INFO kablam! Oct 27 20:20:27.672 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.672 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.672 INFO kablam! | Oct 27 20:20:27.672 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.672 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.672 INFO kablam! ... Oct 27 20:20:27.672 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 27 20:20:27.672 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.672 INFO kablam! | Oct 27 20:20:27.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.672 INFO kablam! | Oct 27 20:20:27.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.672 INFO kablam! | Oct 27 20:20:27.673 INFO kablam! Oct 27 20:20:27.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.673 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.673 INFO kablam! | Oct 27 20:20:27.673 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.673 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.673 INFO kablam! ... Oct 27 20:20:27.673 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 27 20:20:27.673 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.673 INFO kablam! | Oct 27 20:20:27.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.673 INFO kablam! | Oct 27 20:20:27.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.673 INFO kablam! | Oct 27 20:20:27.673 INFO kablam! Oct 27 20:20:27.673 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.673 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.673 INFO kablam! | Oct 27 20:20:27.673 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.673 INFO kablam! | ^^^^^ Oct 27 20:20:27.673 INFO kablam! ... Oct 27 20:20:27.673 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 27 20:20:27.673 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.673 INFO kablam! | Oct 27 20:20:27.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.674 INFO kablam! | Oct 27 20:20:27.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.674 INFO kablam! | Oct 27 20:20:27.674 INFO kablam! Oct 27 20:20:27.674 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.674 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.674 INFO kablam! | Oct 27 20:20:27.674 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.674 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.674 INFO kablam! ... Oct 27 20:20:27.674 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 27 20:20:27.674 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.674 INFO kablam! | Oct 27 20:20:27.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.674 INFO kablam! | Oct 27 20:20:27.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.674 INFO kablam! | Oct 27 20:20:27.674 INFO kablam! Oct 27 20:20:27.674 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.674 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.674 INFO kablam! | Oct 27 20:20:27.675 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.675 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.675 INFO kablam! ... Oct 27 20:20:27.675 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 27 20:20:27.675 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.675 INFO kablam! | Oct 27 20:20:27.675 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.675 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.675 INFO kablam! | Oct 27 20:20:27.675 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.675 INFO kablam! | Oct 27 20:20:27.675 INFO kablam! Oct 27 20:20:27.675 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.675 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.675 INFO kablam! | Oct 27 20:20:27.675 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.675 INFO kablam! | ^^^^^ Oct 27 20:20:27.675 INFO kablam! ... Oct 27 20:20:27.675 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 27 20:20:27.675 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.675 INFO kablam! | Oct 27 20:20:27.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.676 INFO kablam! | Oct 27 20:20:27.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.676 INFO kablam! | Oct 27 20:20:27.676 INFO kablam! Oct 27 20:20:27.676 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.676 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.676 INFO kablam! | Oct 27 20:20:27.676 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.676 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.676 INFO kablam! ... Oct 27 20:20:27.676 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 27 20:20:27.676 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.676 INFO kablam! | Oct 27 20:20:27.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.676 INFO kablam! | Oct 27 20:20:27.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.676 INFO kablam! | Oct 27 20:20:27.676 INFO kablam! Oct 27 20:20:27.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.677 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.677 INFO kablam! | Oct 27 20:20:27.677 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.677 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.677 INFO kablam! ... Oct 27 20:20:27.677 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 27 20:20:27.677 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.677 INFO kablam! | Oct 27 20:20:27.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.677 INFO kablam! | Oct 27 20:20:27.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.677 INFO kablam! | Oct 27 20:20:27.677 INFO kablam! Oct 27 20:20:27.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.677 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.677 INFO kablam! | Oct 27 20:20:27.677 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.677 INFO kablam! | ^^^^^ Oct 27 20:20:27.677 INFO kablam! ... Oct 27 20:20:27.677 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 27 20:20:27.678 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.678 INFO kablam! | Oct 27 20:20:27.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.678 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.678 INFO kablam! | Oct 27 20:20:27.678 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.678 INFO kablam! | Oct 27 20:20:27.678 INFO kablam! Oct 27 20:20:27.678 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.678 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.678 INFO kablam! | Oct 27 20:20:27.678 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.678 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.678 INFO kablam! ... Oct 27 20:20:27.678 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 27 20:20:27.678 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.678 INFO kablam! | Oct 27 20:20:27.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.678 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.678 INFO kablam! | Oct 27 20:20:27.678 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.679 INFO kablam! | Oct 27 20:20:27.679 INFO kablam! Oct 27 20:20:27.679 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.679 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.679 INFO kablam! | Oct 27 20:20:27.679 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.679 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.679 INFO kablam! ... Oct 27 20:20:27.679 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 27 20:20:27.679 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! Oct 27 20:20:27.685 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.685 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.685 INFO kablam! | ^^^^^ Oct 27 20:20:27.685 INFO kablam! ... Oct 27 20:20:27.685 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 27 20:20:27.685 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! Oct 27 20:20:27.685 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.685 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.685 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.685 INFO kablam! ... Oct 27 20:20:27.685 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 27 20:20:27.685 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! Oct 27 20:20:27.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.685 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.685 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.685 INFO kablam! ... Oct 27 20:20:27.685 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 27 20:20:27.685 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.685 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! Oct 27 20:20:27.686 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.686 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.686 INFO kablam! | ^^^^^ Oct 27 20:20:27.686 INFO kablam! ... Oct 27 20:20:27.686 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 27 20:20:27.686 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! Oct 27 20:20:27.686 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.686 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.686 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.686 INFO kablam! ... Oct 27 20:20:27.686 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 27 20:20:27.686 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! Oct 27 20:20:27.686 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.686 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.686 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.686 INFO kablam! ... Oct 27 20:20:27.686 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 27 20:20:27.686 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! Oct 27 20:20:27.686 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.686 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.686 INFO kablam! | ^^^^^ Oct 27 20:20:27.686 INFO kablam! ... Oct 27 20:20:27.686 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 27 20:20:27.686 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! Oct 27 20:20:27.686 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.686 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.686 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.686 INFO kablam! ... Oct 27 20:20:27.686 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 27 20:20:27.686 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.686 INFO kablam! | Oct 27 20:20:27.686 INFO kablam! Oct 27 20:20:27.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.687 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.687 INFO kablam! | Oct 27 20:20:27.687 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.687 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.687 INFO kablam! ... Oct 27 20:20:27.687 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 27 20:20:27.687 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.687 INFO kablam! | Oct 27 20:20:27.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.687 INFO kablam! | Oct 27 20:20:27.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.687 INFO kablam! | Oct 27 20:20:27.687 INFO kablam! Oct 27 20:20:27.687 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.687 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.687 INFO kablam! | Oct 27 20:20:27.687 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.687 INFO kablam! | ^^^^^ Oct 27 20:20:27.687 INFO kablam! ... Oct 27 20:20:27.687 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 27 20:20:27.687 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.687 INFO kablam! | Oct 27 20:20:27.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.687 INFO kablam! | Oct 27 20:20:27.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.688 INFO kablam! | Oct 27 20:20:27.688 INFO kablam! Oct 27 20:20:27.688 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.688 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.688 INFO kablam! | Oct 27 20:20:27.688 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.688 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.688 INFO kablam! ... Oct 27 20:20:27.688 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 27 20:20:27.688 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.688 INFO kablam! | Oct 27 20:20:27.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.688 INFO kablam! | Oct 27 20:20:27.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.688 INFO kablam! | Oct 27 20:20:27.688 INFO kablam! Oct 27 20:20:27.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.688 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.688 INFO kablam! | Oct 27 20:20:27.688 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.688 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.688 INFO kablam! ... Oct 27 20:20:27.688 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 27 20:20:27.688 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.688 INFO kablam! | Oct 27 20:20:27.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.688 INFO kablam! | Oct 27 20:20:27.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.688 INFO kablam! | Oct 27 20:20:27.688 INFO kablam! Oct 27 20:20:27.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.690 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.690 INFO kablam! | ^^^^^ Oct 27 20:20:27.690 INFO kablam! ... Oct 27 20:20:27.690 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 27 20:20:27.690 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! Oct 27 20:20:27.690 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.690 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.690 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.690 INFO kablam! ... Oct 27 20:20:27.690 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 27 20:20:27.690 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! Oct 27 20:20:27.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.690 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.690 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.690 INFO kablam! ... Oct 27 20:20:27.690 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 27 20:20:27.690 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! Oct 27 20:20:27.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.690 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.690 INFO kablam! | ^^^^^ Oct 27 20:20:27.690 INFO kablam! ... Oct 27 20:20:27.690 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 27 20:20:27.690 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.690 INFO kablam! | Oct 27 20:20:27.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.691 INFO kablam! | Oct 27 20:20:27.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.691 INFO kablam! | Oct 27 20:20:27.691 INFO kablam! Oct 27 20:20:27.691 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.691 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.691 INFO kablam! | Oct 27 20:20:27.691 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.691 INFO kablam! ... Oct 27 20:20:27.691 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 27 20:20:27.691 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.691 INFO kablam! | Oct 27 20:20:27.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.691 INFO kablam! | Oct 27 20:20:27.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.691 INFO kablam! | Oct 27 20:20:27.691 INFO kablam! Oct 27 20:20:27.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.692 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.692 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.692 INFO kablam! ... Oct 27 20:20:27.692 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 27 20:20:27.692 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! Oct 27 20:20:27.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.692 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.692 INFO kablam! | ^^^^^ Oct 27 20:20:27.692 INFO kablam! ... Oct 27 20:20:27.692 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 27 20:20:27.692 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! Oct 27 20:20:27.692 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.692 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.692 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.692 INFO kablam! ... Oct 27 20:20:27.692 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 27 20:20:27.692 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! Oct 27 20:20:27.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.692 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.692 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.692 INFO kablam! ... Oct 27 20:20:27.692 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 27 20:20:27.692 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.692 INFO kablam! | Oct 27 20:20:27.693 INFO kablam! Oct 27 20:20:27.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.693 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.693 INFO kablam! | Oct 27 20:20:27.693 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.693 INFO kablam! | ^^^^^ Oct 27 20:20:27.693 INFO kablam! ... Oct 27 20:20:27.693 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 27 20:20:27.693 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.693 INFO kablam! | Oct 27 20:20:27.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.693 INFO kablam! | Oct 27 20:20:27.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.693 INFO kablam! | Oct 27 20:20:27.693 INFO kablam! Oct 27 20:20:27.703 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.703 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.703 INFO kablam! | Oct 27 20:20:27.703 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.703 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.703 INFO kablam! ... Oct 27 20:20:27.703 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 27 20:20:27.703 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.703 INFO kablam! | Oct 27 20:20:27.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.703 INFO kablam! | Oct 27 20:20:27.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.703 INFO kablam! | Oct 27 20:20:27.703 INFO kablam! Oct 27 20:20:27.703 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.703 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.703 INFO kablam! | Oct 27 20:20:27.703 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.703 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.703 INFO kablam! ... Oct 27 20:20:27.703 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 27 20:20:27.703 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.703 INFO kablam! | Oct 27 20:20:27.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.703 INFO kablam! | Oct 27 20:20:27.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.703 INFO kablam! | Oct 27 20:20:27.703 INFO kablam! Oct 27 20:20:27.703 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.703 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.703 INFO kablam! | Oct 27 20:20:27.703 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.703 INFO kablam! | ^^^^^ Oct 27 20:20:27.703 INFO kablam! ... Oct 27 20:20:27.703 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 27 20:20:27.703 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.703 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! Oct 27 20:20:27.704 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.704 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.704 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.704 INFO kablam! ... Oct 27 20:20:27.704 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 27 20:20:27.704 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! Oct 27 20:20:27.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.704 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.704 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.704 INFO kablam! ... Oct 27 20:20:27.704 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 27 20:20:27.704 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! Oct 27 20:20:27.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.704 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.704 INFO kablam! | ^^^^^ Oct 27 20:20:27.704 INFO kablam! ... Oct 27 20:20:27.704 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 27 20:20:27.704 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! Oct 27 20:20:27.704 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.704 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.704 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.704 INFO kablam! ... Oct 27 20:20:27.704 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 27 20:20:27.704 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! Oct 27 20:20:27.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.704 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.704 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.704 INFO kablam! ... Oct 27 20:20:27.704 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 27 20:20:27.704 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! Oct 27 20:20:27.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.704 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.704 INFO kablam! | Oct 27 20:20:27.704 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.705 INFO kablam! | ^^^^^ Oct 27 20:20:27.705 INFO kablam! ... Oct 27 20:20:27.705 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 27 20:20:27.705 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! Oct 27 20:20:27.705 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.705 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.705 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.705 INFO kablam! ... Oct 27 20:20:27.705 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 27 20:20:27.705 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! Oct 27 20:20:27.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.705 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.705 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.705 INFO kablam! ... Oct 27 20:20:27.705 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 27 20:20:27.705 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! Oct 27 20:20:27.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.705 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.705 INFO kablam! | ^^^^^ Oct 27 20:20:27.705 INFO kablam! ... Oct 27 20:20:27.705 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 27 20:20:27.705 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! Oct 27 20:20:27.705 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.705 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.705 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.705 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.705 INFO kablam! ... Oct 27 20:20:27.705 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 27 20:20:27.705 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.705 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! Oct 27 20:20:27.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.708 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.708 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.708 INFO kablam! ... Oct 27 20:20:27.708 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 27 20:20:27.708 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! Oct 27 20:20:27.708 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.708 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.708 INFO kablam! | ^^^^^ Oct 27 20:20:27.708 INFO kablam! ... Oct 27 20:20:27.708 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 27 20:20:27.708 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! Oct 27 20:20:27.708 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.708 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.708 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.708 INFO kablam! ... Oct 27 20:20:27.708 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 27 20:20:27.708 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! Oct 27 20:20:27.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.708 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.708 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.708 INFO kablam! ... Oct 27 20:20:27.708 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 27 20:20:27.708 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.708 INFO kablam! | Oct 27 20:20:27.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.709 INFO kablam! | Oct 27 20:20:27.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.709 INFO kablam! | Oct 27 20:20:27.715 INFO kablam! Oct 27 20:20:27.715 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.718 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.718 INFO kablam! | Oct 27 20:20:27.718 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.718 INFO kablam! | ^^^^^ Oct 27 20:20:27.719 INFO kablam! ... Oct 27 20:20:27.719 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 27 20:20:27.719 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! Oct 27 20:20:27.719 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.719 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.719 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.719 INFO kablam! ... Oct 27 20:20:27.719 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 27 20:20:27.719 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! Oct 27 20:20:27.719 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.719 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.719 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.719 INFO kablam! ... Oct 27 20:20:27.719 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 27 20:20:27.719 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! Oct 27 20:20:27.719 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.719 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.719 INFO kablam! | ^^^^^ Oct 27 20:20:27.719 INFO kablam! ... Oct 27 20:20:27.719 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 27 20:20:27.719 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! Oct 27 20:20:27.719 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.719 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.719 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.719 INFO kablam! ... Oct 27 20:20:27.719 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 27 20:20:27.719 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! Oct 27 20:20:27.719 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.719 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.719 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.719 INFO kablam! ... Oct 27 20:20:27.719 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 27 20:20:27.719 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.719 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! Oct 27 20:20:27.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.720 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.720 INFO kablam! | ^^^^^ Oct 27 20:20:27.720 INFO kablam! ... Oct 27 20:20:27.720 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 27 20:20:27.720 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! Oct 27 20:20:27.720 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.720 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.720 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.720 INFO kablam! ... Oct 27 20:20:27.720 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 27 20:20:27.720 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! Oct 27 20:20:27.720 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.720 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.720 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.720 INFO kablam! ... Oct 27 20:20:27.720 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 27 20:20:27.720 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! Oct 27 20:20:27.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.720 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.720 INFO kablam! | ^^^^^ Oct 27 20:20:27.720 INFO kablam! ... Oct 27 20:20:27.720 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 27 20:20:27.720 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.720 INFO kablam! | Oct 27 20:20:27.720 INFO kablam! Oct 27 20:20:27.727 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.727 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.727 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.727 INFO kablam! ... Oct 27 20:20:27.727 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 27 20:20:27.727 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! Oct 27 20:20:27.727 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.727 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.727 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.727 INFO kablam! ... Oct 27 20:20:27.727 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 27 20:20:27.727 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! Oct 27 20:20:27.727 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.727 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.727 INFO kablam! | ^^^^^ Oct 27 20:20:27.727 INFO kablam! ... Oct 27 20:20:27.727 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 27 20:20:27.727 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! Oct 27 20:20:27.727 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.727 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.727 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.727 INFO kablam! ... Oct 27 20:20:27.727 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 27 20:20:27.727 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! Oct 27 20:20:27.727 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.727 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.727 INFO kablam! | Oct 27 20:20:27.727 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.727 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.727 INFO kablam! ... Oct 27 20:20:27.727 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 27 20:20:27.727 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! Oct 27 20:20:27.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.728 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.728 INFO kablam! | ^^^^^ Oct 27 20:20:27.728 INFO kablam! ... Oct 27 20:20:27.728 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 27 20:20:27.728 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! Oct 27 20:20:27.728 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.728 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.728 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.728 INFO kablam! ... Oct 27 20:20:27.728 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 27 20:20:27.728 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! Oct 27 20:20:27.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.728 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.728 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.728 INFO kablam! ... Oct 27 20:20:27.728 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 27 20:20:27.728 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! Oct 27 20:20:27.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.728 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.728 INFO kablam! | ^^^^^ Oct 27 20:20:27.728 INFO kablam! ... Oct 27 20:20:27.728 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 27 20:20:27.728 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.728 INFO kablam! | Oct 27 20:20:27.728 INFO kablam! Oct 27 20:20:27.736 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.737 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.737 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.737 INFO kablam! ... Oct 27 20:20:27.737 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 27 20:20:27.737 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! Oct 27 20:20:27.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.737 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.737 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.737 INFO kablam! ... Oct 27 20:20:27.737 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 27 20:20:27.737 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! Oct 27 20:20:27.737 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.737 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.737 INFO kablam! | ^^^^^ Oct 27 20:20:27.737 INFO kablam! ... Oct 27 20:20:27.737 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 27 20:20:27.737 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! Oct 27 20:20:27.737 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.737 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.737 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.737 INFO kablam! ... Oct 27 20:20:27.737 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 27 20:20:27.737 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! Oct 27 20:20:27.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.737 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.737 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.737 INFO kablam! ... Oct 27 20:20:27.737 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 27 20:20:27.737 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! Oct 27 20:20:27.737 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.737 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.737 INFO kablam! | ^^^^^ Oct 27 20:20:27.737 INFO kablam! ... Oct 27 20:20:27.737 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 27 20:20:27.737 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.737 INFO kablam! | Oct 27 20:20:27.737 INFO kablam! Oct 27 20:20:27.737 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.738 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.738 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.738 INFO kablam! ... Oct 27 20:20:27.738 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 27 20:20:27.738 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! Oct 27 20:20:27.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.738 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.738 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.738 INFO kablam! ... Oct 27 20:20:27.738 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 27 20:20:27.738 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! Oct 27 20:20:27.738 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.738 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.738 INFO kablam! | ^^^^^ Oct 27 20:20:27.738 INFO kablam! ... Oct 27 20:20:27.738 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 27 20:20:27.738 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.738 INFO kablam! | Oct 27 20:20:27.738 INFO kablam! Oct 27 20:20:27.750 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.750 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.751 INFO kablam! ... Oct 27 20:20:27.751 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 27 20:20:27.751 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! Oct 27 20:20:27.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.751 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.751 INFO kablam! ... Oct 27 20:20:27.751 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 27 20:20:27.751 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! Oct 27 20:20:27.751 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.751 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.751 INFO kablam! | ^^^^^ Oct 27 20:20:27.751 INFO kablam! ... Oct 27 20:20:27.751 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 27 20:20:27.751 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! Oct 27 20:20:27.751 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.751 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.751 INFO kablam! ... Oct 27 20:20:27.751 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 27 20:20:27.751 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! Oct 27 20:20:27.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.751 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.751 INFO kablam! ... Oct 27 20:20:27.751 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 27 20:20:27.751 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! Oct 27 20:20:27.751 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.751 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.751 INFO kablam! | ^^^^^ Oct 27 20:20:27.751 INFO kablam! ... Oct 27 20:20:27.751 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 27 20:20:27.751 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! Oct 27 20:20:27.751 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.751 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.751 INFO kablam! ... Oct 27 20:20:27.751 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 27 20:20:27.751 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! Oct 27 20:20:27.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.751 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.751 INFO kablam! ... Oct 27 20:20:27.751 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 27 20:20:27.751 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.751 INFO kablam! | Oct 27 20:20:27.751 INFO kablam! Oct 27 20:20:27.751 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.752 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.752 INFO kablam! | ^^^^^ Oct 27 20:20:27.752 INFO kablam! ... Oct 27 20:20:27.752 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 27 20:20:27.752 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! Oct 27 20:20:27.752 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.752 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.752 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.752 INFO kablam! ... Oct 27 20:20:27.752 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 27 20:20:27.752 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! Oct 27 20:20:27.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.752 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.752 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.752 INFO kablam! ... Oct 27 20:20:27.752 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 27 20:20:27.752 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! Oct 27 20:20:27.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.752 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.752 INFO kablam! | ^^^^^ Oct 27 20:20:27.752 INFO kablam! ... Oct 27 20:20:27.752 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 27 20:20:27.752 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! Oct 27 20:20:27.752 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.752 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.752 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.752 INFO kablam! ... Oct 27 20:20:27.752 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 27 20:20:27.752 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! Oct 27 20:20:27.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.752 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.752 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.752 INFO kablam! ... Oct 27 20:20:27.752 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 27 20:20:27.752 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! Oct 27 20:20:27.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.752 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.752 INFO kablam! | ^^^^^ Oct 27 20:20:27.752 INFO kablam! ... Oct 27 20:20:27.752 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 27 20:20:27.752 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! Oct 27 20:20:27.752 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.752 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.752 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.752 INFO kablam! ... Oct 27 20:20:27.752 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 27 20:20:27.752 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.752 INFO kablam! | Oct 27 20:20:27.752 INFO kablam! Oct 27 20:20:27.758 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.759 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.759 INFO kablam! ... Oct 27 20:20:27.759 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 27 20:20:27.759 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! Oct 27 20:20:27.759 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.759 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.759 INFO kablam! | ^^^^^ Oct 27 20:20:27.759 INFO kablam! ... Oct 27 20:20:27.759 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 27 20:20:27.759 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! Oct 27 20:20:27.759 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.759 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.759 INFO kablam! ... Oct 27 20:20:27.759 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 27 20:20:27.759 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! Oct 27 20:20:27.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.759 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.759 INFO kablam! ... Oct 27 20:20:27.759 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 27 20:20:27.759 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! Oct 27 20:20:27.759 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.759 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.759 INFO kablam! | ^^^^^ Oct 27 20:20:27.759 INFO kablam! ... Oct 27 20:20:27.759 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 27 20:20:27.759 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! Oct 27 20:20:27.759 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.759 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.759 INFO kablam! ... Oct 27 20:20:27.759 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 27 20:20:27.759 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! Oct 27 20:20:27.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.759 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.759 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.759 INFO kablam! ... Oct 27 20:20:27.759 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 27 20:20:27.759 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.759 INFO kablam! Oct 27 20:20:27.759 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.759 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.759 INFO kablam! | Oct 27 20:20:27.760 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.760 INFO kablam! | ^^^^^ Oct 27 20:20:27.760 INFO kablam! ... Oct 27 20:20:27.760 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 27 20:20:27.760 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.760 INFO kablam! | Oct 27 20:20:27.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.760 INFO kablam! | Oct 27 20:20:27.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.760 INFO kablam! | Oct 27 20:20:27.760 INFO kablam! Oct 27 20:20:27.770 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.771 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.771 INFO kablam! | Oct 27 20:20:27.771 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.771 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.771 INFO kablam! ... Oct 27 20:20:27.771 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 27 20:20:27.771 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.771 INFO kablam! | Oct 27 20:20:27.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.771 INFO kablam! | Oct 27 20:20:27.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.771 INFO kablam! | Oct 27 20:20:27.771 INFO kablam! Oct 27 20:20:27.771 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.771 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.771 INFO kablam! | Oct 27 20:20:27.771 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.771 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.771 INFO kablam! ... Oct 27 20:20:27.771 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 27 20:20:27.771 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.771 INFO kablam! | Oct 27 20:20:27.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.771 INFO kablam! | Oct 27 20:20:27.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.771 INFO kablam! | Oct 27 20:20:27.771 INFO kablam! Oct 27 20:20:27.771 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.771 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.771 INFO kablam! | Oct 27 20:20:27.771 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.774 INFO kablam! | ^^^^^ Oct 27 20:20:27.774 INFO kablam! ... Oct 27 20:20:27.774 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 27 20:20:27.775 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! Oct 27 20:20:27.775 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.775 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.775 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.775 INFO kablam! ... Oct 27 20:20:27.775 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 27 20:20:27.775 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! Oct 27 20:20:27.775 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.775 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.775 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.775 INFO kablam! ... Oct 27 20:20:27.775 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 27 20:20:27.775 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! Oct 27 20:20:27.775 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.775 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.775 INFO kablam! | ^^^^^ Oct 27 20:20:27.775 INFO kablam! ... Oct 27 20:20:27.775 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 27 20:20:27.775 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! Oct 27 20:20:27.775 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.775 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.775 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.775 INFO kablam! ... Oct 27 20:20:27.775 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 27 20:20:27.775 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.775 INFO kablam! Oct 27 20:20:27.775 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.775 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.775 INFO kablam! | Oct 27 20:20:27.776 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.776 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.776 INFO kablam! ... Oct 27 20:20:27.776 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 27 20:20:27.776 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.776 INFO kablam! | Oct 27 20:20:27.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.776 INFO kablam! | Oct 27 20:20:27.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.776 INFO kablam! | Oct 27 20:20:27.776 INFO kablam! Oct 27 20:20:27.776 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.776 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.776 INFO kablam! | Oct 27 20:20:27.776 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.776 INFO kablam! | ^^^^^ Oct 27 20:20:27.776 INFO kablam! ... Oct 27 20:20:27.776 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 27 20:20:27.776 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.776 INFO kablam! | Oct 27 20:20:27.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.776 INFO kablam! | Oct 27 20:20:27.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.776 INFO kablam! | Oct 27 20:20:27.776 INFO kablam! Oct 27 20:20:27.777 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.777 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.777 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.777 INFO kablam! ... Oct 27 20:20:27.777 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 27 20:20:27.777 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! Oct 27 20:20:27.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.777 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.777 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.777 INFO kablam! ... Oct 27 20:20:27.777 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 27 20:20:27.777 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! Oct 27 20:20:27.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.777 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.777 INFO kablam! | ^^^^^ Oct 27 20:20:27.777 INFO kablam! ... Oct 27 20:20:27.777 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 27 20:20:27.777 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! Oct 27 20:20:27.777 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.777 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.777 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.777 INFO kablam! ... Oct 27 20:20:27.777 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 27 20:20:27.777 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! Oct 27 20:20:27.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.777 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.777 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.777 INFO kablam! ... Oct 27 20:20:27.777 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 27 20:20:27.777 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! Oct 27 20:20:27.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.777 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.777 INFO kablam! | Oct 27 20:20:27.777 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.777 INFO kablam! | ^^^^^ Oct 27 20:20:27.777 INFO kablam! ... Oct 27 20:20:27.777 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 27 20:20:27.778 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! Oct 27 20:20:27.778 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.778 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.778 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.778 INFO kablam! ... Oct 27 20:20:27.778 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 27 20:20:27.778 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! Oct 27 20:20:27.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.778 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.778 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.778 INFO kablam! ... Oct 27 20:20:27.778 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 27 20:20:27.778 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.778 INFO kablam! | Oct 27 20:20:27.778 INFO kablam! Oct 27 20:20:27.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.779 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.779 INFO kablam! | Oct 27 20:20:27.779 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.779 INFO kablam! | ^^^^^ Oct 27 20:20:27.779 INFO kablam! ... Oct 27 20:20:27.779 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 27 20:20:27.779 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.779 INFO kablam! | Oct 27 20:20:27.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.779 INFO kablam! | Oct 27 20:20:27.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.779 INFO kablam! | Oct 27 20:20:27.779 INFO kablam! Oct 27 20:20:27.780 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.780 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.780 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.780 INFO kablam! ... Oct 27 20:20:27.780 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 27 20:20:27.780 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! Oct 27 20:20:27.780 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.780 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.780 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.780 INFO kablam! ... Oct 27 20:20:27.780 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 27 20:20:27.780 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! Oct 27 20:20:27.780 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.780 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.780 INFO kablam! | ^^^^^ Oct 27 20:20:27.780 INFO kablam! ... Oct 27 20:20:27.780 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 27 20:20:27.780 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.780 INFO kablam! | Oct 27 20:20:27.780 INFO kablam! Oct 27 20:20:27.787 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.787 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.787 INFO kablam! ... Oct 27 20:20:27.787 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 27 20:20:27.787 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! Oct 27 20:20:27.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.787 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.787 INFO kablam! ... Oct 27 20:20:27.787 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 27 20:20:27.787 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! Oct 27 20:20:27.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.787 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.787 INFO kablam! | ^^^^^ Oct 27 20:20:27.787 INFO kablam! ... Oct 27 20:20:27.787 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 27 20:20:27.787 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! Oct 27 20:20:27.787 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.787 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.787 INFO kablam! ... Oct 27 20:20:27.787 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 27 20:20:27.787 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! Oct 27 20:20:27.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.787 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.787 INFO kablam! ... Oct 27 20:20:27.787 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 27 20:20:27.787 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.787 INFO kablam! | Oct 27 20:20:27.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! Oct 27 20:20:27.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.788 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.788 INFO kablam! | ^^^^^ Oct 27 20:20:27.788 INFO kablam! ... Oct 27 20:20:27.788 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 27 20:20:27.788 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! Oct 27 20:20:27.788 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.788 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.788 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.788 INFO kablam! ... Oct 27 20:20:27.788 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 27 20:20:27.788 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! Oct 27 20:20:27.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.788 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.788 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.788 INFO kablam! ... Oct 27 20:20:27.788 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 27 20:20:27.788 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.788 INFO kablam! | Oct 27 20:20:27.788 INFO kablam! Oct 27 20:20:27.791 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.791 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.791 INFO kablam! | Oct 27 20:20:27.791 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.791 INFO kablam! | ^^^^^ Oct 27 20:20:27.791 INFO kablam! ... Oct 27 20:20:27.791 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 27 20:20:27.791 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.791 INFO kablam! | Oct 27 20:20:27.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.791 INFO kablam! | Oct 27 20:20:27.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.791 INFO kablam! | Oct 27 20:20:27.791 INFO kablam! Oct 27 20:20:27.791 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.791 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.791 INFO kablam! | Oct 27 20:20:27.791 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.791 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.791 INFO kablam! ... Oct 27 20:20:27.791 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 27 20:20:27.791 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.791 INFO kablam! | Oct 27 20:20:27.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.791 INFO kablam! | Oct 27 20:20:27.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.791 INFO kablam! | Oct 27 20:20:27.791 INFO kablam! Oct 27 20:20:27.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.791 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.791 INFO kablam! | Oct 27 20:20:27.791 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.791 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.792 INFO kablam! ... Oct 27 20:20:27.792 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 27 20:20:27.792 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.792 INFO kablam! | Oct 27 20:20:27.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.792 INFO kablam! | Oct 27 20:20:27.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.792 INFO kablam! | Oct 27 20:20:27.792 INFO kablam! Oct 27 20:20:27.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.792 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.792 INFO kablam! | Oct 27 20:20:27.792 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.792 INFO kablam! | ^^^^^ Oct 27 20:20:27.792 INFO kablam! ... Oct 27 20:20:27.792 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 27 20:20:27.792 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.792 INFO kablam! | Oct 27 20:20:27.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.792 INFO kablam! | Oct 27 20:20:27.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.792 INFO kablam! | Oct 27 20:20:27.792 INFO kablam! Oct 27 20:20:27.795 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.795 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.795 INFO kablam! ... Oct 27 20:20:27.795 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 27 20:20:27.795 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! Oct 27 20:20:27.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.795 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.795 INFO kablam! ... Oct 27 20:20:27.795 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 27 20:20:27.795 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! Oct 27 20:20:27.795 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.795 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.795 INFO kablam! | ^^^^^ Oct 27 20:20:27.795 INFO kablam! ... Oct 27 20:20:27.795 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 27 20:20:27.795 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! Oct 27 20:20:27.795 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.795 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.795 INFO kablam! ... Oct 27 20:20:27.795 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 27 20:20:27.795 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.795 INFO kablam! | Oct 27 20:20:27.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! Oct 27 20:20:27.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.799 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.799 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.799 INFO kablam! ... Oct 27 20:20:27.799 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 27 20:20:27.799 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! Oct 27 20:20:27.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.799 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.799 INFO kablam! | ^^^^^ Oct 27 20:20:27.799 INFO kablam! ... Oct 27 20:20:27.799 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 27 20:20:27.799 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! Oct 27 20:20:27.799 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.799 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.799 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.799 INFO kablam! ... Oct 27 20:20:27.799 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 27 20:20:27.799 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! Oct 27 20:20:27.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.799 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.799 INFO kablam! | Oct 27 20:20:27.799 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.800 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.800 INFO kablam! ... Oct 27 20:20:27.800 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 27 20:20:27.800 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.800 INFO kablam! | Oct 27 20:20:27.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.800 INFO kablam! | Oct 27 20:20:27.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.800 INFO kablam! | Oct 27 20:20:27.800 INFO kablam! Oct 27 20:20:27.804 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.804 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.804 INFO kablam! | ^^^^^ Oct 27 20:20:27.804 INFO kablam! ... Oct 27 20:20:27.804 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 27 20:20:27.804 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! Oct 27 20:20:27.804 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.804 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.804 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.804 INFO kablam! ... Oct 27 20:20:27.804 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 27 20:20:27.804 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! Oct 27 20:20:27.804 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.804 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.804 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.804 INFO kablam! ... Oct 27 20:20:27.804 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 27 20:20:27.804 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.804 INFO kablam! | Oct 27 20:20:27.804 INFO kablam! Oct 27 20:20:27.807 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.807 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.807 INFO kablam! | ^^^^^ Oct 27 20:20:27.807 INFO kablam! ... Oct 27 20:20:27.807 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 27 20:20:27.807 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! Oct 27 20:20:27.807 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.807 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.807 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.807 INFO kablam! ... Oct 27 20:20:27.807 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 27 20:20:27.807 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! Oct 27 20:20:27.807 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.807 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.807 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.807 INFO kablam! ... Oct 27 20:20:27.807 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 27 20:20:27.807 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.807 INFO kablam! | Oct 27 20:20:27.807 INFO kablam! Oct 27 20:20:27.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.808 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.808 INFO kablam! | Oct 27 20:20:27.808 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.808 INFO kablam! | ^^^^^ Oct 27 20:20:27.808 INFO kablam! ... Oct 27 20:20:27.808 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 27 20:20:27.808 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.808 INFO kablam! | Oct 27 20:20:27.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.808 INFO kablam! | Oct 27 20:20:27.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.808 INFO kablam! | Oct 27 20:20:27.808 INFO kablam! Oct 27 20:20:27.809 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.809 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.809 INFO kablam! | Oct 27 20:20:27.809 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.809 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.809 INFO kablam! ... Oct 27 20:20:27.809 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 27 20:20:27.809 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.809 INFO kablam! | Oct 27 20:20:27.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.809 INFO kablam! | Oct 27 20:20:27.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.809 INFO kablam! | Oct 27 20:20:27.809 INFO kablam! Oct 27 20:20:27.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.811 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.811 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.811 INFO kablam! ... Oct 27 20:20:27.811 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 27 20:20:27.811 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! Oct 27 20:20:27.811 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.811 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.811 INFO kablam! | ^^^^^ Oct 27 20:20:27.811 INFO kablam! ... Oct 27 20:20:27.811 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 27 20:20:27.811 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! Oct 27 20:20:27.811 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.811 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.811 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.811 INFO kablam! ... Oct 27 20:20:27.811 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 27 20:20:27.811 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! Oct 27 20:20:27.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.811 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.811 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.811 INFO kablam! ... Oct 27 20:20:27.811 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 27 20:20:27.811 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.811 INFO kablam! | Oct 27 20:20:27.811 INFO kablam! Oct 27 20:20:27.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.815 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.815 INFO kablam! | ^^^^^ Oct 27 20:20:27.815 INFO kablam! ... Oct 27 20:20:27.815 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 27 20:20:27.815 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! Oct 27 20:20:27.815 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.815 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.815 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.815 INFO kablam! ... Oct 27 20:20:27.815 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 27 20:20:27.815 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! Oct 27 20:20:27.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.815 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.815 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.815 INFO kablam! ... Oct 27 20:20:27.815 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 27 20:20:27.815 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.815 INFO kablam! | Oct 27 20:20:27.815 INFO kablam! Oct 27 20:20:27.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.816 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.816 INFO kablam! | Oct 27 20:20:27.816 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.816 INFO kablam! | ^^^^^ Oct 27 20:20:27.816 INFO kablam! ... Oct 27 20:20:27.816 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 27 20:20:27.816 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.816 INFO kablam! | Oct 27 20:20:27.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.816 INFO kablam! | Oct 27 20:20:27.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.816 INFO kablam! | Oct 27 20:20:27.816 INFO kablam! Oct 27 20:20:27.816 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.816 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.816 INFO kablam! | Oct 27 20:20:27.817 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.817 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.817 INFO kablam! ... Oct 27 20:20:27.817 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 27 20:20:27.817 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.817 INFO kablam! | Oct 27 20:20:27.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.817 INFO kablam! | Oct 27 20:20:27.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.817 INFO kablam! | Oct 27 20:20:27.817 INFO kablam! Oct 27 20:20:27.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.817 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.817 INFO kablam! | Oct 27 20:20:27.817 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.817 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.817 INFO kablam! ... Oct 27 20:20:27.817 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 27 20:20:27.817 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.817 INFO kablam! | Oct 27 20:20:27.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.817 INFO kablam! | Oct 27 20:20:27.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.817 INFO kablam! | Oct 27 20:20:27.817 INFO kablam! Oct 27 20:20:27.818 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.818 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.818 INFO kablam! | Oct 27 20:20:27.818 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.818 INFO kablam! | ^^^^^ Oct 27 20:20:27.818 INFO kablam! ... Oct 27 20:20:27.818 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 27 20:20:27.818 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.818 INFO kablam! | Oct 27 20:20:27.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.818 INFO kablam! | Oct 27 20:20:27.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.818 INFO kablam! | Oct 27 20:20:27.818 INFO kablam! Oct 27 20:20:27.818 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.819 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.819 INFO kablam! | Oct 27 20:20:27.819 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.819 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.819 INFO kablam! ... Oct 27 20:20:27.819 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 27 20:20:27.819 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.819 INFO kablam! | Oct 27 20:20:27.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.819 INFO kablam! | Oct 27 20:20:27.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.819 INFO kablam! | Oct 27 20:20:27.819 INFO kablam! Oct 27 20:20:27.823 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.823 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.823 INFO kablam! | Oct 27 20:20:27.823 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.823 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.823 INFO kablam! ... Oct 27 20:20:27.823 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 27 20:20:27.824 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.824 INFO kablam! | Oct 27 20:20:27.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.824 INFO kablam! | Oct 27 20:20:27.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.824 INFO kablam! | Oct 27 20:20:27.824 INFO kablam! Oct 27 20:20:27.824 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.824 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.824 INFO kablam! | Oct 27 20:20:27.824 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.824 INFO kablam! | ^^^^^ Oct 27 20:20:27.824 INFO kablam! ... Oct 27 20:20:27.824 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 27 20:20:27.824 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.824 INFO kablam! | Oct 27 20:20:27.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.824 INFO kablam! | Oct 27 20:20:27.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.824 INFO kablam! | Oct 27 20:20:27.824 INFO kablam! Oct 27 20:20:27.824 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.824 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.825 INFO kablam! | Oct 27 20:20:27.825 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.825 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.825 INFO kablam! ... Oct 27 20:20:27.825 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 27 20:20:27.825 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.825 INFO kablam! | Oct 27 20:20:27.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.825 INFO kablam! | Oct 27 20:20:27.825 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.825 INFO kablam! | Oct 27 20:20:27.825 INFO kablam! Oct 27 20:20:27.825 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.825 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.825 INFO kablam! | Oct 27 20:20:27.825 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.825 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.825 INFO kablam! ... Oct 27 20:20:27.825 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 27 20:20:27.825 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.825 INFO kablam! | Oct 27 20:20:27.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! Oct 27 20:20:27.826 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.826 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.826 INFO kablam! | ^^^^^ Oct 27 20:20:27.826 INFO kablam! ... Oct 27 20:20:27.826 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 27 20:20:27.826 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! Oct 27 20:20:27.826 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.826 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.826 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.826 INFO kablam! ... Oct 27 20:20:27.826 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 27 20:20:27.826 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! Oct 27 20:20:27.826 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.826 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.826 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.826 INFO kablam! ... Oct 27 20:20:27.826 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 27 20:20:27.826 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.826 INFO kablam! Oct 27 20:20:27.826 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.826 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.826 INFO kablam! | Oct 27 20:20:27.827 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.827 INFO kablam! | ^^^^^ Oct 27 20:20:27.827 INFO kablam! ... Oct 27 20:20:27.827 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 27 20:20:27.827 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.827 INFO kablam! | Oct 27 20:20:27.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.827 INFO kablam! | Oct 27 20:20:27.827 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.827 INFO kablam! | Oct 27 20:20:27.827 INFO kablam! Oct 27 20:20:27.830 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.830 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.830 INFO kablam! | Oct 27 20:20:27.830 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.830 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.830 INFO kablam! ... Oct 27 20:20:27.830 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 27 20:20:27.830 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.830 INFO kablam! | Oct 27 20:20:27.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.830 INFO kablam! | Oct 27 20:20:27.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.831 INFO kablam! | Oct 27 20:20:27.831 INFO kablam! Oct 27 20:20:27.831 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.831 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.831 INFO kablam! | Oct 27 20:20:27.831 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.831 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.831 INFO kablam! ... Oct 27 20:20:27.831 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 27 20:20:27.831 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.831 INFO kablam! | Oct 27 20:20:27.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.831 INFO kablam! | Oct 27 20:20:27.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.831 INFO kablam! | Oct 27 20:20:27.831 INFO kablam! Oct 27 20:20:27.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.832 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.832 INFO kablam! | Oct 27 20:20:27.832 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.832 INFO kablam! | ^^^^^ Oct 27 20:20:27.832 INFO kablam! ... Oct 27 20:20:27.832 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 27 20:20:27.832 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.832 INFO kablam! | Oct 27 20:20:27.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.832 INFO kablam! | Oct 27 20:20:27.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.832 INFO kablam! | Oct 27 20:20:27.832 INFO kablam! Oct 27 20:20:27.833 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.833 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.833 INFO kablam! | Oct 27 20:20:27.833 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.833 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.833 INFO kablam! ... Oct 27 20:20:27.833 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 27 20:20:27.833 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.833 INFO kablam! | Oct 27 20:20:27.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.833 INFO kablam! | Oct 27 20:20:27.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.833 INFO kablam! | Oct 27 20:20:27.833 INFO kablam! Oct 27 20:20:27.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.834 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.834 INFO kablam! | Oct 27 20:20:27.834 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.834 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.834 INFO kablam! ... Oct 27 20:20:27.834 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 27 20:20:27.834 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.834 INFO kablam! | Oct 27 20:20:27.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.834 INFO kablam! | Oct 27 20:20:27.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.834 INFO kablam! | Oct 27 20:20:27.834 INFO kablam! Oct 27 20:20:27.836 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.836 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.836 INFO kablam! | Oct 27 20:20:27.836 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.836 INFO kablam! | ^^^^^ Oct 27 20:20:27.836 INFO kablam! ... Oct 27 20:20:27.836 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 27 20:20:27.836 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.836 INFO kablam! | Oct 27 20:20:27.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.836 INFO kablam! | Oct 27 20:20:27.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.836 INFO kablam! | Oct 27 20:20:27.836 INFO kablam! Oct 27 20:20:27.839 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.839 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.839 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.839 INFO kablam! ... Oct 27 20:20:27.839 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 27 20:20:27.839 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! Oct 27 20:20:27.839 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.839 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.839 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.839 INFO kablam! ... Oct 27 20:20:27.839 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 27 20:20:27.839 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! Oct 27 20:20:27.839 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.839 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.839 INFO kablam! | ^^^^^ Oct 27 20:20:27.839 INFO kablam! ... Oct 27 20:20:27.839 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 27 20:20:27.839 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.839 INFO kablam! | Oct 27 20:20:27.839 INFO kablam! Oct 27 20:20:27.843 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.843 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.843 INFO kablam! ... Oct 27 20:20:27.843 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 27 20:20:27.843 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! Oct 27 20:20:27.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.843 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.843 INFO kablam! ... Oct 27 20:20:27.843 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 27 20:20:27.843 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! Oct 27 20:20:27.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.843 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.843 INFO kablam! | ^^^^^ Oct 27 20:20:27.843 INFO kablam! ... Oct 27 20:20:27.843 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 27 20:20:27.843 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! Oct 27 20:20:27.843 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.843 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.843 INFO kablam! | Oct 27 20:20:27.843 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.843 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.843 INFO kablam! ... Oct 27 20:20:27.844 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 27 20:20:27.844 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.844 INFO kablam! | Oct 27 20:20:27.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.844 INFO kablam! | Oct 27 20:20:27.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.844 INFO kablam! | Oct 27 20:20:27.844 INFO kablam! Oct 27 20:20:27.847 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.847 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.847 INFO kablam! | Oct 27 20:20:27.847 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.847 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.847 INFO kablam! ... Oct 27 20:20:27.847 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 27 20:20:27.847 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.847 INFO kablam! | Oct 27 20:20:27.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.847 INFO kablam! | Oct 27 20:20:27.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.847 INFO kablam! | Oct 27 20:20:27.847 INFO kablam! Oct 27 20:20:27.847 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.847 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.847 INFO kablam! | Oct 27 20:20:27.847 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.847 INFO kablam! | ^^^^^ Oct 27 20:20:27.847 INFO kablam! ... Oct 27 20:20:27.847 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 27 20:20:27.847 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.847 INFO kablam! | Oct 27 20:20:27.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.847 INFO kablam! | Oct 27 20:20:27.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! Oct 27 20:20:27.848 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.848 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.848 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.848 INFO kablam! ... Oct 27 20:20:27.848 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 27 20:20:27.848 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! Oct 27 20:20:27.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.848 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.848 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.848 INFO kablam! ... Oct 27 20:20:27.848 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 27 20:20:27.848 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! Oct 27 20:20:27.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.848 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.848 INFO kablam! | ^^^^^ Oct 27 20:20:27.848 INFO kablam! ... Oct 27 20:20:27.848 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 27 20:20:27.848 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! Oct 27 20:20:27.848 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.848 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.848 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.848 INFO kablam! ... Oct 27 20:20:27.848 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 27 20:20:27.848 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.848 INFO kablam! | Oct 27 20:20:27.848 INFO kablam! Oct 27 20:20:27.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.849 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.849 INFO kablam! | Oct 27 20:20:27.849 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.849 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.849 INFO kablam! ... Oct 27 20:20:27.850 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 27 20:20:27.850 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.850 INFO kablam! | Oct 27 20:20:27.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.850 INFO kablam! | Oct 27 20:20:27.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.850 INFO kablam! | Oct 27 20:20:27.850 INFO kablam! Oct 27 20:20:27.850 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.850 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.850 INFO kablam! | Oct 27 20:20:27.850 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.850 INFO kablam! | ^^^^^ Oct 27 20:20:27.850 INFO kablam! ... Oct 27 20:20:27.850 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 27 20:20:27.850 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.850 INFO kablam! | Oct 27 20:20:27.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.850 INFO kablam! | Oct 27 20:20:27.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.850 INFO kablam! | Oct 27 20:20:27.850 INFO kablam! Oct 27 20:20:27.851 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.851 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.851 INFO kablam! | Oct 27 20:20:27.851 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.851 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.851 INFO kablam! ... Oct 27 20:20:27.851 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 27 20:20:27.851 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.851 INFO kablam! | Oct 27 20:20:27.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.851 INFO kablam! | Oct 27 20:20:27.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.851 INFO kablam! | Oct 27 20:20:27.851 INFO kablam! Oct 27 20:20:27.855 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.855 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.855 INFO kablam! | Oct 27 20:20:27.855 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.855 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.855 INFO kablam! ... Oct 27 20:20:27.855 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 27 20:20:27.855 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.855 INFO kablam! | Oct 27 20:20:27.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.855 INFO kablam! | Oct 27 20:20:27.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.855 INFO kablam! | Oct 27 20:20:27.855 INFO kablam! Oct 27 20:20:27.855 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.855 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.855 INFO kablam! | Oct 27 20:20:27.855 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.855 INFO kablam! | ^^^^^ Oct 27 20:20:27.855 INFO kablam! ... Oct 27 20:20:27.855 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 27 20:20:27.855 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.855 INFO kablam! | Oct 27 20:20:27.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.855 INFO kablam! | Oct 27 20:20:27.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.856 INFO kablam! | Oct 27 20:20:27.856 INFO kablam! Oct 27 20:20:27.856 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.856 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.856 INFO kablam! | Oct 27 20:20:27.856 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.856 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.856 INFO kablam! ... Oct 27 20:20:27.856 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 27 20:20:27.856 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.856 INFO kablam! | Oct 27 20:20:27.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.856 INFO kablam! | Oct 27 20:20:27.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.856 INFO kablam! | Oct 27 20:20:27.856 INFO kablam! Oct 27 20:20:27.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.856 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.856 INFO kablam! | Oct 27 20:20:27.856 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.856 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.856 INFO kablam! ... Oct 27 20:20:27.856 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 27 20:20:27.856 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.856 INFO kablam! | Oct 27 20:20:27.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.856 INFO kablam! | Oct 27 20:20:27.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.856 INFO kablam! | Oct 27 20:20:27.856 INFO kablam! Oct 27 20:20:27.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.857 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.857 INFO kablam! | Oct 27 20:20:27.857 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.857 INFO kablam! | ^^^^^ Oct 27 20:20:27.857 INFO kablam! ... Oct 27 20:20:27.857 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 27 20:20:27.857 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.857 INFO kablam! | Oct 27 20:20:27.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.857 INFO kablam! | Oct 27 20:20:27.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.857 INFO kablam! | Oct 27 20:20:27.857 INFO kablam! Oct 27 20:20:27.857 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.857 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.857 INFO kablam! | Oct 27 20:20:27.857 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.857 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.857 INFO kablam! ... Oct 27 20:20:27.857 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 27 20:20:27.857 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.857 INFO kablam! | Oct 27 20:20:27.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.857 INFO kablam! | Oct 27 20:20:27.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.857 INFO kablam! | Oct 27 20:20:27.857 INFO kablam! Oct 27 20:20:27.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.858 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.858 INFO kablam! | Oct 27 20:20:27.858 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.858 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.858 INFO kablam! ... Oct 27 20:20:27.858 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 27 20:20:27.858 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.858 INFO kablam! | Oct 27 20:20:27.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.858 INFO kablam! | Oct 27 20:20:27.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.858 INFO kablam! | Oct 27 20:20:27.858 INFO kablam! Oct 27 20:20:27.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.860 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.860 INFO kablam! | Oct 27 20:20:27.860 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.860 INFO kablam! | ^^^^^ Oct 27 20:20:27.860 INFO kablam! ... Oct 27 20:20:27.860 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 27 20:20:27.860 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.860 INFO kablam! | Oct 27 20:20:27.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.860 INFO kablam! | Oct 27 20:20:27.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.860 INFO kablam! | Oct 27 20:20:27.860 INFO kablam! Oct 27 20:20:27.860 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.860 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.860 INFO kablam! | Oct 27 20:20:27.860 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.860 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.860 INFO kablam! ... Oct 27 20:20:27.860 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 27 20:20:27.860 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.860 INFO kablam! | Oct 27 20:20:27.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.860 INFO kablam! | Oct 27 20:20:27.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.860 INFO kablam! | Oct 27 20:20:27.860 INFO kablam! Oct 27 20:20:27.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.861 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.861 INFO kablam! | Oct 27 20:20:27.861 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.861 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.861 INFO kablam! ... Oct 27 20:20:27.861 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 27 20:20:27.861 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.861 INFO kablam! | Oct 27 20:20:27.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.861 INFO kablam! | Oct 27 20:20:27.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.861 INFO kablam! | Oct 27 20:20:27.861 INFO kablam! Oct 27 20:20:27.862 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.862 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.862 INFO kablam! | Oct 27 20:20:27.862 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.862 INFO kablam! | ^^^^^ Oct 27 20:20:27.862 INFO kablam! ... Oct 27 20:20:27.862 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 27 20:20:27.862 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.862 INFO kablam! | Oct 27 20:20:27.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.863 INFO kablam! | Oct 27 20:20:27.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.863 INFO kablam! | Oct 27 20:20:27.863 INFO kablam! Oct 27 20:20:27.867 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.868 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.868 INFO kablam! | Oct 27 20:20:27.868 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.868 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.868 INFO kablam! ... Oct 27 20:20:27.868 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 27 20:20:27.868 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.868 INFO kablam! | Oct 27 20:20:27.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.868 INFO kablam! | Oct 27 20:20:27.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.868 INFO kablam! | Oct 27 20:20:27.868 INFO kablam! Oct 27 20:20:27.868 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.868 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.868 INFO kablam! | Oct 27 20:20:27.868 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.868 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.868 INFO kablam! ... Oct 27 20:20:27.868 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 27 20:20:27.868 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.868 INFO kablam! | Oct 27 20:20:27.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.868 INFO kablam! | Oct 27 20:20:27.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.868 INFO kablam! | Oct 27 20:20:27.868 INFO kablam! Oct 27 20:20:27.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.868 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.868 INFO kablam! | Oct 27 20:20:27.868 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.868 INFO kablam! | ^^^^^ Oct 27 20:20:27.868 INFO kablam! ... Oct 27 20:20:27.868 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 27 20:20:27.868 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.868 INFO kablam! | Oct 27 20:20:27.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.869 INFO kablam! | Oct 27 20:20:27.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.869 INFO kablam! | Oct 27 20:20:27.869 INFO kablam! Oct 27 20:20:27.869 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.869 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.869 INFO kablam! | Oct 27 20:20:27.869 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.869 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.869 INFO kablam! ... Oct 27 20:20:27.869 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 27 20:20:27.869 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.869 INFO kablam! | Oct 27 20:20:27.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.869 INFO kablam! | Oct 27 20:20:27.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.869 INFO kablam! | Oct 27 20:20:27.869 INFO kablam! Oct 27 20:20:27.871 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.871 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.871 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.872 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.872 INFO kablam! ... Oct 27 20:20:27.872 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 27 20:20:27.872 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! Oct 27 20:20:27.872 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.872 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.872 INFO kablam! | ^^^^^ Oct 27 20:20:27.872 INFO kablam! ... Oct 27 20:20:27.872 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 27 20:20:27.872 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! Oct 27 20:20:27.872 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.872 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.872 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.872 INFO kablam! ... Oct 27 20:20:27.872 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 27 20:20:27.872 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! Oct 27 20:20:27.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.872 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.872 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.872 INFO kablam! ... Oct 27 20:20:27.872 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 27 20:20:27.872 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.872 INFO kablam! | Oct 27 20:20:27.872 INFO kablam! Oct 27 20:20:27.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.879 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.879 INFO kablam! | ^^^^^ Oct 27 20:20:27.879 INFO kablam! ... Oct 27 20:20:27.879 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 27 20:20:27.879 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! Oct 27 20:20:27.879 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.879 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.879 INFO kablam! ... Oct 27 20:20:27.879 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 27 20:20:27.879 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! Oct 27 20:20:27.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.879 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.879 INFO kablam! ... Oct 27 20:20:27.879 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 27 20:20:27.879 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! Oct 27 20:20:27.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.879 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.879 INFO kablam! | ^^^^^ Oct 27 20:20:27.879 INFO kablam! ... Oct 27 20:20:27.879 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 27 20:20:27.879 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! Oct 27 20:20:27.879 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.879 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.879 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.879 INFO kablam! ... Oct 27 20:20:27.879 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 27 20:20:27.879 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.879 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! Oct 27 20:20:27.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.880 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.880 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.880 INFO kablam! ... Oct 27 20:20:27.880 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 27 20:20:27.880 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! Oct 27 20:20:27.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.880 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.880 INFO kablam! | ^^^^^ Oct 27 20:20:27.880 INFO kablam! ... Oct 27 20:20:27.880 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 27 20:20:27.880 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! Oct 27 20:20:27.880 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.880 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.880 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.880 INFO kablam! ... Oct 27 20:20:27.880 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 27 20:20:27.880 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.880 INFO kablam! | Oct 27 20:20:27.880 INFO kablam! Oct 27 20:20:27.883 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.883 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.883 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.883 INFO kablam! ... Oct 27 20:20:27.883 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 27 20:20:27.883 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! Oct 27 20:20:27.883 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.883 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.883 INFO kablam! | ^^^^^ Oct 27 20:20:27.883 INFO kablam! ... Oct 27 20:20:27.883 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 27 20:20:27.883 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! Oct 27 20:20:27.883 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.883 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.883 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.883 INFO kablam! ... Oct 27 20:20:27.883 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 27 20:20:27.883 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! Oct 27 20:20:27.883 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.883 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.883 INFO kablam! | Oct 27 20:20:27.883 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.884 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.884 INFO kablam! ... Oct 27 20:20:27.884 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 27 20:20:27.884 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.884 INFO kablam! | Oct 27 20:20:27.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.884 INFO kablam! | Oct 27 20:20:27.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.884 INFO kablam! | Oct 27 20:20:27.884 INFO kablam! Oct 27 20:20:27.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.887 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.887 INFO kablam! | Oct 27 20:20:27.887 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.887 INFO kablam! | ^^^^^ Oct 27 20:20:27.887 INFO kablam! ... Oct 27 20:20:27.887 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 27 20:20:27.887 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.887 INFO kablam! | Oct 27 20:20:27.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.887 INFO kablam! | Oct 27 20:20:27.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.887 INFO kablam! | Oct 27 20:20:27.887 INFO kablam! Oct 27 20:20:27.887 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.887 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.887 INFO kablam! | Oct 27 20:20:27.887 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.887 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.887 INFO kablam! ... Oct 27 20:20:27.887 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 27 20:20:27.887 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.887 INFO kablam! | Oct 27 20:20:27.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.887 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! Oct 27 20:20:27.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.888 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.888 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.888 INFO kablam! ... Oct 27 20:20:27.888 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 27 20:20:27.888 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! Oct 27 20:20:27.888 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.888 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.888 INFO kablam! | ^^^^^ Oct 27 20:20:27.888 INFO kablam! ... Oct 27 20:20:27.888 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 27 20:20:27.888 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.888 INFO kablam! | Oct 27 20:20:27.888 INFO kablam! Oct 27 20:20:27.891 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.891 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.891 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.891 INFO kablam! ... Oct 27 20:20:27.891 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 27 20:20:27.891 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! Oct 27 20:20:27.891 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.891 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.891 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.891 INFO kablam! ... Oct 27 20:20:27.891 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 27 20:20:27.891 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! Oct 27 20:20:27.891 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.891 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.891 INFO kablam! | ^^^^^ Oct 27 20:20:27.891 INFO kablam! ... Oct 27 20:20:27.891 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 27 20:20:27.891 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! Oct 27 20:20:27.891 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.891 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.891 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.891 INFO kablam! ... Oct 27 20:20:27.891 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 27 20:20:27.891 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.891 INFO kablam! | Oct 27 20:20:27.891 INFO kablam! Oct 27 20:20:27.895 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.895 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.895 INFO kablam! | Oct 27 20:20:27.895 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.895 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.895 INFO kablam! ... Oct 27 20:20:27.895 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 27 20:20:27.895 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.895 INFO kablam! | Oct 27 20:20:27.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.895 INFO kablam! | Oct 27 20:20:27.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.895 INFO kablam! | Oct 27 20:20:27.895 INFO kablam! Oct 27 20:20:27.895 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.895 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.895 INFO kablam! | Oct 27 20:20:27.895 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.895 INFO kablam! | ^^^^^ Oct 27 20:20:27.895 INFO kablam! ... Oct 27 20:20:27.895 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 27 20:20:27.895 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.895 INFO kablam! | Oct 27 20:20:27.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.895 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.896 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! Oct 27 20:20:27.896 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.896 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.896 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.896 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.896 INFO kablam! ... Oct 27 20:20:27.896 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 27 20:20:27.896 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.896 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.896 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.896 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! Oct 27 20:20:27.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.896 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.896 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.896 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.896 INFO kablam! ... Oct 27 20:20:27.896 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 27 20:20:27.896 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.896 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.896 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.896 INFO kablam! | Oct 27 20:20:27.896 INFO kablam! Oct 27 20:20:27.897 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.897 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.897 INFO kablam! | Oct 27 20:20:27.897 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.897 INFO kablam! | ^^^^^ Oct 27 20:20:27.897 INFO kablam! ... Oct 27 20:20:27.897 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 27 20:20:27.897 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.897 INFO kablam! | Oct 27 20:20:27.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.897 INFO kablam! | Oct 27 20:20:27.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.898 INFO kablam! | Oct 27 20:20:27.898 INFO kablam! Oct 27 20:20:27.898 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.898 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.898 INFO kablam! | Oct 27 20:20:27.898 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.898 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.898 INFO kablam! ... Oct 27 20:20:27.898 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 27 20:20:27.898 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.898 INFO kablam! | Oct 27 20:20:27.898 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.898 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.898 INFO kablam! | Oct 27 20:20:27.898 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.898 INFO kablam! | Oct 27 20:20:27.898 INFO kablam! Oct 27 20:20:27.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.900 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.900 INFO kablam! | Oct 27 20:20:27.900 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.900 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.900 INFO kablam! ... Oct 27 20:20:27.900 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 27 20:20:27.900 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.900 INFO kablam! | Oct 27 20:20:27.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.900 INFO kablam! | Oct 27 20:20:27.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.900 INFO kablam! | Oct 27 20:20:27.900 INFO kablam! Oct 27 20:20:27.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.900 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.900 INFO kablam! | Oct 27 20:20:27.900 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.900 INFO kablam! | ^^^^^ Oct 27 20:20:27.900 INFO kablam! ... Oct 27 20:20:27.900 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 27 20:20:27.900 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.900 INFO kablam! | Oct 27 20:20:27.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.900 INFO kablam! | Oct 27 20:20:27.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.900 INFO kablam! | Oct 27 20:20:27.900 INFO kablam! Oct 27 20:20:27.902 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.902 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.902 INFO kablam! | Oct 27 20:20:27.902 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.902 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.902 INFO kablam! ... Oct 27 20:20:27.902 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 27 20:20:27.902 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.902 INFO kablam! | Oct 27 20:20:27.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.902 INFO kablam! | Oct 27 20:20:27.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.902 INFO kablam! | Oct 27 20:20:27.902 INFO kablam! Oct 27 20:20:27.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.902 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.902 INFO kablam! | Oct 27 20:20:27.902 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.902 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.902 INFO kablam! ... Oct 27 20:20:27.902 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 27 20:20:27.902 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.902 INFO kablam! | Oct 27 20:20:27.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.902 INFO kablam! | Oct 27 20:20:27.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.902 INFO kablam! | Oct 27 20:20:27.902 INFO kablam! Oct 27 20:20:27.907 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.907 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.907 INFO kablam! | ^^^^^ Oct 27 20:20:27.907 INFO kablam! ... Oct 27 20:20:27.907 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 27 20:20:27.907 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! Oct 27 20:20:27.907 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.907 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.907 INFO kablam! ... Oct 27 20:20:27.907 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 27 20:20:27.907 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! Oct 27 20:20:27.907 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.907 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.907 INFO kablam! ... Oct 27 20:20:27.907 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 27 20:20:27.907 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! Oct 27 20:20:27.907 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.907 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.907 INFO kablam! | ^^^^^ Oct 27 20:20:27.907 INFO kablam! ... Oct 27 20:20:27.907 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 27 20:20:27.907 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.907 INFO kablam! | Oct 27 20:20:27.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.908 INFO kablam! | Oct 27 20:20:27.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.908 INFO kablam! | Oct 27 20:20:27.908 INFO kablam! Oct 27 20:20:27.908 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.908 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.908 INFO kablam! | Oct 27 20:20:27.908 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.908 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.908 INFO kablam! ... Oct 27 20:20:27.908 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 27 20:20:27.908 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.908 INFO kablam! | Oct 27 20:20:27.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.908 INFO kablam! | Oct 27 20:20:27.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.908 INFO kablam! | Oct 27 20:20:27.908 INFO kablam! Oct 27 20:20:27.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.908 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.908 INFO kablam! | Oct 27 20:20:27.908 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.908 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.908 INFO kablam! ... Oct 27 20:20:27.908 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 27 20:20:27.908 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.908 INFO kablam! | Oct 27 20:20:27.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.909 INFO kablam! | Oct 27 20:20:27.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.909 INFO kablam! | Oct 27 20:20:27.909 INFO kablam! Oct 27 20:20:27.909 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.909 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.909 INFO kablam! | Oct 27 20:20:27.909 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.909 INFO kablam! | ^^^^^ Oct 27 20:20:27.909 INFO kablam! ... Oct 27 20:20:27.909 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 27 20:20:27.909 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.909 INFO kablam! | Oct 27 20:20:27.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.909 INFO kablam! | Oct 27 20:20:27.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.909 INFO kablam! | Oct 27 20:20:27.909 INFO kablam! Oct 27 20:20:27.911 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.911 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.911 INFO kablam! | Oct 27 20:20:27.911 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.911 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.911 INFO kablam! ... Oct 27 20:20:27.911 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 27 20:20:27.911 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.912 INFO kablam! | Oct 27 20:20:27.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.912 INFO kablam! | Oct 27 20:20:27.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.912 INFO kablam! | Oct 27 20:20:27.912 INFO kablam! Oct 27 20:20:27.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.912 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.912 INFO kablam! | Oct 27 20:20:27.912 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.912 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.912 INFO kablam! ... Oct 27 20:20:27.912 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 27 20:20:27.912 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.912 INFO kablam! | Oct 27 20:20:27.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.912 INFO kablam! | Oct 27 20:20:27.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.912 INFO kablam! | Oct 27 20:20:27.912 INFO kablam! Oct 27 20:20:27.914 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.914 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.914 INFO kablam! | Oct 27 20:20:27.914 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.914 INFO kablam! | ^^^^^ Oct 27 20:20:27.914 INFO kablam! ... Oct 27 20:20:27.914 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 27 20:20:27.914 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.914 INFO kablam! | Oct 27 20:20:27.914 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.914 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.914 INFO kablam! | Oct 27 20:20:27.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.914 INFO kablam! | Oct 27 20:20:27.914 INFO kablam! Oct 27 20:20:27.914 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.914 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.914 INFO kablam! | Oct 27 20:20:27.914 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.914 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.914 INFO kablam! ... Oct 27 20:20:27.914 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 27 20:20:27.914 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.914 INFO kablam! | Oct 27 20:20:27.914 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.914 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.914 INFO kablam! | Oct 27 20:20:27.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.914 INFO kablam! | Oct 27 20:20:27.914 INFO kablam! Oct 27 20:20:27.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.918 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.918 INFO kablam! | Oct 27 20:20:27.918 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.918 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.918 INFO kablam! ... Oct 27 20:20:27.918 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 27 20:20:27.918 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.918 INFO kablam! | Oct 27 20:20:27.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.918 INFO kablam! | Oct 27 20:20:27.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.918 INFO kablam! | Oct 27 20:20:27.918 INFO kablam! Oct 27 20:20:27.918 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.918 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.918 INFO kablam! | Oct 27 20:20:27.918 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.919 INFO kablam! | ^^^^^ Oct 27 20:20:27.919 INFO kablam! ... Oct 27 20:20:27.919 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 27 20:20:27.919 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! Oct 27 20:20:27.919 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.919 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.919 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.919 INFO kablam! ... Oct 27 20:20:27.919 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 27 20:20:27.919 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! Oct 27 20:20:27.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.919 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.919 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.919 INFO kablam! ... Oct 27 20:20:27.919 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 27 20:20:27.919 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.919 INFO kablam! | Oct 27 20:20:27.919 INFO kablam! Oct 27 20:20:27.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.927 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.927 INFO kablam! | Oct 27 20:20:27.927 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.927 INFO kablam! | ^^^^^ Oct 27 20:20:27.927 INFO kablam! ... Oct 27 20:20:27.927 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 27 20:20:27.927 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.927 INFO kablam! | Oct 27 20:20:27.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.927 INFO kablam! | Oct 27 20:20:27.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.927 INFO kablam! | Oct 27 20:20:27.927 INFO kablam! Oct 27 20:20:27.927 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.927 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.928 INFO kablam! | Oct 27 20:20:27.928 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.928 INFO kablam! ... Oct 27 20:20:27.928 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 27 20:20:27.928 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.928 INFO kablam! | Oct 27 20:20:27.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.928 INFO kablam! | Oct 27 20:20:27.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.928 INFO kablam! | Oct 27 20:20:27.928 INFO kablam! Oct 27 20:20:27.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.928 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.928 INFO kablam! | Oct 27 20:20:27.928 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.928 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.928 INFO kablam! ... Oct 27 20:20:27.928 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 27 20:20:27.928 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.928 INFO kablam! | Oct 27 20:20:27.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.929 INFO kablam! | Oct 27 20:20:27.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.929 INFO kablam! | Oct 27 20:20:27.929 INFO kablam! Oct 27 20:20:27.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.929 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.929 INFO kablam! | Oct 27 20:20:27.929 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.929 INFO kablam! | ^^^^^ Oct 27 20:20:27.929 INFO kablam! ... Oct 27 20:20:27.929 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 27 20:20:27.929 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.929 INFO kablam! | Oct 27 20:20:27.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.929 INFO kablam! | Oct 27 20:20:27.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.929 INFO kablam! | Oct 27 20:20:27.929 INFO kablam! Oct 27 20:20:27.929 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.929 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.929 INFO kablam! | Oct 27 20:20:27.930 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.930 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.930 INFO kablam! ... Oct 27 20:20:27.930 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 27 20:20:27.930 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.930 INFO kablam! | Oct 27 20:20:27.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.930 INFO kablam! | Oct 27 20:20:27.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.930 INFO kablam! | Oct 27 20:20:27.930 INFO kablam! Oct 27 20:20:27.930 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.930 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.930 INFO kablam! | Oct 27 20:20:27.930 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.930 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.930 INFO kablam! ... Oct 27 20:20:27.930 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 27 20:20:27.930 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.930 INFO kablam! | Oct 27 20:20:27.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.931 INFO kablam! | Oct 27 20:20:27.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.931 INFO kablam! | Oct 27 20:20:27.931 INFO kablam! Oct 27 20:20:27.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.931 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.931 INFO kablam! | Oct 27 20:20:27.931 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.931 INFO kablam! | ^^^^^ Oct 27 20:20:27.931 INFO kablam! ... Oct 27 20:20:27.931 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 27 20:20:27.931 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.931 INFO kablam! | Oct 27 20:20:27.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.931 INFO kablam! | Oct 27 20:20:27.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.931 INFO kablam! | Oct 27 20:20:27.931 INFO kablam! Oct 27 20:20:27.932 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.932 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.932 INFO kablam! | Oct 27 20:20:27.932 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.932 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.932 INFO kablam! ... Oct 27 20:20:27.932 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 27 20:20:27.932 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.932 INFO kablam! | Oct 27 20:20:27.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.932 INFO kablam! | Oct 27 20:20:27.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.932 INFO kablam! | Oct 27 20:20:27.932 INFO kablam! Oct 27 20:20:27.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.932 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.932 INFO kablam! | Oct 27 20:20:27.932 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.932 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.932 INFO kablam! ... Oct 27 20:20:27.932 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 27 20:20:27.932 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.932 INFO kablam! | Oct 27 20:20:27.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.933 INFO kablam! | Oct 27 20:20:27.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.933 INFO kablam! | Oct 27 20:20:27.933 INFO kablam! Oct 27 20:20:27.933 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.933 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.933 INFO kablam! | Oct 27 20:20:27.933 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.933 INFO kablam! | ^^^^^ Oct 27 20:20:27.933 INFO kablam! ... Oct 27 20:20:27.933 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 27 20:20:27.933 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.933 INFO kablam! | Oct 27 20:20:27.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.933 INFO kablam! | Oct 27 20:20:27.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.933 INFO kablam! | Oct 27 20:20:27.933 INFO kablam! Oct 27 20:20:27.933 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.933 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.933 INFO kablam! | Oct 27 20:20:27.934 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.934 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.934 INFO kablam! ... Oct 27 20:20:27.934 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 27 20:20:27.934 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.934 INFO kablam! | Oct 27 20:20:27.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.934 INFO kablam! | Oct 27 20:20:27.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.934 INFO kablam! | Oct 27 20:20:27.934 INFO kablam! Oct 27 20:20:27.934 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.934 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.934 INFO kablam! | Oct 27 20:20:27.934 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.934 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.934 INFO kablam! ... Oct 27 20:20:27.934 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 27 20:20:27.935 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.935 INFO kablam! | Oct 27 20:20:27.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.935 INFO kablam! | Oct 27 20:20:27.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.935 INFO kablam! | Oct 27 20:20:27.935 INFO kablam! Oct 27 20:20:27.935 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.935 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.935 INFO kablam! | Oct 27 20:20:27.935 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.935 INFO kablam! | ^^^^^ Oct 27 20:20:27.935 INFO kablam! ... Oct 27 20:20:27.935 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 27 20:20:27.935 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.935 INFO kablam! | Oct 27 20:20:27.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.935 INFO kablam! | Oct 27 20:20:27.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.935 INFO kablam! | Oct 27 20:20:27.935 INFO kablam! Oct 27 20:20:27.936 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.936 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.936 INFO kablam! | Oct 27 20:20:27.936 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.936 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.936 INFO kablam! ... Oct 27 20:20:27.936 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 27 20:20:27.936 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.936 INFO kablam! | Oct 27 20:20:27.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.936 INFO kablam! | Oct 27 20:20:27.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.936 INFO kablam! | Oct 27 20:20:27.936 INFO kablam! Oct 27 20:20:27.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.936 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.936 INFO kablam! | Oct 27 20:20:27.936 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.936 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.936 INFO kablam! ... Oct 27 20:20:27.936 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 27 20:20:27.937 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.937 INFO kablam! | Oct 27 20:20:27.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.937 INFO kablam! | Oct 27 20:20:27.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.937 INFO kablam! | Oct 27 20:20:27.937 INFO kablam! Oct 27 20:20:27.937 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.937 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.937 INFO kablam! | Oct 27 20:20:27.937 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.937 INFO kablam! | ^^^^^ Oct 27 20:20:27.937 INFO kablam! ... Oct 27 20:20:27.937 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 27 20:20:27.937 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.937 INFO kablam! | Oct 27 20:20:27.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.937 INFO kablam! | Oct 27 20:20:27.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.937 INFO kablam! | Oct 27 20:20:27.943 INFO kablam! Oct 27 20:20:27.943 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.943 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.943 INFO kablam! | Oct 27 20:20:27.943 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.943 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.943 INFO kablam! ... Oct 27 20:20:27.943 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 27 20:20:27.943 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.944 INFO kablam! | Oct 27 20:20:27.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.944 INFO kablam! | Oct 27 20:20:27.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.944 INFO kablam! | Oct 27 20:20:27.944 INFO kablam! Oct 27 20:20:27.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.944 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.944 INFO kablam! | Oct 27 20:20:27.944 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.944 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.944 INFO kablam! ... Oct 27 20:20:27.944 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 27 20:20:27.944 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.944 INFO kablam! | Oct 27 20:20:27.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.944 INFO kablam! | Oct 27 20:20:27.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.944 INFO kablam! | Oct 27 20:20:27.944 INFO kablam! Oct 27 20:20:27.944 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.944 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.944 INFO kablam! | Oct 27 20:20:27.944 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.944 INFO kablam! | ^^^^^ Oct 27 20:20:27.945 INFO kablam! ... Oct 27 20:20:27.945 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 27 20:20:27.945 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.945 INFO kablam! | Oct 27 20:20:27.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.945 INFO kablam! | Oct 27 20:20:27.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.945 INFO kablam! | Oct 27 20:20:27.945 INFO kablam! Oct 27 20:20:27.945 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.945 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.945 INFO kablam! | Oct 27 20:20:27.945 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.945 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.945 INFO kablam! ... Oct 27 20:20:27.945 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 27 20:20:27.945 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.945 INFO kablam! | Oct 27 20:20:27.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.945 INFO kablam! | Oct 27 20:20:27.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.946 INFO kablam! | Oct 27 20:20:27.946 INFO kablam! Oct 27 20:20:27.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.946 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.946 INFO kablam! | Oct 27 20:20:27.946 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.946 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.946 INFO kablam! ... Oct 27 20:20:27.946 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 27 20:20:27.946 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.946 INFO kablam! | Oct 27 20:20:27.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.946 INFO kablam! | Oct 27 20:20:27.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.946 INFO kablam! | Oct 27 20:20:27.946 INFO kablam! Oct 27 20:20:27.946 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.946 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.946 INFO kablam! | Oct 27 20:20:27.946 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.946 INFO kablam! | ^^^^^ Oct 27 20:20:27.946 INFO kablam! ... Oct 27 20:20:27.946 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 27 20:20:27.947 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.947 INFO kablam! | Oct 27 20:20:27.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.947 INFO kablam! | Oct 27 20:20:27.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.947 INFO kablam! | Oct 27 20:20:27.947 INFO kablam! Oct 27 20:20:27.947 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.947 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.947 INFO kablam! | Oct 27 20:20:27.947 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.947 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.947 INFO kablam! ... Oct 27 20:20:27.947 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 27 20:20:27.947 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.947 INFO kablam! | Oct 27 20:20:27.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.947 INFO kablam! | Oct 27 20:20:27.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.947 INFO kablam! | Oct 27 20:20:27.947 INFO kablam! Oct 27 20:20:27.947 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.947 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.948 INFO kablam! | Oct 27 20:20:27.948 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.948 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.948 INFO kablam! ... Oct 27 20:20:27.948 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 27 20:20:27.948 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.948 INFO kablam! | Oct 27 20:20:27.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.948 INFO kablam! | Oct 27 20:20:27.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.948 INFO kablam! | Oct 27 20:20:27.948 INFO kablam! Oct 27 20:20:27.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.948 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.948 INFO kablam! | Oct 27 20:20:27.948 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.948 INFO kablam! | ^^^^^ Oct 27 20:20:27.948 INFO kablam! ... Oct 27 20:20:27.948 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 27 20:20:27.948 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.948 INFO kablam! | Oct 27 20:20:27.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.949 INFO kablam! | Oct 27 20:20:27.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.949 INFO kablam! | Oct 27 20:20:27.949 INFO kablam! Oct 27 20:20:27.949 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.949 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.949 INFO kablam! | Oct 27 20:20:27.955 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.955 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.955 INFO kablam! ... Oct 27 20:20:27.955 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 27 20:20:27.955 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.955 INFO kablam! | Oct 27 20:20:27.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.955 INFO kablam! | Oct 27 20:20:27.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.955 INFO kablam! | Oct 27 20:20:27.955 INFO kablam! Oct 27 20:20:27.955 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.955 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.955 INFO kablam! | Oct 27 20:20:27.955 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.955 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.956 INFO kablam! ... Oct 27 20:20:27.956 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 27 20:20:27.956 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.956 INFO kablam! | Oct 27 20:20:27.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.956 INFO kablam! | Oct 27 20:20:27.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.956 INFO kablam! | Oct 27 20:20:27.956 INFO kablam! Oct 27 20:20:27.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.956 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.956 INFO kablam! | Oct 27 20:20:27.956 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.956 INFO kablam! | ^^^^^ Oct 27 20:20:27.956 INFO kablam! ... Oct 27 20:20:27.956 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 27 20:20:27.956 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.956 INFO kablam! | Oct 27 20:20:27.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.956 INFO kablam! | Oct 27 20:20:27.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.957 INFO kablam! | Oct 27 20:20:27.957 INFO kablam! Oct 27 20:20:27.957 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.957 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.957 INFO kablam! | Oct 27 20:20:27.957 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.957 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.957 INFO kablam! ... Oct 27 20:20:27.957 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 27 20:20:27.957 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.957 INFO kablam! | Oct 27 20:20:27.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.957 INFO kablam! | Oct 27 20:20:27.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.957 INFO kablam! | Oct 27 20:20:27.957 INFO kablam! Oct 27 20:20:27.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.957 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.957 INFO kablam! | Oct 27 20:20:27.957 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.957 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.958 INFO kablam! ... Oct 27 20:20:27.958 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 27 20:20:27.958 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.958 INFO kablam! | Oct 27 20:20:27.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.958 INFO kablam! | Oct 27 20:20:27.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.958 INFO kablam! | Oct 27 20:20:27.958 INFO kablam! Oct 27 20:20:27.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.958 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.958 INFO kablam! | Oct 27 20:20:27.958 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.958 INFO kablam! | ^^^^^ Oct 27 20:20:27.958 INFO kablam! ... Oct 27 20:20:27.958 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 27 20:20:27.958 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.958 INFO kablam! | Oct 27 20:20:27.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.959 INFO kablam! | Oct 27 20:20:27.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.959 INFO kablam! | Oct 27 20:20:27.959 INFO kablam! Oct 27 20:20:27.959 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.959 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.959 INFO kablam! | Oct 27 20:20:27.959 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.959 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.959 INFO kablam! ... Oct 27 20:20:27.959 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 27 20:20:27.959 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.959 INFO kablam! | Oct 27 20:20:27.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.959 INFO kablam! | Oct 27 20:20:27.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.959 INFO kablam! | Oct 27 20:20:27.959 INFO kablam! Oct 27 20:20:27.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.960 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.960 INFO kablam! | Oct 27 20:20:27.960 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.960 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.960 INFO kablam! ... Oct 27 20:20:27.960 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 27 20:20:27.960 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.960 INFO kablam! | Oct 27 20:20:27.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.960 INFO kablam! | Oct 27 20:20:27.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.960 INFO kablam! | Oct 27 20:20:27.960 INFO kablam! Oct 27 20:20:27.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.960 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.960 INFO kablam! | Oct 27 20:20:27.960 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.960 INFO kablam! | ^^^^^ Oct 27 20:20:27.960 INFO kablam! ... Oct 27 20:20:27.960 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 27 20:20:27.960 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.960 INFO kablam! | Oct 27 20:20:27.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.961 INFO kablam! | Oct 27 20:20:27.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.961 INFO kablam! | Oct 27 20:20:27.961 INFO kablam! Oct 27 20:20:27.965 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.965 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.965 INFO kablam! | Oct 27 20:20:27.965 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.965 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.965 INFO kablam! ... Oct 27 20:20:27.965 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 27 20:20:27.965 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.965 INFO kablam! | Oct 27 20:20:27.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.965 INFO kablam! | Oct 27 20:20:27.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.965 INFO kablam! | Oct 27 20:20:27.965 INFO kablam! Oct 27 20:20:27.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.965 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.965 INFO kablam! | Oct 27 20:20:27.965 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.965 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.965 INFO kablam! ... Oct 27 20:20:27.966 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 27 20:20:27.966 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:27.966 INFO kablam! | Oct 27 20:20:27.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.966 INFO kablam! | Oct 27 20:20:27.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.966 INFO kablam! | Oct 27 20:20:27.966 INFO kablam! Oct 27 20:20:27.966 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.966 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.966 INFO kablam! | Oct 27 20:20:27.966 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.966 INFO kablam! | ^^^^^ Oct 27 20:20:27.966 INFO kablam! ... Oct 27 20:20:27.966 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 27 20:20:27.966 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.966 INFO kablam! | Oct 27 20:20:27.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.966 INFO kablam! | Oct 27 20:20:27.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.967 INFO kablam! | Oct 27 20:20:27.967 INFO kablam! Oct 27 20:20:27.968 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.968 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.968 INFO kablam! | Oct 27 20:20:27.968 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.968 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.968 INFO kablam! ... Oct 27 20:20:27.968 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 27 20:20:27.968 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.968 INFO kablam! | Oct 27 20:20:27.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.968 INFO kablam! | Oct 27 20:20:27.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.968 INFO kablam! | Oct 27 20:20:27.968 INFO kablam! Oct 27 20:20:27.968 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.968 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.968 INFO kablam! | Oct 27 20:20:27.968 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.968 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.969 INFO kablam! ... Oct 27 20:20:27.969 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 27 20:20:27.969 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.969 INFO kablam! | Oct 27 20:20:27.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.969 INFO kablam! | Oct 27 20:20:27.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.969 INFO kablam! | Oct 27 20:20:27.969 INFO kablam! Oct 27 20:20:27.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.969 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.969 INFO kablam! | Oct 27 20:20:27.969 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.969 INFO kablam! | ^^^^^ Oct 27 20:20:27.969 INFO kablam! ... Oct 27 20:20:27.969 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 27 20:20:27.969 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.969 INFO kablam! | Oct 27 20:20:27.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.969 INFO kablam! | Oct 27 20:20:27.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.969 INFO kablam! | Oct 27 20:20:27.969 INFO kablam! Oct 27 20:20:27.969 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.969 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.970 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.970 INFO kablam! ... Oct 27 20:20:27.970 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 27 20:20:27.970 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! Oct 27 20:20:27.970 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.970 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.970 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.970 INFO kablam! ... Oct 27 20:20:27.970 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 27 20:20:27.970 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! Oct 27 20:20:27.970 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.970 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.970 INFO kablam! | ^^^^^ Oct 27 20:20:27.970 INFO kablam! ... Oct 27 20:20:27.970 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 27 20:20:27.970 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.970 INFO kablam! | Oct 27 20:20:27.970 INFO kablam! Oct 27 20:20:27.971 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.971 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.971 INFO kablam! | Oct 27 20:20:27.971 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.971 INFO kablam! ... Oct 27 20:20:27.971 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 27 20:20:27.971 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.971 INFO kablam! | Oct 27 20:20:27.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.971 INFO kablam! | Oct 27 20:20:27.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.971 INFO kablam! | Oct 27 20:20:27.971 INFO kablam! Oct 27 20:20:27.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.971 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.971 INFO kablam! | Oct 27 20:20:27.971 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.971 INFO kablam! ... Oct 27 20:20:27.971 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 27 20:20:27.971 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.971 INFO kablam! | Oct 27 20:20:27.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.971 INFO kablam! | Oct 27 20:20:27.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.971 INFO kablam! | Oct 27 20:20:27.971 INFO kablam! Oct 27 20:20:27.971 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.971 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.971 INFO kablam! | Oct 27 20:20:27.971 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.971 INFO kablam! | ^^^^^ Oct 27 20:20:27.971 INFO kablam! ... Oct 27 20:20:27.971 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 27 20:20:27.972 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.972 INFO kablam! Oct 27 20:20:27.972 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.972 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.972 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.972 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.972 INFO kablam! ... Oct 27 20:20:27.972 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 27 20:20:27.972 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.972 INFO kablam! Oct 27 20:20:27.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.972 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.972 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.972 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.972 INFO kablam! ... Oct 27 20:20:27.972 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 27 20:20:27.972 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:27.972 INFO kablam! | Oct 27 20:20:27.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.973 INFO kablam! | Oct 27 20:20:27.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.973 INFO kablam! | Oct 27 20:20:27.973 INFO kablam! Oct 27 20:20:27.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.973 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.973 INFO kablam! | Oct 27 20:20:27.973 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.973 INFO kablam! | ^^^^^ Oct 27 20:20:27.973 INFO kablam! ... Oct 27 20:20:27.973 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 27 20:20:27.973 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.973 INFO kablam! | Oct 27 20:20:27.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.973 INFO kablam! | Oct 27 20:20:27.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.973 INFO kablam! | Oct 27 20:20:27.973 INFO kablam! Oct 27 20:20:27.979 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.979 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.979 INFO kablam! | Oct 27 20:20:27.979 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.979 INFO kablam! ... Oct 27 20:20:27.979 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 27 20:20:27.979 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.979 INFO kablam! | Oct 27 20:20:27.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.979 INFO kablam! | Oct 27 20:20:27.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.979 INFO kablam! | Oct 27 20:20:27.979 INFO kablam! Oct 27 20:20:27.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.979 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.979 INFO kablam! | Oct 27 20:20:27.979 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.980 INFO kablam! ... Oct 27 20:20:27.980 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 27 20:20:27.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! Oct 27 20:20:27.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.980 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.980 INFO kablam! | ^^^^^ Oct 27 20:20:27.980 INFO kablam! ... Oct 27 20:20:27.980 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 27 20:20:27.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! Oct 27 20:20:27.980 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.980 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.980 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.980 INFO kablam! ... Oct 27 20:20:27.980 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 27 20:20:27.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! Oct 27 20:20:27.980 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.980 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.980 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.980 INFO kablam! ... Oct 27 20:20:27.980 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 27 20:20:27.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! Oct 27 20:20:27.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.980 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.980 INFO kablam! | ^^^^^ Oct 27 20:20:27.980 INFO kablam! ... Oct 27 20:20:27.980 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 27 20:20:27.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! Oct 27 20:20:27.980 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.980 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.980 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.980 INFO kablam! ... Oct 27 20:20:27.980 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 27 20:20:27.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.980 INFO kablam! | Oct 27 20:20:27.981 INFO kablam! Oct 27 20:20:27.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.981 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.981 INFO kablam! | Oct 27 20:20:27.981 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.981 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.981 INFO kablam! ... Oct 27 20:20:27.981 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 27 20:20:27.981 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.981 INFO kablam! | Oct 27 20:20:27.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.981 INFO kablam! | Oct 27 20:20:27.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.981 INFO kablam! | Oct 27 20:20:27.981 INFO kablam! Oct 27 20:20:27.981 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.981 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.981 INFO kablam! | Oct 27 20:20:27.981 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.981 INFO kablam! | ^^^^^ Oct 27 20:20:27.981 INFO kablam! ... Oct 27 20:20:27.981 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 27 20:20:27.981 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.981 INFO kablam! | Oct 27 20:20:27.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.981 INFO kablam! | Oct 27 20:20:27.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.981 INFO kablam! | Oct 27 20:20:27.981 INFO kablam! Oct 27 20:20:27.983 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.983 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.983 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.983 INFO kablam! ... Oct 27 20:20:27.983 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 27 20:20:27.983 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! Oct 27 20:20:27.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.983 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.983 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.983 INFO kablam! ... Oct 27 20:20:27.983 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 27 20:20:27.983 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! Oct 27 20:20:27.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.983 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.983 INFO kablam! | ^^^^^ Oct 27 20:20:27.983 INFO kablam! ... Oct 27 20:20:27.983 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 27 20:20:27.983 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.983 INFO kablam! | Oct 27 20:20:27.983 INFO kablam! Oct 27 20:20:27.989 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.989 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.989 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.989 INFO kablam! ... Oct 27 20:20:27.989 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 27 20:20:27.989 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! Oct 27 20:20:27.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.989 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.989 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.989 INFO kablam! ... Oct 27 20:20:27.989 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 27 20:20:27.989 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! Oct 27 20:20:27.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.989 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.989 INFO kablam! | ^^^^^ Oct 27 20:20:27.989 INFO kablam! ... Oct 27 20:20:27.989 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 27 20:20:27.989 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! Oct 27 20:20:27.989 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.989 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.989 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.989 INFO kablam! ... Oct 27 20:20:27.989 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 27 20:20:27.989 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! Oct 27 20:20:27.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.989 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.989 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.989 INFO kablam! ... Oct 27 20:20:27.989 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 27 20:20:27.989 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.989 INFO kablam! | Oct 27 20:20:27.989 INFO kablam! Oct 27 20:20:27.995 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.995 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.995 INFO kablam! | Oct 27 20:20:27.995 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.995 INFO kablam! | ^^^^^ Oct 27 20:20:27.995 INFO kablam! ... Oct 27 20:20:27.995 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 27 20:20:27.995 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.995 INFO kablam! | Oct 27 20:20:27.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.995 INFO kablam! | Oct 27 20:20:27.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.995 INFO kablam! | Oct 27 20:20:27.995 INFO kablam! Oct 27 20:20:27.995 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.995 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.995 INFO kablam! | Oct 27 20:20:27.995 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.995 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.995 INFO kablam! ... Oct 27 20:20:27.995 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 27 20:20:27.995 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.995 INFO kablam! | Oct 27 20:20:27.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.995 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! Oct 27 20:20:27.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.996 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.996 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.996 INFO kablam! ... Oct 27 20:20:27.996 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 27 20:20:27.996 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! Oct 27 20:20:27.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.996 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.996 INFO kablam! | ^^^^^ Oct 27 20:20:27.996 INFO kablam! ... Oct 27 20:20:27.996 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 27 20:20:27.996 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! Oct 27 20:20:27.996 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.996 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.996 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.996 INFO kablam! ... Oct 27 20:20:27.996 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 27 20:20:27.996 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! Oct 27 20:20:27.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.996 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.996 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.996 INFO kablam! ... Oct 27 20:20:27.996 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 27 20:20:27.996 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! Oct 27 20:20:27.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.996 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.996 INFO kablam! | ^^^^^ Oct 27 20:20:27.996 INFO kablam! ... Oct 27 20:20:27.996 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 27 20:20:27.996 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! Oct 27 20:20:27.996 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.996 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.996 INFO kablam! | Oct 27 20:20:27.996 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.996 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.996 INFO kablam! ... Oct 27 20:20:27.996 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 27 20:20:27.997 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.997 INFO kablam! | Oct 27 20:20:27.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.997 INFO kablam! | Oct 27 20:20:27.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.997 INFO kablam! | Oct 27 20:20:27.997 INFO kablam! Oct 27 20:20:27.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.999 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:27.999 INFO kablam! | Oct 27 20:20:27.999 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:27.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.999 INFO kablam! ... Oct 27 20:20:27.999 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 27 20:20:27.999 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.999 INFO kablam! | Oct 27 20:20:27.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.999 INFO kablam! | Oct 27 20:20:27.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.999 INFO kablam! | Oct 27 20:20:27.999 INFO kablam! Oct 27 20:20:27.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.999 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:27.999 INFO kablam! | Oct 27 20:20:27.999 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:27.999 INFO kablam! | ^^^^^ Oct 27 20:20:27.999 INFO kablam! ... Oct 27 20:20:27.999 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 27 20:20:27.999 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:27.999 INFO kablam! | Oct 27 20:20:27.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:27.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:27.999 INFO kablam! | Oct 27 20:20:27.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:27.999 INFO kablam! | Oct 27 20:20:27.999 INFO kablam! Oct 27 20:20:27.999 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:27.999 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:27.999 INFO kablam! | Oct 27 20:20:27.999 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:27.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:27.999 INFO kablam! ... Oct 27 20:20:27.999 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 27 20:20:27.999 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.000 INFO kablam! | Oct 27 20:20:28.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.000 INFO kablam! | Oct 27 20:20:28.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.000 INFO kablam! | Oct 27 20:20:28.000 INFO kablam! Oct 27 20:20:28.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.000 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.000 INFO kablam! | Oct 27 20:20:28.000 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.000 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.000 INFO kablam! ... Oct 27 20:20:28.000 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 27 20:20:28.000 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.000 INFO kablam! | Oct 27 20:20:28.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.000 INFO kablam! | Oct 27 20:20:28.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.000 INFO kablam! | Oct 27 20:20:28.000 INFO kablam! Oct 27 20:20:28.008 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.008 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.008 INFO kablam! | ^^^^^ Oct 27 20:20:28.008 INFO kablam! ... Oct 27 20:20:28.008 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 27 20:20:28.008 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! Oct 27 20:20:28.008 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.008 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.008 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.008 INFO kablam! ... Oct 27 20:20:28.008 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 27 20:20:28.008 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! Oct 27 20:20:28.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.008 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.008 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.008 INFO kablam! ... Oct 27 20:20:28.008 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 27 20:20:28.008 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! Oct 27 20:20:28.008 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.008 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.008 INFO kablam! | ^^^^^ Oct 27 20:20:28.008 INFO kablam! ... Oct 27 20:20:28.008 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 27 20:20:28.008 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! Oct 27 20:20:28.008 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.008 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.008 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.008 INFO kablam! ... Oct 27 20:20:28.008 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 27 20:20:28.008 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! Oct 27 20:20:28.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.008 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.008 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.008 INFO kablam! ... Oct 27 20:20:28.008 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 27 20:20:28.008 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.008 INFO kablam! | Oct 27 20:20:28.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! Oct 27 20:20:28.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.009 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.009 INFO kablam! | ^^^^^ Oct 27 20:20:28.009 INFO kablam! ... Oct 27 20:20:28.009 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 27 20:20:28.009 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! Oct 27 20:20:28.009 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.009 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.009 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.009 INFO kablam! ... Oct 27 20:20:28.009 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 27 20:20:28.009 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.009 INFO kablam! | Oct 27 20:20:28.009 INFO kablam! Oct 27 20:20:28.011 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.011 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.011 INFO kablam! | Oct 27 20:20:28.011 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.011 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.011 INFO kablam! ... Oct 27 20:20:28.011 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 27 20:20:28.011 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.011 INFO kablam! | Oct 27 20:20:28.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.011 INFO kablam! | Oct 27 20:20:28.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.011 INFO kablam! | Oct 27 20:20:28.011 INFO kablam! Oct 27 20:20:28.011 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.011 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.011 INFO kablam! | Oct 27 20:20:28.011 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.011 INFO kablam! | ^^^^^ Oct 27 20:20:28.011 INFO kablam! ... Oct 27 20:20:28.011 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 27 20:20:28.011 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.011 INFO kablam! | Oct 27 20:20:28.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.011 INFO kablam! | Oct 27 20:20:28.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.011 INFO kablam! | Oct 27 20:20:28.011 INFO kablam! Oct 27 20:20:28.011 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.011 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.011 INFO kablam! | Oct 27 20:20:28.011 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.011 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.011 INFO kablam! ... Oct 27 20:20:28.011 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 27 20:20:28.011 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.011 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! Oct 27 20:20:28.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.012 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.012 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.012 INFO kablam! ... Oct 27 20:20:28.012 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 27 20:20:28.012 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! Oct 27 20:20:28.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.012 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.012 INFO kablam! | ^^^^^ Oct 27 20:20:28.012 INFO kablam! ... Oct 27 20:20:28.012 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 27 20:20:28.012 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.012 INFO kablam! | Oct 27 20:20:28.012 INFO kablam! Oct 27 20:20:28.015 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.015 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.016 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.016 INFO kablam! ... Oct 27 20:20:28.016 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 27 20:20:28.016 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! Oct 27 20:20:28.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.016 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.016 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.016 INFO kablam! ... Oct 27 20:20:28.016 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 27 20:20:28.016 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! Oct 27 20:20:28.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.016 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.016 INFO kablam! | ^^^^^ Oct 27 20:20:28.016 INFO kablam! ... Oct 27 20:20:28.016 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 27 20:20:28.016 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! Oct 27 20:20:28.016 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.016 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.016 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.016 INFO kablam! ... Oct 27 20:20:28.016 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 27 20:20:28.016 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.016 INFO kablam! | Oct 27 20:20:28.016 INFO kablam! Oct 27 20:20:28.020 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.020 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.020 INFO kablam! | Oct 27 20:20:28.020 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.020 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.020 INFO kablam! ... Oct 27 20:20:28.020 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 27 20:20:28.020 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.020 INFO kablam! | Oct 27 20:20:28.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.020 INFO kablam! | Oct 27 20:20:28.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.020 INFO kablam! | Oct 27 20:20:28.020 INFO kablam! Oct 27 20:20:28.020 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.020 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.020 INFO kablam! | Oct 27 20:20:28.020 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.020 INFO kablam! | ^^^^^ Oct 27 20:20:28.021 INFO kablam! ... Oct 27 20:20:28.021 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 27 20:20:28.021 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.021 INFO kablam! | Oct 27 20:20:28.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.021 INFO kablam! | Oct 27 20:20:28.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.021 INFO kablam! | Oct 27 20:20:28.021 INFO kablam! Oct 27 20:20:28.021 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.028 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.028 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.028 INFO kablam! ... Oct 27 20:20:28.028 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 27 20:20:28.028 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! Oct 27 20:20:28.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.028 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.028 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.028 INFO kablam! ... Oct 27 20:20:28.028 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 27 20:20:28.028 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! Oct 27 20:20:28.028 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.028 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.028 INFO kablam! | ^^^^^ Oct 27 20:20:28.028 INFO kablam! ... Oct 27 20:20:28.028 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 27 20:20:28.028 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.028 INFO kablam! | Oct 27 20:20:28.028 INFO kablam! Oct 27 20:20:28.028 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.029 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.029 INFO kablam! | Oct 27 20:20:28.029 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.029 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.029 INFO kablam! ... Oct 27 20:20:28.029 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 27 20:20:28.029 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.029 INFO kablam! | Oct 27 20:20:28.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.029 INFO kablam! | Oct 27 20:20:28.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.029 INFO kablam! | Oct 27 20:20:28.029 INFO kablam! Oct 27 20:20:28.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.032 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.032 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.032 INFO kablam! ... Oct 27 20:20:28.032 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 27 20:20:28.032 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! Oct 27 20:20:28.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.032 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.032 INFO kablam! | ^^^^^ Oct 27 20:20:28.032 INFO kablam! ... Oct 27 20:20:28.032 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 27 20:20:28.032 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! Oct 27 20:20:28.032 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.032 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.032 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.032 INFO kablam! ... Oct 27 20:20:28.032 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 27 20:20:28.032 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! Oct 27 20:20:28.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.032 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.032 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.032 INFO kablam! ... Oct 27 20:20:28.032 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 27 20:20:28.032 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! Oct 27 20:20:28.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.032 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.032 INFO kablam! | ^^^^^ Oct 27 20:20:28.032 INFO kablam! ... Oct 27 20:20:28.032 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 27 20:20:28.032 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.032 INFO kablam! | Oct 27 20:20:28.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! Oct 27 20:20:28.033 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.033 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.033 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.033 INFO kablam! ... Oct 27 20:20:28.033 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 27 20:20:28.033 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! Oct 27 20:20:28.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.033 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.033 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.033 INFO kablam! ... Oct 27 20:20:28.033 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 27 20:20:28.033 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! Oct 27 20:20:28.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.033 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.033 INFO kablam! | ^^^^^ Oct 27 20:20:28.033 INFO kablam! ... Oct 27 20:20:28.033 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 27 20:20:28.033 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! Oct 27 20:20:28.033 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.033 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.033 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.033 INFO kablam! ... Oct 27 20:20:28.033 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 27 20:20:28.033 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.033 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! Oct 27 20:20:28.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.036 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.036 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.036 INFO kablam! ... Oct 27 20:20:28.036 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 27 20:20:28.036 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! Oct 27 20:20:28.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.036 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.036 INFO kablam! | ^^^^^ Oct 27 20:20:28.036 INFO kablam! ... Oct 27 20:20:28.036 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 27 20:20:28.036 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! Oct 27 20:20:28.036 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.036 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.036 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.036 INFO kablam! ... Oct 27 20:20:28.036 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 27 20:20:28.036 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! Oct 27 20:20:28.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.036 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.036 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.036 INFO kablam! ... Oct 27 20:20:28.036 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 27 20:20:28.036 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! Oct 27 20:20:28.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.036 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.036 INFO kablam! | Oct 27 20:20:28.036 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.036 INFO kablam! | ^^^^^ Oct 27 20:20:28.036 INFO kablam! ... Oct 27 20:20:28.037 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 27 20:20:28.037 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.037 INFO kablam! | Oct 27 20:20:28.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.037 INFO kablam! | Oct 27 20:20:28.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.037 INFO kablam! | Oct 27 20:20:28.037 INFO kablam! Oct 27 20:20:28.037 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.037 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.037 INFO kablam! | Oct 27 20:20:28.037 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.037 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.037 INFO kablam! ... Oct 27 20:20:28.037 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 27 20:20:28.037 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.037 INFO kablam! | Oct 27 20:20:28.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.037 INFO kablam! | Oct 27 20:20:28.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.037 INFO kablam! | Oct 27 20:20:28.037 INFO kablam! Oct 27 20:20:28.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.040 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.040 INFO kablam! | Oct 27 20:20:28.040 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.040 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.040 INFO kablam! ... Oct 27 20:20:28.040 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 27 20:20:28.040 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.040 INFO kablam! | Oct 27 20:20:28.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.040 INFO kablam! | Oct 27 20:20:28.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.040 INFO kablam! | Oct 27 20:20:28.040 INFO kablam! Oct 27 20:20:28.040 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.040 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.040 INFO kablam! | Oct 27 20:20:28.040 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.040 INFO kablam! | ^^^^^ Oct 27 20:20:28.041 INFO kablam! ... Oct 27 20:20:28.041 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 27 20:20:28.041 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! Oct 27 20:20:28.041 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.041 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.041 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.041 INFO kablam! ... Oct 27 20:20:28.041 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 27 20:20:28.041 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! Oct 27 20:20:28.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.041 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.041 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.041 INFO kablam! ... Oct 27 20:20:28.041 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 27 20:20:28.041 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.041 INFO kablam! | Oct 27 20:20:28.041 INFO kablam! Oct 27 20:20:28.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.044 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.044 INFO kablam! | ^^^^^ Oct 27 20:20:28.044 INFO kablam! ... Oct 27 20:20:28.044 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 27 20:20:28.044 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! Oct 27 20:20:28.044 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.044 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.044 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.044 INFO kablam! ... Oct 27 20:20:28.044 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 27 20:20:28.044 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! Oct 27 20:20:28.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.044 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.044 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.044 INFO kablam! ... Oct 27 20:20:28.044 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 27 20:20:28.044 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! Oct 27 20:20:28.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.044 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.044 INFO kablam! | ^^^^^ Oct 27 20:20:28.044 INFO kablam! ... Oct 27 20:20:28.044 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 27 20:20:28.044 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.044 INFO kablam! | Oct 27 20:20:28.044 INFO kablam! Oct 27 20:20:28.048 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.048 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.048 INFO kablam! ... Oct 27 20:20:28.048 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 27 20:20:28.048 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.048 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! Oct 27 20:20:28.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.049 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.049 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.049 INFO kablam! ... Oct 27 20:20:28.049 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 27 20:20:28.049 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! Oct 27 20:20:28.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.049 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.049 INFO kablam! | ^^^^^ Oct 27 20:20:28.049 INFO kablam! ... Oct 27 20:20:28.049 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 27 20:20:28.049 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! Oct 27 20:20:28.049 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.049 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.049 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.049 INFO kablam! ... Oct 27 20:20:28.049 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 27 20:20:28.049 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! Oct 27 20:20:28.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.049 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.049 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.049 INFO kablam! ... Oct 27 20:20:28.049 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 27 20:20:28.049 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.049 INFO kablam! | Oct 27 20:20:28.050 INFO kablam! Oct 27 20:20:28.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.051 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.051 INFO kablam! | ^^^^^ Oct 27 20:20:28.051 INFO kablam! ... Oct 27 20:20:28.051 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 27 20:20:28.051 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! Oct 27 20:20:28.051 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.051 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.051 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.051 INFO kablam! ... Oct 27 20:20:28.051 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 27 20:20:28.051 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! Oct 27 20:20:28.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.051 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.051 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.051 INFO kablam! ... Oct 27 20:20:28.051 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 27 20:20:28.051 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.051 INFO kablam! | Oct 27 20:20:28.051 INFO kablam! Oct 27 20:20:28.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.054 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.054 INFO kablam! | Oct 27 20:20:28.054 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.054 INFO kablam! | ^^^^^ Oct 27 20:20:28.054 INFO kablam! ... Oct 27 20:20:28.054 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 27 20:20:28.054 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.054 INFO kablam! | Oct 27 20:20:28.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.054 INFO kablam! | Oct 27 20:20:28.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.054 INFO kablam! | Oct 27 20:20:28.054 INFO kablam! Oct 27 20:20:28.054 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.054 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.054 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.055 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.055 INFO kablam! ... Oct 27 20:20:28.055 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 27 20:20:28.055 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! Oct 27 20:20:28.055 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.055 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.055 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.055 INFO kablam! ... Oct 27 20:20:28.055 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 27 20:20:28.055 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! Oct 27 20:20:28.055 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.055 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.055 INFO kablam! | ^^^^^ Oct 27 20:20:28.055 INFO kablam! ... Oct 27 20:20:28.055 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 27 20:20:28.055 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! Oct 27 20:20:28.055 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.055 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.055 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.055 INFO kablam! ... Oct 27 20:20:28.055 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 27 20:20:28.055 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.055 INFO kablam! | Oct 27 20:20:28.055 INFO kablam! Oct 27 20:20:28.056 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.056 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.056 INFO kablam! | Oct 27 20:20:28.056 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.056 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.056 INFO kablam! ... Oct 27 20:20:28.056 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 27 20:20:28.056 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.056 INFO kablam! | Oct 27 20:20:28.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.056 INFO kablam! | Oct 27 20:20:28.056 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.056 INFO kablam! | Oct 27 20:20:28.056 INFO kablam! Oct 27 20:20:28.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.057 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.057 INFO kablam! | Oct 27 20:20:28.057 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.057 INFO kablam! | ^^^^^ Oct 27 20:20:28.057 INFO kablam! ... Oct 27 20:20:28.057 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 27 20:20:28.057 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.057 INFO kablam! | Oct 27 20:20:28.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.057 INFO kablam! | Oct 27 20:20:28.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.057 INFO kablam! | Oct 27 20:20:28.057 INFO kablam! Oct 27 20:20:28.059 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.059 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.059 INFO kablam! | Oct 27 20:20:28.060 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.060 INFO kablam! ... Oct 27 20:20:28.060 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 27 20:20:28.060 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.060 INFO kablam! | Oct 27 20:20:28.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.060 INFO kablam! | Oct 27 20:20:28.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.060 INFO kablam! | Oct 27 20:20:28.060 INFO kablam! Oct 27 20:20:28.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.060 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.060 INFO kablam! | Oct 27 20:20:28.060 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.060 INFO kablam! ... Oct 27 20:20:28.060 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 27 20:20:28.060 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.060 INFO kablam! | Oct 27 20:20:28.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.060 INFO kablam! | Oct 27 20:20:28.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.060 INFO kablam! | Oct 27 20:20:28.060 INFO kablam! Oct 27 20:20:28.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.064 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.064 INFO kablam! | ^^^^^ Oct 27 20:20:28.064 INFO kablam! ... Oct 27 20:20:28.064 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 27 20:20:28.064 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! Oct 27 20:20:28.064 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.064 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.064 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.064 INFO kablam! ... Oct 27 20:20:28.064 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 27 20:20:28.064 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! Oct 27 20:20:28.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.064 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.064 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.064 INFO kablam! ... Oct 27 20:20:28.064 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 27 20:20:28.064 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.064 INFO kablam! | Oct 27 20:20:28.064 INFO kablam! Oct 27 20:20:28.074 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.075 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.075 INFO kablam! | ^^^^^ Oct 27 20:20:28.075 INFO kablam! ... Oct 27 20:20:28.075 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 27 20:20:28.075 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! Oct 27 20:20:28.075 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.075 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.075 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.075 INFO kablam! ... Oct 27 20:20:28.075 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 27 20:20:28.075 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! Oct 27 20:20:28.075 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.075 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.075 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.075 INFO kablam! ... Oct 27 20:20:28.075 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 27 20:20:28.075 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! Oct 27 20:20:28.075 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.075 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.075 INFO kablam! | ^^^^^ Oct 27 20:20:28.075 INFO kablam! ... Oct 27 20:20:28.075 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 27 20:20:28.075 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! Oct 27 20:20:28.075 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.075 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.075 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.075 INFO kablam! ... Oct 27 20:20:28.075 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 27 20:20:28.075 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! Oct 27 20:20:28.075 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.075 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.075 INFO kablam! | Oct 27 20:20:28.075 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.075 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.075 INFO kablam! ... Oct 27 20:20:28.076 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 27 20:20:28.076 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! Oct 27 20:20:28.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.076 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.076 INFO kablam! | ^^^^^ Oct 27 20:20:28.076 INFO kablam! ... Oct 27 20:20:28.076 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 27 20:20:28.076 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! Oct 27 20:20:28.076 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.076 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.076 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.076 INFO kablam! ... Oct 27 20:20:28.076 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 27 20:20:28.076 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! Oct 27 20:20:28.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.076 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.076 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.076 INFO kablam! ... Oct 27 20:20:28.076 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 27 20:20:28.076 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! Oct 27 20:20:28.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.076 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.076 INFO kablam! | ^^^^^ Oct 27 20:20:28.076 INFO kablam! ... Oct 27 20:20:28.076 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 27 20:20:28.076 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! Oct 27 20:20:28.076 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.076 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.076 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.076 INFO kablam! ... Oct 27 20:20:28.076 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 27 20:20:28.076 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.076 INFO kablam! | Oct 27 20:20:28.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.077 INFO kablam! | Oct 27 20:20:28.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.077 INFO kablam! | Oct 27 20:20:28.077 INFO kablam! Oct 27 20:20:28.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.080 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.080 INFO kablam! | Oct 27 20:20:28.080 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.080 INFO kablam! ... Oct 27 20:20:28.080 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 27 20:20:28.080 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.080 INFO kablam! | Oct 27 20:20:28.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.080 INFO kablam! | Oct 27 20:20:28.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.080 INFO kablam! | Oct 27 20:20:28.080 INFO kablam! Oct 27 20:20:28.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.080 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.080 INFO kablam! | Oct 27 20:20:28.081 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.081 INFO kablam! | ^^^^^ Oct 27 20:20:28.081 INFO kablam! ... Oct 27 20:20:28.081 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 27 20:20:28.081 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.081 INFO kablam! | Oct 27 20:20:28.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.081 INFO kablam! | Oct 27 20:20:28.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.081 INFO kablam! | Oct 27 20:20:28.081 INFO kablam! Oct 27 20:20:28.081 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.082 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.082 INFO kablam! | Oct 27 20:20:28.082 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.082 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.082 INFO kablam! ... Oct 27 20:20:28.082 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 27 20:20:28.082 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.082 INFO kablam! | Oct 27 20:20:28.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.082 INFO kablam! | Oct 27 20:20:28.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.082 INFO kablam! | Oct 27 20:20:28.082 INFO kablam! Oct 27 20:20:28.086 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.086 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.086 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.086 INFO kablam! ... Oct 27 20:20:28.086 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 27 20:20:28.086 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! Oct 27 20:20:28.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.086 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.086 INFO kablam! | ^^^^^ Oct 27 20:20:28.086 INFO kablam! ... Oct 27 20:20:28.086 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Oct 27 20:20:28.086 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! Oct 27 20:20:28.086 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.086 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.086 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.086 INFO kablam! ... Oct 27 20:20:28.086 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Oct 27 20:20:28.086 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! Oct 27 20:20:28.086 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.086 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.086 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.086 INFO kablam! ... Oct 27 20:20:28.086 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Oct 27 20:20:28.086 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.086 INFO kablam! | Oct 27 20:20:28.086 INFO kablam! Oct 27 20:20:28.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.087 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.087 INFO kablam! | ^^^^^ Oct 27 20:20:28.087 INFO kablam! ... Oct 27 20:20:28.087 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 27 20:20:28.087 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! Oct 27 20:20:28.087 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.087 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.087 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.087 INFO kablam! ... Oct 27 20:20:28.087 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 27 20:20:28.087 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! Oct 27 20:20:28.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.087 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.087 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.087 INFO kablam! ... Oct 27 20:20:28.087 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 27 20:20:28.087 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! Oct 27 20:20:28.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.087 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.087 INFO kablam! | ^^^^^ Oct 27 20:20:28.087 INFO kablam! ... Oct 27 20:20:28.087 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 27 20:20:28.087 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.087 INFO kablam! | Oct 27 20:20:28.087 INFO kablam! Oct 27 20:20:28.092 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.092 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.092 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.092 INFO kablam! ... Oct 27 20:20:28.092 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 27 20:20:28.092 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! Oct 27 20:20:28.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.092 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.092 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.092 INFO kablam! ... Oct 27 20:20:28.092 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 27 20:20:28.092 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! Oct 27 20:20:28.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.092 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.092 INFO kablam! | ^^^^^ Oct 27 20:20:28.092 INFO kablam! ... Oct 27 20:20:28.092 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 27 20:20:28.092 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! Oct 27 20:20:28.092 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.092 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.092 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.092 INFO kablam! ... Oct 27 20:20:28.092 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 27 20:20:28.092 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! Oct 27 20:20:28.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.092 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.092 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.092 INFO kablam! ... Oct 27 20:20:28.092 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 27 20:20:28.092 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.092 INFO kablam! | Oct 27 20:20:28.092 INFO kablam! Oct 27 20:20:28.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.097 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.098 INFO kablam! | ^^^^^ Oct 27 20:20:28.098 INFO kablam! ... Oct 27 20:20:28.098 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Oct 27 20:20:28.098 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! Oct 27 20:20:28.098 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.098 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.098 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.098 INFO kablam! ... Oct 27 20:20:28.098 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Oct 27 20:20:28.098 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! Oct 27 20:20:28.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.098 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.098 INFO kablam! | Oct 27 20:20:28.098 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.099 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.099 INFO kablam! ... Oct 27 20:20:28.099 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Oct 27 20:20:28.099 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! Oct 27 20:20:28.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.099 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.099 INFO kablam! | ^^^^^ Oct 27 20:20:28.099 INFO kablam! ... Oct 27 20:20:28.099 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Oct 27 20:20:28.099 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! Oct 27 20:20:28.099 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.099 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.099 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.099 INFO kablam! ... Oct 27 20:20:28.099 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Oct 27 20:20:28.099 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! Oct 27 20:20:28.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.099 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.099 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.099 INFO kablam! ... Oct 27 20:20:28.099 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Oct 27 20:20:28.099 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! Oct 27 20:20:28.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.099 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.099 INFO kablam! | ^^^^^ Oct 27 20:20:28.099 INFO kablam! ... Oct 27 20:20:28.099 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 27 20:20:28.099 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! Oct 27 20:20:28.099 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.099 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.099 INFO kablam! | Oct 27 20:20:28.099 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.100 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.100 INFO kablam! ... Oct 27 20:20:28.100 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 27 20:20:28.100 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.100 INFO kablam! | Oct 27 20:20:28.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.100 INFO kablam! | Oct 27 20:20:28.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.100 INFO kablam! | Oct 27 20:20:28.100 INFO kablam! Oct 27 20:20:28.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.103 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.103 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.103 INFO kablam! ... Oct 27 20:20:28.103 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 27 20:20:28.103 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.103 INFO kablam! Oct 27 20:20:28.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.103 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.103 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.103 INFO kablam! | ^^^^^ Oct 27 20:20:28.103 INFO kablam! ... Oct 27 20:20:28.103 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Oct 27 20:20:28.103 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.103 INFO kablam! Oct 27 20:20:28.103 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.103 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.103 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.103 INFO kablam! ... Oct 27 20:20:28.103 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Oct 27 20:20:28.103 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.103 INFO kablam! | Oct 27 20:20:28.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.104 INFO kablam! | Oct 27 20:20:28.104 INFO kablam! Oct 27 20:20:28.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.104 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.104 INFO kablam! | Oct 27 20:20:28.104 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.104 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.104 INFO kablam! ... Oct 27 20:20:28.104 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Oct 27 20:20:28.104 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.104 INFO kablam! | Oct 27 20:20:28.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.104 INFO kablam! | Oct 27 20:20:28.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.104 INFO kablam! | Oct 27 20:20:28.104 INFO kablam! Oct 27 20:20:28.107 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.107 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.107 INFO kablam! | ^^^^^ Oct 27 20:20:28.107 INFO kablam! ... Oct 27 20:20:28.107 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 27 20:20:28.107 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! Oct 27 20:20:28.107 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.107 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.107 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.107 INFO kablam! ... Oct 27 20:20:28.107 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 27 20:20:28.107 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! Oct 27 20:20:28.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.107 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.107 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.107 INFO kablam! ... Oct 27 20:20:28.107 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 27 20:20:28.107 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.107 INFO kablam! | Oct 27 20:20:28.107 INFO kablam! Oct 27 20:20:28.111 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.112 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.112 INFO kablam! | ^^^^^ Oct 27 20:20:28.112 INFO kablam! ... Oct 27 20:20:28.112 INFO kablam! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Oct 27 20:20:28.112 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! Oct 27 20:20:28.112 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.112 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.112 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.112 INFO kablam! ... Oct 27 20:20:28.112 INFO kablam! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Oct 27 20:20:28.112 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! Oct 27 20:20:28.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.112 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.112 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.112 INFO kablam! ... Oct 27 20:20:28.112 INFO kablam! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Oct 27 20:20:28.112 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! Oct 27 20:20:28.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.112 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.112 INFO kablam! | Oct 27 20:20:28.112 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.112 INFO kablam! | ^^^^^ Oct 27 20:20:28.113 INFO kablam! ... Oct 27 20:20:28.113 INFO kablam! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Oct 27 20:20:28.113 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.113 INFO kablam! | Oct 27 20:20:28.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.113 INFO kablam! | Oct 27 20:20:28.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.113 INFO kablam! | Oct 27 20:20:28.113 INFO kablam! Oct 27 20:20:28.115 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.115 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.115 INFO kablam! ... Oct 27 20:20:28.115 INFO kablam! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Oct 27 20:20:28.115 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! Oct 27 20:20:28.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.115 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.115 INFO kablam! ... Oct 27 20:20:28.115 INFO kablam! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Oct 27 20:20:28.115 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! Oct 27 20:20:28.115 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.115 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.115 INFO kablam! | ^^^^^ Oct 27 20:20:28.115 INFO kablam! ... Oct 27 20:20:28.115 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 27 20:20:28.115 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! Oct 27 20:20:28.115 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.115 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.115 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.115 INFO kablam! ... Oct 27 20:20:28.115 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 27 20:20:28.115 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.115 INFO kablam! | Oct 27 20:20:28.115 INFO kablam! Oct 27 20:20:28.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.119 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.119 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.119 INFO kablam! ... Oct 27 20:20:28.119 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 27 20:20:28.119 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.119 INFO kablam! Oct 27 20:20:28.119 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.119 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.119 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.119 INFO kablam! | ^^^^^ Oct 27 20:20:28.119 INFO kablam! ... Oct 27 20:20:28.119 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 27 20:20:28.119 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.119 INFO kablam! Oct 27 20:20:28.119 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.119 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.119 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.119 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.119 INFO kablam! ... Oct 27 20:20:28.119 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 27 20:20:28.119 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.119 INFO kablam! | Oct 27 20:20:28.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.120 INFO kablam! | Oct 27 20:20:28.120 INFO kablam! Oct 27 20:20:28.120 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.120 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.120 INFO kablam! | Oct 27 20:20:28.120 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.120 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.120 INFO kablam! ... Oct 27 20:20:28.120 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 27 20:20:28.120 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.120 INFO kablam! | Oct 27 20:20:28.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.120 INFO kablam! | Oct 27 20:20:28.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.120 INFO kablam! | Oct 27 20:20:28.120 INFO kablam! Oct 27 20:20:28.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.123 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.123 INFO kablam! | Oct 27 20:20:28.123 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.123 INFO kablam! | ^^^^^ Oct 27 20:20:28.123 INFO kablam! ... Oct 27 20:20:28.123 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 27 20:20:28.123 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.123 INFO kablam! | Oct 27 20:20:28.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.123 INFO kablam! | Oct 27 20:20:28.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.123 INFO kablam! | Oct 27 20:20:28.123 INFO kablam! Oct 27 20:20:28.123 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.124 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.124 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.124 INFO kablam! ... Oct 27 20:20:28.124 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 27 20:20:28.124 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! Oct 27 20:20:28.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.124 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.124 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.124 INFO kablam! ... Oct 27 20:20:28.124 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 27 20:20:28.124 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! Oct 27 20:20:28.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.124 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.124 INFO kablam! | ^^^^^ Oct 27 20:20:28.124 INFO kablam! ... Oct 27 20:20:28.124 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 27 20:20:28.124 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! Oct 27 20:20:28.124 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.124 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.124 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.124 INFO kablam! ... Oct 27 20:20:28.124 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 27 20:20:28.124 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.124 INFO kablam! | Oct 27 20:20:28.124 INFO kablam! Oct 27 20:20:28.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.127 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.127 INFO kablam! ... Oct 27 20:20:28.127 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 27 20:20:28.127 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! Oct 27 20:20:28.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.127 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.127 INFO kablam! | ^^^^^ Oct 27 20:20:28.127 INFO kablam! ... Oct 27 20:20:28.127 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 27 20:20:28.127 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! Oct 27 20:20:28.127 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.127 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.127 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.127 INFO kablam! ... Oct 27 20:20:28.127 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 27 20:20:28.127 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.127 INFO kablam! | Oct 27 20:20:28.127 INFO kablam! Oct 27 20:20:28.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.132 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.132 INFO kablam! | Oct 27 20:20:28.132 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.132 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.132 INFO kablam! ... Oct 27 20:20:28.132 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 27 20:20:28.132 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.132 INFO kablam! | Oct 27 20:20:28.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.132 INFO kablam! | Oct 27 20:20:28.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.132 INFO kablam! | Oct 27 20:20:28.132 INFO kablam! Oct 27 20:20:28.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.132 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.132 INFO kablam! | Oct 27 20:20:28.132 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.132 INFO kablam! | ^^^^^ Oct 27 20:20:28.132 INFO kablam! ... Oct 27 20:20:28.132 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 27 20:20:28.132 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.132 INFO kablam! | Oct 27 20:20:28.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! Oct 27 20:20:28.133 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.133 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.133 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.133 INFO kablam! ... Oct 27 20:20:28.133 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 27 20:20:28.133 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! Oct 27 20:20:28.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.133 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.133 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.133 INFO kablam! ... Oct 27 20:20:28.133 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 27 20:20:28.133 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.133 INFO kablam! | Oct 27 20:20:28.133 INFO kablam! Oct 27 20:20:28.137 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.137 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.137 INFO kablam! | Oct 27 20:20:28.137 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.137 INFO kablam! | ^^^^^ Oct 27 20:20:28.137 INFO kablam! ... Oct 27 20:20:28.137 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Oct 27 20:20:28.137 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.137 INFO kablam! | Oct 27 20:20:28.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.137 INFO kablam! | Oct 27 20:20:28.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.137 INFO kablam! | Oct 27 20:20:28.137 INFO kablam! Oct 27 20:20:28.137 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.137 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.137 INFO kablam! | Oct 27 20:20:28.137 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.137 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.137 INFO kablam! ... Oct 27 20:20:28.137 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Oct 27 20:20:28.137 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.137 INFO kablam! | Oct 27 20:20:28.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.137 INFO kablam! | Oct 27 20:20:28.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.137 INFO kablam! | Oct 27 20:20:28.137 INFO kablam! Oct 27 20:20:28.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.137 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.137 INFO kablam! | Oct 27 20:20:28.137 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.137 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.137 INFO kablam! ... Oct 27 20:20:28.137 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Oct 27 20:20:28.137 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.137 INFO kablam! | Oct 27 20:20:28.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.138 INFO kablam! | Oct 27 20:20:28.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.138 INFO kablam! | Oct 27 20:20:28.138 INFO kablam! Oct 27 20:20:28.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.138 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.138 INFO kablam! | Oct 27 20:20:28.138 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.138 INFO kablam! | ^^^^^ Oct 27 20:20:28.138 INFO kablam! ... Oct 27 20:20:28.138 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 27 20:20:28.138 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.138 INFO kablam! | Oct 27 20:20:28.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.138 INFO kablam! | Oct 27 20:20:28.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.138 INFO kablam! | Oct 27 20:20:28.138 INFO kablam! Oct 27 20:20:28.138 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.138 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.138 INFO kablam! | Oct 27 20:20:28.138 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.138 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.138 INFO kablam! ... Oct 27 20:20:28.138 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 27 20:20:28.138 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.138 INFO kablam! | Oct 27 20:20:28.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.138 INFO kablam! | Oct 27 20:20:28.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.138 INFO kablam! | Oct 27 20:20:28.138 INFO kablam! Oct 27 20:20:28.140 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.140 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.140 INFO kablam! | Oct 27 20:20:28.140 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.140 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.140 INFO kablam! ... Oct 27 20:20:28.140 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 27 20:20:28.140 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.140 INFO kablam! | Oct 27 20:20:28.140 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.140 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.140 INFO kablam! | Oct 27 20:20:28.140 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.140 INFO kablam! | Oct 27 20:20:28.141 INFO kablam! Oct 27 20:20:28.141 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.141 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.141 INFO kablam! | Oct 27 20:20:28.141 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.141 INFO kablam! | ^^^^^ Oct 27 20:20:28.141 INFO kablam! ... Oct 27 20:20:28.141 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Oct 27 20:20:28.141 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.141 INFO kablam! | Oct 27 20:20:28.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.141 INFO kablam! | Oct 27 20:20:28.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.141 INFO kablam! | Oct 27 20:20:28.141 INFO kablam! Oct 27 20:20:28.141 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.141 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.141 INFO kablam! | Oct 27 20:20:28.141 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.141 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.141 INFO kablam! ... Oct 27 20:20:28.142 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Oct 27 20:20:28.142 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.142 INFO kablam! | Oct 27 20:20:28.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.142 INFO kablam! | Oct 27 20:20:28.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.142 INFO kablam! | Oct 27 20:20:28.142 INFO kablam! Oct 27 20:20:28.142 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.142 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.142 INFO kablam! | Oct 27 20:20:28.143 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.143 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.143 INFO kablam! ... Oct 27 20:20:28.143 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Oct 27 20:20:28.143 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.143 INFO kablam! | Oct 27 20:20:28.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.143 INFO kablam! | Oct 27 20:20:28.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.143 INFO kablam! | Oct 27 20:20:28.143 INFO kablam! Oct 27 20:20:28.143 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.143 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.143 INFO kablam! | Oct 27 20:20:28.143 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.143 INFO kablam! | ^^^^^ Oct 27 20:20:28.143 INFO kablam! ... Oct 27 20:20:28.143 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 27 20:20:28.143 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.143 INFO kablam! | Oct 27 20:20:28.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.143 INFO kablam! | Oct 27 20:20:28.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.143 INFO kablam! | Oct 27 20:20:28.143 INFO kablam! Oct 27 20:20:28.147 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.149 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.149 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.149 INFO kablam! ... Oct 27 20:20:28.149 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 27 20:20:28.149 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! Oct 27 20:20:28.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.149 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.149 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.149 INFO kablam! ... Oct 27 20:20:28.149 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 27 20:20:28.149 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! Oct 27 20:20:28.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.149 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.149 INFO kablam! | ^^^^^ Oct 27 20:20:28.149 INFO kablam! ... Oct 27 20:20:28.149 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Oct 27 20:20:28.149 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.149 INFO kablam! Oct 27 20:20:28.149 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.149 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.149 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.150 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.150 INFO kablam! ... Oct 27 20:20:28.150 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Oct 27 20:20:28.150 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! Oct 27 20:20:28.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.150 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.150 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.150 INFO kablam! ... Oct 27 20:20:28.150 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Oct 27 20:20:28.150 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! Oct 27 20:20:28.150 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.150 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.150 INFO kablam! | ^^^^^ Oct 27 20:20:28.150 INFO kablam! ... Oct 27 20:20:28.150 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Oct 27 20:20:28.150 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! Oct 27 20:20:28.150 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.150 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.150 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.150 INFO kablam! ... Oct 27 20:20:28.150 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Oct 27 20:20:28.150 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! Oct 27 20:20:28.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.150 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.150 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.150 INFO kablam! ... Oct 27 20:20:28.150 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Oct 27 20:20:28.150 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! Oct 27 20:20:28.150 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.150 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.150 INFO kablam! | ^^^^^ Oct 27 20:20:28.150 INFO kablam! ... Oct 27 20:20:28.150 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 27 20:20:28.150 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! Oct 27 20:20:28.150 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.150 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.150 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.150 INFO kablam! ... Oct 27 20:20:28.150 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 27 20:20:28.150 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.150 INFO kablam! | Oct 27 20:20:28.150 INFO kablam! Oct 27 20:20:28.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.154 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.154 INFO kablam! | Oct 27 20:20:28.154 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.154 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.154 INFO kablam! ... Oct 27 20:20:28.154 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 27 20:20:28.154 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.154 INFO kablam! | Oct 27 20:20:28.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.154 INFO kablam! | Oct 27 20:20:28.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.154 INFO kablam! | Oct 27 20:20:28.154 INFO kablam! Oct 27 20:20:28.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.154 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.155 INFO kablam! | ^^^^^ Oct 27 20:20:28.155 INFO kablam! ... Oct 27 20:20:28.155 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 27 20:20:28.155 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! Oct 27 20:20:28.155 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.155 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.155 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.155 INFO kablam! ... Oct 27 20:20:28.155 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 27 20:20:28.155 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! Oct 27 20:20:28.155 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.155 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.155 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.155 INFO kablam! ... Oct 27 20:20:28.155 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 27 20:20:28.155 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.155 INFO kablam! | Oct 27 20:20:28.155 INFO kablam! Oct 27 20:20:28.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.160 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.160 INFO kablam! | ^^^^^ Oct 27 20:20:28.160 INFO kablam! ... Oct 27 20:20:28.160 INFO kablam! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Oct 27 20:20:28.160 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! Oct 27 20:20:28.160 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.160 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.160 INFO kablam! ... Oct 27 20:20:28.160 INFO kablam! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Oct 27 20:20:28.160 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! Oct 27 20:20:28.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.160 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.160 INFO kablam! ... Oct 27 20:20:28.160 INFO kablam! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Oct 27 20:20:28.160 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! Oct 27 20:20:28.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.160 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.160 INFO kablam! | ^^^^^ Oct 27 20:20:28.160 INFO kablam! ... Oct 27 20:20:28.160 INFO kablam! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Oct 27 20:20:28.160 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! Oct 27 20:20:28.160 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.160 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.160 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.160 INFO kablam! ... Oct 27 20:20:28.160 INFO kablam! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Oct 27 20:20:28.160 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.160 INFO kablam! | Oct 27 20:20:28.160 INFO kablam! Oct 27 20:20:28.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.164 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.164 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.164 INFO kablam! ... Oct 27 20:20:28.164 INFO kablam! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Oct 27 20:20:28.164 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! Oct 27 20:20:28.164 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.164 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.164 INFO kablam! | ^^^^^ Oct 27 20:20:28.164 INFO kablam! ... Oct 27 20:20:28.164 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 27 20:20:28.164 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! Oct 27 20:20:28.164 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.164 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.164 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.164 INFO kablam! ... Oct 27 20:20:28.164 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 27 20:20:28.164 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! Oct 27 20:20:28.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.164 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.164 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.164 INFO kablam! ... Oct 27 20:20:28.164 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 27 20:20:28.164 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.164 INFO kablam! | Oct 27 20:20:28.164 INFO kablam! Oct 27 20:20:28.167 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.167 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.167 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.168 INFO kablam! | ^^^^^ Oct 27 20:20:28.168 INFO kablam! ... Oct 27 20:20:28.168 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 27 20:20:28.168 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! Oct 27 20:20:28.168 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.168 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.168 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.168 INFO kablam! ... Oct 27 20:20:28.168 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 27 20:20:28.168 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! Oct 27 20:20:28.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.168 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.168 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.168 INFO kablam! ... Oct 27 20:20:28.168 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 27 20:20:28.168 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.168 INFO kablam! | Oct 27 20:20:28.168 INFO kablam! Oct 27 20:20:28.171 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.171 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.171 INFO kablam! | ^^^^^ Oct 27 20:20:28.171 INFO kablam! ... Oct 27 20:20:28.171 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 27 20:20:28.171 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! Oct 27 20:20:28.171 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.171 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.171 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.171 INFO kablam! ... Oct 27 20:20:28.171 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 27 20:20:28.171 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! Oct 27 20:20:28.171 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.171 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.171 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.171 INFO kablam! ... Oct 27 20:20:28.171 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 27 20:20:28.171 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.171 INFO kablam! | Oct 27 20:20:28.171 INFO kablam! Oct 27 20:20:28.174 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.174 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.174 INFO kablam! | Oct 27 20:20:28.174 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.174 INFO kablam! | ^^^^^ Oct 27 20:20:28.174 INFO kablam! ... Oct 27 20:20:28.174 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 27 20:20:28.174 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.174 INFO kablam! | Oct 27 20:20:28.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.175 INFO kablam! | Oct 27 20:20:28.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.175 INFO kablam! | Oct 27 20:20:28.175 INFO kablam! Oct 27 20:20:28.175 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.175 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.175 INFO kablam! | Oct 27 20:20:28.175 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.175 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.175 INFO kablam! ... Oct 27 20:20:28.175 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 27 20:20:28.175 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.175 INFO kablam! | Oct 27 20:20:28.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.175 INFO kablam! | Oct 27 20:20:28.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.175 INFO kablam! | Oct 27 20:20:28.175 INFO kablam! Oct 27 20:20:28.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.175 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.175 INFO kablam! | Oct 27 20:20:28.175 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.175 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.175 INFO kablam! ... Oct 27 20:20:28.175 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 27 20:20:28.175 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.175 INFO kablam! | Oct 27 20:20:28.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.175 INFO kablam! | Oct 27 20:20:28.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.175 INFO kablam! | Oct 27 20:20:28.175 INFO kablam! Oct 27 20:20:28.178 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.178 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.180 INFO kablam! | ^^^^^ Oct 27 20:20:28.180 INFO kablam! ... Oct 27 20:20:28.180 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 27 20:20:28.180 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! Oct 27 20:20:28.180 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.180 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.180 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.180 INFO kablam! ... Oct 27 20:20:28.180 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 27 20:20:28.180 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! Oct 27 20:20:28.180 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.180 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.180 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.180 INFO kablam! ... Oct 27 20:20:28.180 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 27 20:20:28.180 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! Oct 27 20:20:28.180 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.180 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.180 INFO kablam! | ^^^^^ Oct 27 20:20:28.180 INFO kablam! ... Oct 27 20:20:28.180 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 27 20:20:28.180 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.180 INFO kablam! | Oct 27 20:20:28.180 INFO kablam! Oct 27 20:20:28.181 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.181 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.181 INFO kablam! | Oct 27 20:20:28.181 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.181 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.181 INFO kablam! ... Oct 27 20:20:28.181 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 27 20:20:28.181 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.181 INFO kablam! | Oct 27 20:20:28.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.181 INFO kablam! | Oct 27 20:20:28.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.181 INFO kablam! | Oct 27 20:20:28.181 INFO kablam! Oct 27 20:20:28.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.181 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.181 INFO kablam! | Oct 27 20:20:28.181 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.181 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.181 INFO kablam! ... Oct 27 20:20:28.181 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 27 20:20:28.181 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.181 INFO kablam! | Oct 27 20:20:28.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.181 INFO kablam! | Oct 27 20:20:28.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.181 INFO kablam! | Oct 27 20:20:28.181 INFO kablam! Oct 27 20:20:28.187 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.193 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.193 INFO kablam! | Oct 27 20:20:28.194 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.194 INFO kablam! | ^^^^^ Oct 27 20:20:28.194 INFO kablam! ... Oct 27 20:20:28.194 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 27 20:20:28.194 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.194 INFO kablam! | Oct 27 20:20:28.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.194 INFO kablam! | Oct 27 20:20:28.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.194 INFO kablam! | Oct 27 20:20:28.194 INFO kablam! Oct 27 20:20:28.194 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.194 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.194 INFO kablam! | Oct 27 20:20:28.194 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.194 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.194 INFO kablam! ... Oct 27 20:20:28.195 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 27 20:20:28.195 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.195 INFO kablam! | Oct 27 20:20:28.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.195 INFO kablam! | Oct 27 20:20:28.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.195 INFO kablam! | Oct 27 20:20:28.195 INFO kablam! Oct 27 20:20:28.195 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.195 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.195 INFO kablam! | Oct 27 20:20:28.195 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.195 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.195 INFO kablam! ... Oct 27 20:20:28.195 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 27 20:20:28.195 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 27 20:20:28.195 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! Oct 27 20:20:28.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.196 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.196 INFO kablam! | ^^^^^ Oct 27 20:20:28.196 INFO kablam! ... Oct 27 20:20:28.196 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 27 20:20:28.196 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! Oct 27 20:20:28.196 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.196 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.196 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.196 INFO kablam! ... Oct 27 20:20:28.196 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 27 20:20:28.196 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! Oct 27 20:20:28.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.196 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.196 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.196 INFO kablam! ... Oct 27 20:20:28.196 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 27 20:20:28.196 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.196 INFO kablam! | Oct 27 20:20:28.196 INFO kablam! Oct 27 20:20:28.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.197 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.197 INFO kablam! | ^^^^^ Oct 27 20:20:28.197 INFO kablam! ... Oct 27 20:20:28.197 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 27 20:20:28.197 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! Oct 27 20:20:28.197 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.197 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.197 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.197 INFO kablam! ... Oct 27 20:20:28.197 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 27 20:20:28.197 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! Oct 27 20:20:28.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.197 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.197 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.197 INFO kablam! ... Oct 27 20:20:28.197 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 27 20:20:28.197 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! Oct 27 20:20:28.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.197 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.197 INFO kablam! | ^^^^^ Oct 27 20:20:28.197 INFO kablam! ... Oct 27 20:20:28.197 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 27 20:20:28.197 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! Oct 27 20:20:28.197 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.197 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.197 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.197 INFO kablam! ... Oct 27 20:20:28.197 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 27 20:20:28.197 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! Oct 27 20:20:28.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.197 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.197 INFO kablam! | Oct 27 20:20:28.197 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.198 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.198 INFO kablam! ... Oct 27 20:20:28.198 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 27 20:20:28.198 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! Oct 27 20:20:28.198 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.198 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.198 INFO kablam! | ^^^^^ Oct 27 20:20:28.198 INFO kablam! ... Oct 27 20:20:28.198 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 27 20:20:28.198 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! Oct 27 20:20:28.198 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.198 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.198 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.198 INFO kablam! ... Oct 27 20:20:28.198 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 27 20:20:28.198 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.198 INFO kablam! | Oct 27 20:20:28.198 INFO kablam! Oct 27 20:20:28.199 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.201 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.201 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.201 INFO kablam! ... Oct 27 20:20:28.201 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 27 20:20:28.201 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! Oct 27 20:20:28.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.201 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.201 INFO kablam! | ^^^^^ Oct 27 20:20:28.201 INFO kablam! ... Oct 27 20:20:28.201 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 27 20:20:28.201 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.201 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! Oct 27 20:20:28.202 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.202 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.202 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.202 INFO kablam! ... Oct 27 20:20:28.202 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 27 20:20:28.202 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! Oct 27 20:20:28.202 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.202 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.202 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.202 INFO kablam! ... Oct 27 20:20:28.202 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 27 20:20:28.202 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! Oct 27 20:20:28.202 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.202 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.202 INFO kablam! | ^^^^^ Oct 27 20:20:28.202 INFO kablam! ... Oct 27 20:20:28.202 INFO kablam! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Oct 27 20:20:28.202 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! Oct 27 20:20:28.202 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.202 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.202 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.202 INFO kablam! ... Oct 27 20:20:28.202 INFO kablam! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Oct 27 20:20:28.202 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.202 INFO kablam! | Oct 27 20:20:28.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! Oct 27 20:20:28.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.205 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.205 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.205 INFO kablam! ... Oct 27 20:20:28.205 INFO kablam! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Oct 27 20:20:28.205 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! Oct 27 20:20:28.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.205 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.205 INFO kablam! | ^^^^^ Oct 27 20:20:28.205 INFO kablam! ... Oct 27 20:20:28.205 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 27 20:20:28.205 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! Oct 27 20:20:28.205 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.205 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.205 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.205 INFO kablam! ... Oct 27 20:20:28.205 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 27 20:20:28.205 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! Oct 27 20:20:28.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.205 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.205 INFO kablam! | Oct 27 20:20:28.205 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.205 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.205 INFO kablam! ... Oct 27 20:20:28.206 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 27 20:20:28.206 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.206 INFO kablam! | Oct 27 20:20:28.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.206 INFO kablam! | Oct 27 20:20:28.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.206 INFO kablam! | Oct 27 20:20:28.206 INFO kablam! Oct 27 20:20:28.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.212 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.212 INFO kablam! | Oct 27 20:20:28.212 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.212 INFO kablam! | ^^^^^ Oct 27 20:20:28.212 INFO kablam! ... Oct 27 20:20:28.212 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 27 20:20:28.212 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.212 INFO kablam! | Oct 27 20:20:28.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.212 INFO kablam! | Oct 27 20:20:28.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.212 INFO kablam! | Oct 27 20:20:28.212 INFO kablam! Oct 27 20:20:28.212 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.212 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.212 INFO kablam! | Oct 27 20:20:28.212 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.212 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.212 INFO kablam! ... Oct 27 20:20:28.212 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 27 20:20:28.212 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.212 INFO kablam! | Oct 27 20:20:28.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.212 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! Oct 27 20:20:28.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.213 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.213 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.213 INFO kablam! ... Oct 27 20:20:28.213 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 27 20:20:28.213 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! Oct 27 20:20:28.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.213 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.213 INFO kablam! | ^^^^^ Oct 27 20:20:28.213 INFO kablam! ... Oct 27 20:20:28.213 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 27 20:20:28.213 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! Oct 27 20:20:28.213 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.213 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.213 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.213 INFO kablam! ... Oct 27 20:20:28.213 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 27 20:20:28.213 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! Oct 27 20:20:28.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.213 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.213 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.213 INFO kablam! ... Oct 27 20:20:28.213 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 27 20:20:28.213 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! Oct 27 20:20:28.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.213 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.213 INFO kablam! | ^^^^^ Oct 27 20:20:28.213 INFO kablam! ... Oct 27 20:20:28.213 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 27 20:20:28.213 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! Oct 27 20:20:28.213 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.213 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.213 INFO kablam! | Oct 27 20:20:28.213 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.213 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.213 INFO kablam! ... Oct 27 20:20:28.213 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 27 20:20:28.213 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.214 INFO kablam! | Oct 27 20:20:28.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.214 INFO kablam! | Oct 27 20:20:28.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.214 INFO kablam! | Oct 27 20:20:28.214 INFO kablam! Oct 27 20:20:28.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.216 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.216 INFO kablam! ... Oct 27 20:20:28.216 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 27 20:20:28.216 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! Oct 27 20:20:28.216 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.216 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.216 INFO kablam! | ^^^^^ Oct 27 20:20:28.216 INFO kablam! ... Oct 27 20:20:28.216 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 27 20:20:28.216 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! Oct 27 20:20:28.216 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.216 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.216 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.216 INFO kablam! ... Oct 27 20:20:28.216 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 27 20:20:28.216 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.216 INFO kablam! | Oct 27 20:20:28.216 INFO kablam! Oct 27 20:20:28.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.219 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.219 INFO kablam! ... Oct 27 20:20:28.219 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 27 20:20:28.219 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! Oct 27 20:20:28.219 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.219 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.219 INFO kablam! | ^^^^^ Oct 27 20:20:28.219 INFO kablam! ... Oct 27 20:20:28.219 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 27 20:20:28.219 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! Oct 27 20:20:28.219 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.219 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.219 INFO kablam! ... Oct 27 20:20:28.219 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 27 20:20:28.219 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! Oct 27 20:20:28.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.219 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.219 INFO kablam! | Oct 27 20:20:28.219 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.219 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.219 INFO kablam! ... Oct 27 20:20:28.219 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 27 20:20:28.219 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.220 INFO kablam! | Oct 27 20:20:28.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.220 INFO kablam! | Oct 27 20:20:28.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.220 INFO kablam! | Oct 27 20:20:28.220 INFO kablam! Oct 27 20:20:28.223 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.223 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.223 INFO kablam! | Oct 27 20:20:28.223 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.223 INFO kablam! | ^^^^^ Oct 27 20:20:28.223 INFO kablam! ... Oct 27 20:20:28.223 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 27 20:20:28.223 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.223 INFO kablam! | Oct 27 20:20:28.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.223 INFO kablam! | Oct 27 20:20:28.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.223 INFO kablam! | Oct 27 20:20:28.223 INFO kablam! Oct 27 20:20:28.223 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.223 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.223 INFO kablam! | Oct 27 20:20:28.223 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.223 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.223 INFO kablam! ... Oct 27 20:20:28.223 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 27 20:20:28.223 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.223 INFO kablam! | Oct 27 20:20:28.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.223 INFO kablam! | Oct 27 20:20:28.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.223 INFO kablam! | Oct 27 20:20:28.223 INFO kablam! Oct 27 20:20:28.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.223 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.223 INFO kablam! | Oct 27 20:20:28.223 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.223 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.223 INFO kablam! ... Oct 27 20:20:28.223 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 27 20:20:28.224 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! Oct 27 20:20:28.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.224 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.224 INFO kablam! | ^^^^^ Oct 27 20:20:28.224 INFO kablam! ... Oct 27 20:20:28.224 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 27 20:20:28.224 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.224 INFO kablam! | Oct 27 20:20:28.224 INFO kablam! Oct 27 20:20:28.228 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.228 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.228 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.228 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.228 INFO kablam! ... Oct 27 20:20:28.228 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 27 20:20:28.228 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.228 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! Oct 27 20:20:28.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.229 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.229 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.229 INFO kablam! ... Oct 27 20:20:28.229 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 27 20:20:28.229 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! Oct 27 20:20:28.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.229 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.229 INFO kablam! | ^^^^^ Oct 27 20:20:28.229 INFO kablam! ... Oct 27 20:20:28.229 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 27 20:20:28.229 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! Oct 27 20:20:28.229 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.229 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.229 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.229 INFO kablam! ... Oct 27 20:20:28.229 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 27 20:20:28.229 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.229 INFO kablam! | Oct 27 20:20:28.229 INFO kablam! Oct 27 20:20:28.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.231 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.231 INFO kablam! ... Oct 27 20:20:28.231 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 27 20:20:28.231 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! Oct 27 20:20:28.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.231 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.231 INFO kablam! | ^^^^^ Oct 27 20:20:28.231 INFO kablam! ... Oct 27 20:20:28.231 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 27 20:20:28.231 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! Oct 27 20:20:28.231 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.231 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.231 INFO kablam! ... Oct 27 20:20:28.231 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 27 20:20:28.231 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! Oct 27 20:20:28.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.231 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.231 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.231 INFO kablam! ... Oct 27 20:20:28.231 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 27 20:20:28.231 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.231 INFO kablam! | Oct 27 20:20:28.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.232 INFO kablam! | Oct 27 20:20:28.232 INFO kablam! Oct 27 20:20:28.235 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.235 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.235 INFO kablam! | Oct 27 20:20:28.235 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.235 INFO kablam! | ^^^^^ Oct 27 20:20:28.235 INFO kablam! ... Oct 27 20:20:28.235 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 27 20:20:28.235 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.235 INFO kablam! | Oct 27 20:20:28.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.235 INFO kablam! | Oct 27 20:20:28.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.235 INFO kablam! | Oct 27 20:20:28.235 INFO kablam! Oct 27 20:20:28.235 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.235 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.235 INFO kablam! | Oct 27 20:20:28.235 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.235 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.235 INFO kablam! ... Oct 27 20:20:28.235 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 27 20:20:28.235 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.235 INFO kablam! | Oct 27 20:20:28.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.235 INFO kablam! | Oct 27 20:20:28.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.235 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! Oct 27 20:20:28.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.236 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.236 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.236 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.236 INFO kablam! ... Oct 27 20:20:28.236 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 27 20:20:28.236 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.236 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.236 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.236 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! Oct 27 20:20:28.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.236 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.236 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.236 INFO kablam! | ^^^^^ Oct 27 20:20:28.236 INFO kablam! ... Oct 27 20:20:28.236 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 27 20:20:28.236 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.236 INFO kablam! | Oct 27 20:20:28.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.242 INFO kablam! | Oct 27 20:20:28.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.242 INFO kablam! | Oct 27 20:20:28.242 INFO kablam! Oct 27 20:20:28.242 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.242 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.242 INFO kablam! | Oct 27 20:20:28.242 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.242 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.242 INFO kablam! ... Oct 27 20:20:28.242 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 27 20:20:28.242 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.242 INFO kablam! | Oct 27 20:20:28.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.242 INFO kablam! | Oct 27 20:20:28.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.242 INFO kablam! | Oct 27 20:20:28.242 INFO kablam! Oct 27 20:20:28.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.242 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.242 INFO kablam! | Oct 27 20:20:28.242 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.243 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.243 INFO kablam! ... Oct 27 20:20:28.243 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 27 20:20:28.243 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! Oct 27 20:20:28.243 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.243 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.243 INFO kablam! | ^^^^^ Oct 27 20:20:28.243 INFO kablam! ... Oct 27 20:20:28.243 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 27 20:20:28.243 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! Oct 27 20:20:28.243 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.243 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.243 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.243 INFO kablam! ... Oct 27 20:20:28.243 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 27 20:20:28.243 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.243 INFO kablam! | Oct 27 20:20:28.243 INFO kablam! Oct 27 20:20:28.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.245 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.245 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.245 INFO kablam! ... Oct 27 20:20:28.245 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 27 20:20:28.245 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! Oct 27 20:20:28.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.245 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.245 INFO kablam! | ^^^^^ Oct 27 20:20:28.245 INFO kablam! ... Oct 27 20:20:28.245 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 27 20:20:28.245 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! Oct 27 20:20:28.245 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.245 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.245 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.245 INFO kablam! ... Oct 27 20:20:28.245 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 27 20:20:28.245 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! Oct 27 20:20:28.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.245 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.245 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.245 INFO kablam! ... Oct 27 20:20:28.245 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 27 20:20:28.245 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.245 INFO kablam! | Oct 27 20:20:28.245 INFO kablam! Oct 27 20:20:28.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.248 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.248 INFO kablam! | Oct 27 20:20:28.248 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.248 INFO kablam! | ^^^^^ Oct 27 20:20:28.248 INFO kablam! ... Oct 27 20:20:28.248 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 27 20:20:28.248 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.248 INFO kablam! | Oct 27 20:20:28.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.248 INFO kablam! | Oct 27 20:20:28.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.248 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! Oct 27 20:20:28.249 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.249 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.249 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.249 INFO kablam! ... Oct 27 20:20:28.249 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 27 20:20:28.249 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! Oct 27 20:20:28.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.249 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.249 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.249 INFO kablam! ... Oct 27 20:20:28.249 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 27 20:20:28.249 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! Oct 27 20:20:28.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.249 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.249 INFO kablam! | ^^^^^ Oct 27 20:20:28.249 INFO kablam! ... Oct 27 20:20:28.249 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 27 20:20:28.249 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.249 INFO kablam! | Oct 27 20:20:28.249 INFO kablam! Oct 27 20:20:28.251 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.251 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.251 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.251 INFO kablam! ... Oct 27 20:20:28.251 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 27 20:20:28.251 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! Oct 27 20:20:28.251 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.251 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.251 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.251 INFO kablam! ... Oct 27 20:20:28.251 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 27 20:20:28.251 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! Oct 27 20:20:28.251 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.251 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.251 INFO kablam! | ^^^^^ Oct 27 20:20:28.251 INFO kablam! ... Oct 27 20:20:28.251 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 27 20:20:28.251 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.251 INFO kablam! | Oct 27 20:20:28.251 INFO kablam! Oct 27 20:20:28.256 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.256 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.256 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.256 INFO kablam! ... Oct 27 20:20:28.256 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 27 20:20:28.256 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! Oct 27 20:20:28.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.256 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.256 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.256 INFO kablam! ... Oct 27 20:20:28.256 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 27 20:20:28.256 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! Oct 27 20:20:28.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.256 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.256 INFO kablam! | ^^^^^ Oct 27 20:20:28.256 INFO kablam! ... Oct 27 20:20:28.256 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 27 20:20:28.256 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! Oct 27 20:20:28.256 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.256 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.256 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.256 INFO kablam! ... Oct 27 20:20:28.256 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 27 20:20:28.256 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.256 INFO kablam! | Oct 27 20:20:28.256 INFO kablam! Oct 27 20:20:28.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.260 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.260 INFO kablam! | Oct 27 20:20:28.260 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.260 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.260 INFO kablam! ... Oct 27 20:20:28.260 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 27 20:20:28.260 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.260 INFO kablam! | Oct 27 20:20:28.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.260 INFO kablam! | Oct 27 20:20:28.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.260 INFO kablam! | Oct 27 20:20:28.260 INFO kablam! Oct 27 20:20:28.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.260 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.260 INFO kablam! | Oct 27 20:20:28.260 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.260 INFO kablam! | ^^^^^ Oct 27 20:20:28.260 INFO kablam! ... Oct 27 20:20:28.260 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 27 20:20:28.260 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.260 INFO kablam! | Oct 27 20:20:28.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! Oct 27 20:20:28.263 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.263 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.263 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.263 INFO kablam! ... Oct 27 20:20:28.263 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 27 20:20:28.263 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! Oct 27 20:20:28.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.263 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.263 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.263 INFO kablam! ... Oct 27 20:20:28.263 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 27 20:20:28.263 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! Oct 27 20:20:28.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.263 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.263 INFO kablam! | ^^^^^ Oct 27 20:20:28.263 INFO kablam! ... Oct 27 20:20:28.263 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 27 20:20:28.263 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.263 INFO kablam! | Oct 27 20:20:28.263 INFO kablam! Oct 27 20:20:28.272 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.272 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.272 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.272 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.272 INFO kablam! ... Oct 27 20:20:28.272 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 27 20:20:28.272 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.272 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! Oct 27 20:20:28.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.273 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.273 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.273 INFO kablam! ... Oct 27 20:20:28.273 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 27 20:20:28.273 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! Oct 27 20:20:28.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.273 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.273 INFO kablam! | ^^^^^ Oct 27 20:20:28.273 INFO kablam! ... Oct 27 20:20:28.273 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 27 20:20:28.273 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! Oct 27 20:20:28.273 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.273 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.273 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.273 INFO kablam! ... Oct 27 20:20:28.273 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 27 20:20:28.273 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.273 INFO kablam! | Oct 27 20:20:28.273 INFO kablam! Oct 27 20:20:28.282 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.282 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.282 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.283 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.283 INFO kablam! ... Oct 27 20:20:28.283 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 27 20:20:28.283 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! Oct 27 20:20:28.283 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.283 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.283 INFO kablam! | ^^^^^ Oct 27 20:20:28.283 INFO kablam! ... Oct 27 20:20:28.283 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Oct 27 20:20:28.283 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! Oct 27 20:20:28.283 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.283 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.283 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.283 INFO kablam! ... Oct 27 20:20:28.283 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Oct 27 20:20:28.283 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! Oct 27 20:20:28.283 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.283 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.283 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.283 INFO kablam! ... Oct 27 20:20:28.283 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Oct 27 20:20:28.283 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! Oct 27 20:20:28.283 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.283 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.283 INFO kablam! | ^^^^^ Oct 27 20:20:28.283 INFO kablam! ... Oct 27 20:20:28.283 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 27 20:20:28.283 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! Oct 27 20:20:28.283 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.283 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.283 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.283 INFO kablam! ... Oct 27 20:20:28.283 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 27 20:20:28.283 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.283 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! Oct 27 20:20:28.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.284 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.284 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.284 INFO kablam! ... Oct 27 20:20:28.284 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 27 20:20:28.284 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! Oct 27 20:20:28.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.284 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.284 INFO kablam! | ^^^^^ Oct 27 20:20:28.284 INFO kablam! ... Oct 27 20:20:28.284 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Oct 27 20:20:28.284 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! Oct 27 20:20:28.284 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.284 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.284 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.284 INFO kablam! ... Oct 27 20:20:28.284 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Oct 27 20:20:28.284 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! Oct 27 20:20:28.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.284 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.284 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.284 INFO kablam! ... Oct 27 20:20:28.284 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Oct 27 20:20:28.284 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! Oct 27 20:20:28.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.284 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.284 INFO kablam! | ^^^^^ Oct 27 20:20:28.284 INFO kablam! ... Oct 27 20:20:28.284 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 27 20:20:28.284 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! Oct 27 20:20:28.284 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.284 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.284 INFO kablam! | Oct 27 20:20:28.284 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.284 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.284 INFO kablam! ... Oct 27 20:20:28.284 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 27 20:20:28.285 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! Oct 27 20:20:28.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.285 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.285 INFO kablam! ... Oct 27 20:20:28.285 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 27 20:20:28.285 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! Oct 27 20:20:28.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.285 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.285 INFO kablam! | ^^^^^ Oct 27 20:20:28.285 INFO kablam! ... Oct 27 20:20:28.285 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 27 20:20:28.285 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! Oct 27 20:20:28.285 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.285 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.285 INFO kablam! ... Oct 27 20:20:28.285 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 27 20:20:28.285 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! Oct 27 20:20:28.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.285 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.285 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.285 INFO kablam! ... Oct 27 20:20:28.285 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 27 20:20:28.285 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.285 INFO kablam! | Oct 27 20:20:28.285 INFO kablam! Oct 27 20:20:28.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.303 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.303 INFO kablam! | Oct 27 20:20:28.303 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.303 INFO kablam! | ^^^^^ Oct 27 20:20:28.303 INFO kablam! ... Oct 27 20:20:28.303 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 27 20:20:28.304 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.304 INFO kablam! | Oct 27 20:20:28.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.304 INFO kablam! | Oct 27 20:20:28.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.304 INFO kablam! | Oct 27 20:20:28.304 INFO kablam! Oct 27 20:20:28.304 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.304 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.315 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.315 INFO kablam! ... Oct 27 20:20:28.315 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 27 20:20:28.315 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! Oct 27 20:20:28.315 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.315 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.315 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.315 INFO kablam! ... Oct 27 20:20:28.315 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 27 20:20:28.315 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! Oct 27 20:20:28.315 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.315 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.315 INFO kablam! | ^^^^^ Oct 27 20:20:28.315 INFO kablam! ... Oct 27 20:20:28.315 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 27 20:20:28.315 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.315 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! Oct 27 20:20:28.316 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.316 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.316 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.316 INFO kablam! ... Oct 27 20:20:28.316 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 27 20:20:28.316 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! Oct 27 20:20:28.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.316 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.316 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.316 INFO kablam! ... Oct 27 20:20:28.316 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 27 20:20:28.316 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! Oct 27 20:20:28.316 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.316 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.316 INFO kablam! | ^^^^^ Oct 27 20:20:28.316 INFO kablam! ... Oct 27 20:20:28.316 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 27 20:20:28.316 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! Oct 27 20:20:28.316 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.316 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.316 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.316 INFO kablam! ... Oct 27 20:20:28.316 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 27 20:20:28.316 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! Oct 27 20:20:28.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.316 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.316 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.316 INFO kablam! ... Oct 27 20:20:28.316 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 27 20:20:28.316 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! Oct 27 20:20:28.316 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.316 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.316 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.316 INFO kablam! | ^^^^^ Oct 27 20:20:28.316 INFO kablam! ... Oct 27 20:20:28.316 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 27 20:20:28.316 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.316 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! Oct 27 20:20:28.317 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.317 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.317 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.317 INFO kablam! ... Oct 27 20:20:28.317 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 27 20:20:28.317 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! Oct 27 20:20:28.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.317 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.317 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.317 INFO kablam! ... Oct 27 20:20:28.317 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 27 20:20:28.317 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! Oct 27 20:20:28.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.317 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.317 INFO kablam! | ^^^^^ Oct 27 20:20:28.317 INFO kablam! ... Oct 27 20:20:28.317 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 27 20:20:28.317 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! Oct 27 20:20:28.317 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.317 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.317 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.317 INFO kablam! ... Oct 27 20:20:28.317 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 27 20:20:28.317 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! Oct 27 20:20:28.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.317 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.317 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.317 INFO kablam! ... Oct 27 20:20:28.317 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 27 20:20:28.317 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.317 INFO kablam! | Oct 27 20:20:28.317 INFO kablam! Oct 27 20:20:28.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.317 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.318 INFO kablam! | ^^^^^ Oct 27 20:20:28.318 INFO kablam! ... Oct 27 20:20:28.318 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 27 20:20:28.318 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! Oct 27 20:20:28.318 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.318 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.318 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.318 INFO kablam! ... Oct 27 20:20:28.318 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 27 20:20:28.318 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! Oct 27 20:20:28.318 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.318 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.318 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.318 INFO kablam! ... Oct 27 20:20:28.318 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 27 20:20:28.318 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! Oct 27 20:20:28.318 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.318 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.318 INFO kablam! | ^^^^^ Oct 27 20:20:28.318 INFO kablam! ... Oct 27 20:20:28.318 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Oct 27 20:20:28.318 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! Oct 27 20:20:28.318 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.318 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.318 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.318 INFO kablam! ... Oct 27 20:20:28.318 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Oct 27 20:20:28.318 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! Oct 27 20:20:28.318 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.318 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.318 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.318 INFO kablam! ... Oct 27 20:20:28.318 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Oct 27 20:20:28.318 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.318 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! Oct 27 20:20:28.319 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.319 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.319 INFO kablam! | ^^^^^ Oct 27 20:20:28.319 INFO kablam! ... Oct 27 20:20:28.319 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 27 20:20:28.319 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! Oct 27 20:20:28.319 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.319 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.319 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.319 INFO kablam! ... Oct 27 20:20:28.319 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 27 20:20:28.319 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! Oct 27 20:20:28.319 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.319 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.319 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.319 INFO kablam! ... Oct 27 20:20:28.319 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 27 20:20:28.319 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! Oct 27 20:20:28.319 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.319 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.319 INFO kablam! | ^^^^^ Oct 27 20:20:28.319 INFO kablam! ... Oct 27 20:20:28.319 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 27 20:20:28.319 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! Oct 27 20:20:28.319 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.319 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.319 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.319 INFO kablam! ... Oct 27 20:20:28.319 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 27 20:20:28.319 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! Oct 27 20:20:28.319 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.319 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.319 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.319 INFO kablam! ... Oct 27 20:20:28.319 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 27 20:20:28.319 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.319 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! Oct 27 20:20:28.320 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.320 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.320 INFO kablam! | ^^^^^ Oct 27 20:20:28.320 INFO kablam! ... Oct 27 20:20:28.320 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 27 20:20:28.320 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! Oct 27 20:20:28.320 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.320 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.320 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.320 INFO kablam! ... Oct 27 20:20:28.320 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 27 20:20:28.320 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.320 INFO kablam! | Oct 27 20:20:28.320 INFO kablam! Oct 27 20:20:28.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.323 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.323 INFO kablam! | Oct 27 20:20:28.323 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.323 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.323 INFO kablam! ... Oct 27 20:20:28.323 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 27 20:20:28.323 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.323 INFO kablam! | Oct 27 20:20:28.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.323 INFO kablam! | Oct 27 20:20:28.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.323 INFO kablam! | Oct 27 20:20:28.323 INFO kablam! Oct 27 20:20:28.323 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.323 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.323 INFO kablam! | Oct 27 20:20:28.323 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.323 INFO kablam! | ^^^^^ Oct 27 20:20:28.323 INFO kablam! ... Oct 27 20:20:28.323 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 27 20:20:28.323 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.323 INFO kablam! | Oct 27 20:20:28.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.323 INFO kablam! | Oct 27 20:20:28.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.323 INFO kablam! | Oct 27 20:20:28.323 INFO kablam! Oct 27 20:20:28.323 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.323 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.323 INFO kablam! | Oct 27 20:20:28.323 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.323 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.323 INFO kablam! ... Oct 27 20:20:28.324 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 27 20:20:28.324 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! Oct 27 20:20:28.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.324 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.324 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.324 INFO kablam! ... Oct 27 20:20:28.324 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 27 20:20:28.324 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! Oct 27 20:20:28.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.324 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.324 INFO kablam! | ^^^^^ Oct 27 20:20:28.324 INFO kablam! ... Oct 27 20:20:28.324 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 27 20:20:28.324 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! Oct 27 20:20:28.324 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.324 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.324 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.324 INFO kablam! ... Oct 27 20:20:28.324 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 27 20:20:28.324 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! Oct 27 20:20:28.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.324 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.324 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.324 INFO kablam! ... Oct 27 20:20:28.324 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 27 20:20:28.324 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! Oct 27 20:20:28.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.324 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.324 INFO kablam! | ^^^^^ Oct 27 20:20:28.324 INFO kablam! ... Oct 27 20:20:28.324 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 27 20:20:28.324 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.324 INFO kablam! | Oct 27 20:20:28.324 INFO kablam! Oct 27 20:20:28.332 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.332 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.332 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.332 INFO kablam! ... Oct 27 20:20:28.332 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 27 20:20:28.332 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.332 INFO kablam! | Oct 27 20:20:28.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! Oct 27 20:20:28.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.333 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.333 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.333 INFO kablam! ... Oct 27 20:20:28.333 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 27 20:20:28.333 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! Oct 27 20:20:28.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.333 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.333 INFO kablam! | ^^^^^ Oct 27 20:20:28.333 INFO kablam! ... Oct 27 20:20:28.333 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 27 20:20:28.333 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! Oct 27 20:20:28.333 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.333 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 27 20:20:28.333 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.333 INFO kablam! ... Oct 27 20:20:28.333 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 27 20:20:28.333 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! Oct 27 20:20:28.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.333 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.333 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.333 INFO kablam! ... Oct 27 20:20:28.333 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 27 20:20:28.333 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! Oct 27 20:20:28.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.333 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.333 INFO kablam! | ^^^^^ Oct 27 20:20:28.333 INFO kablam! ... Oct 27 20:20:28.333 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 27 20:20:28.333 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! Oct 27 20:20:28.333 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.333 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.333 INFO kablam! | Oct 27 20:20:28.333 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.333 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.333 INFO kablam! ... Oct 27 20:20:28.334 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 27 20:20:28.334 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.334 INFO kablam! Oct 27 20:20:28.334 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.334 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.334 INFO kablam! | Oct 27 20:20:28.334 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.334 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.334 INFO kablam! ... Oct 27 20:20:28.334 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 27 20:20:28.334 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.334 INFO kablam! | Oct 27 20:20:28.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.339 INFO kablam! | Oct 27 20:20:28.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.339 INFO kablam! | Oct 27 20:20:28.339 INFO kablam! Oct 27 20:20:28.339 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.340 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.340 INFO kablam! | ^^^^^ Oct 27 20:20:28.340 INFO kablam! ... Oct 27 20:20:28.340 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 27 20:20:28.340 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! Oct 27 20:20:28.340 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.340 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.340 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.340 INFO kablam! ... Oct 27 20:20:28.340 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 27 20:20:28.340 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.340 INFO kablam! Oct 27 20:20:28.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.340 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.340 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.340 INFO kablam! ... Oct 27 20:20:28.340 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 27 20:20:28.340 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! Oct 27 20:20:28.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.340 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.340 INFO kablam! | ^^^^^ Oct 27 20:20:28.340 INFO kablam! ... Oct 27 20:20:28.340 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 27 20:20:28.340 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! Oct 27 20:20:28.340 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.340 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.340 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.340 INFO kablam! ... Oct 27 20:20:28.340 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 27 20:20:28.340 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.340 INFO kablam! Oct 27 20:20:28.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.340 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.340 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.340 INFO kablam! ... Oct 27 20:20:28.340 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 27 20:20:28.340 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! Oct 27 20:20:28.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.340 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.340 INFO kablam! | Oct 27 20:20:28.340 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.340 INFO kablam! | ^^^^^ Oct 27 20:20:28.340 INFO kablam! ... Oct 27 20:20:28.340 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 27 20:20:28.340 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.341 INFO kablam! | Oct 27 20:20:28.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.341 INFO kablam! | Oct 27 20:20:28.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.341 INFO kablam! | Oct 27 20:20:28.341 INFO kablam! Oct 27 20:20:28.341 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.341 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.341 INFO kablam! | Oct 27 20:20:28.341 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.341 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.341 INFO kablam! ... Oct 27 20:20:28.341 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 27 20:20:28.341 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.341 INFO kablam! Oct 27 20:20:28.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.349 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.349 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.349 INFO kablam! ... Oct 27 20:20:28.349 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 27 20:20:28.349 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! Oct 27 20:20:28.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.349 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.349 INFO kablam! | ^^^^^ Oct 27 20:20:28.349 INFO kablam! ... Oct 27 20:20:28.349 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 27 20:20:28.349 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! Oct 27 20:20:28.349 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.349 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.349 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.349 INFO kablam! ... Oct 27 20:20:28.349 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 27 20:20:28.349 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.349 INFO kablam! Oct 27 20:20:28.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.349 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.349 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.349 INFO kablam! ... Oct 27 20:20:28.349 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 27 20:20:28.349 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! Oct 27 20:20:28.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.349 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.349 INFO kablam! | ^^^^^ Oct 27 20:20:28.349 INFO kablam! ... Oct 27 20:20:28.349 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 27 20:20:28.349 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! Oct 27 20:20:28.349 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.349 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.349 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.349 INFO kablam! ... Oct 27 20:20:28.349 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 27 20:20:28.349 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.349 INFO kablam! Oct 27 20:20:28.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.349 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.349 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.349 INFO kablam! ... Oct 27 20:20:28.349 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 27 20:20:28.349 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! Oct 27 20:20:28.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.349 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.349 INFO kablam! | ^^^^^ Oct 27 20:20:28.349 INFO kablam! ... Oct 27 20:20:28.349 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 27 20:20:28.349 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.349 INFO kablam! Oct 27 20:20:28.349 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.349 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.349 INFO kablam! | Oct 27 20:20:28.350 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.350 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.350 INFO kablam! ... Oct 27 20:20:28.350 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 27 20:20:28.350 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.350 INFO kablam! Oct 27 20:20:28.350 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.350 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.350 INFO kablam! | Oct 27 20:20:28.350 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.350 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.350 INFO kablam! ... Oct 27 20:20:28.350 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 27 20:20:28.350 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.350 INFO kablam! | Oct 27 20:20:28.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.350 INFO kablam! | Oct 27 20:20:28.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.350 INFO kablam! | Oct 27 20:20:28.350 INFO kablam! Oct 27 20:20:28.350 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.350 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.350 INFO kablam! | Oct 27 20:20:28.350 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.350 INFO kablam! | ^^^^^ Oct 27 20:20:28.350 INFO kablam! ... Oct 27 20:20:28.350 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Oct 27 20:20:28.350 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.350 INFO kablam! | Oct 27 20:20:28.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.350 INFO kablam! | Oct 27 20:20:28.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.350 INFO kablam! | Oct 27 20:20:28.350 INFO kablam! Oct 27 20:20:28.350 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.350 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.350 INFO kablam! | Oct 27 20:20:28.350 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.350 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.350 INFO kablam! ... Oct 27 20:20:28.350 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Oct 27 20:20:28.350 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.350 INFO kablam! Oct 27 20:20:28.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.351 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.351 INFO kablam! | Oct 27 20:20:28.351 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.351 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.351 INFO kablam! ... Oct 27 20:20:28.351 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Oct 27 20:20:28.351 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.351 INFO kablam! | Oct 27 20:20:28.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.351 INFO kablam! | Oct 27 20:20:28.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.351 INFO kablam! | Oct 27 20:20:28.351 INFO kablam! Oct 27 20:20:28.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.353 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.353 INFO kablam! | Oct 27 20:20:28.353 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.353 INFO kablam! | ^^^^^ Oct 27 20:20:28.353 INFO kablam! ... Oct 27 20:20:28.353 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 27 20:20:28.353 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.353 INFO kablam! | Oct 27 20:20:28.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.353 INFO kablam! | Oct 27 20:20:28.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.353 INFO kablam! | Oct 27 20:20:28.353 INFO kablam! Oct 27 20:20:28.353 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.353 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.353 INFO kablam! | Oct 27 20:20:28.353 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.353 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.353 INFO kablam! ... Oct 27 20:20:28.353 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 27 20:20:28.353 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.353 INFO kablam! Oct 27 20:20:28.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.354 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.354 INFO kablam! | Oct 27 20:20:28.354 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.354 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.354 INFO kablam! ... Oct 27 20:20:28.354 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 27 20:20:28.354 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.354 INFO kablam! | Oct 27 20:20:28.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.354 INFO kablam! | Oct 27 20:20:28.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.354 INFO kablam! | Oct 27 20:20:28.354 INFO kablam! Oct 27 20:20:28.355 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.355 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.355 INFO kablam! | Oct 27 20:20:28.355 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.355 INFO kablam! | ^^^^^ Oct 27 20:20:28.355 INFO kablam! ... Oct 27 20:20:28.355 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 27 20:20:28.355 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.355 INFO kablam! | Oct 27 20:20:28.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.355 INFO kablam! | Oct 27 20:20:28.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.355 INFO kablam! | Oct 27 20:20:28.355 INFO kablam! Oct 27 20:20:28.356 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.356 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.356 INFO kablam! | Oct 27 20:20:28.356 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.356 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.356 INFO kablam! ... Oct 27 20:20:28.356 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 27 20:20:28.356 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.356 INFO kablam! Oct 27 20:20:28.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.356 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.356 INFO kablam! | Oct 27 20:20:28.356 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.357 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.357 INFO kablam! ... Oct 27 20:20:28.357 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 27 20:20:28.357 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.357 INFO kablam! | Oct 27 20:20:28.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.357 INFO kablam! | Oct 27 20:20:28.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.357 INFO kablam! | Oct 27 20:20:28.357 INFO kablam! Oct 27 20:20:28.358 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.358 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.358 INFO kablam! | Oct 27 20:20:28.358 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.358 INFO kablam! | ^^^^^ Oct 27 20:20:28.358 INFO kablam! ... Oct 27 20:20:28.358 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Oct 27 20:20:28.358 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.358 INFO kablam! | Oct 27 20:20:28.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.358 INFO kablam! | Oct 27 20:20:28.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.358 INFO kablam! | Oct 27 20:20:28.358 INFO kablam! Oct 27 20:20:28.358 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.358 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.358 INFO kablam! | Oct 27 20:20:28.358 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.358 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.358 INFO kablam! ... Oct 27 20:20:28.359 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Oct 27 20:20:28.359 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.359 INFO kablam! Oct 27 20:20:28.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.360 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.360 INFO kablam! | Oct 27 20:20:28.360 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.360 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.360 INFO kablam! ... Oct 27 20:20:28.360 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Oct 27 20:20:28.360 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.360 INFO kablam! | Oct 27 20:20:28.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.363 INFO kablam! | Oct 27 20:20:28.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.363 INFO kablam! | Oct 27 20:20:28.363 INFO kablam! Oct 27 20:20:28.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.363 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.363 INFO kablam! | Oct 27 20:20:28.363 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.363 INFO kablam! | ^^^^^ Oct 27 20:20:28.363 INFO kablam! ... Oct 27 20:20:28.363 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 27 20:20:28.363 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.363 INFO kablam! | Oct 27 20:20:28.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.364 INFO kablam! | Oct 27 20:20:28.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.364 INFO kablam! | Oct 27 20:20:28.364 INFO kablam! Oct 27 20:20:28.364 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.364 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.364 INFO kablam! | Oct 27 20:20:28.364 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.364 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.364 INFO kablam! ... Oct 27 20:20:28.364 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 27 20:20:28.364 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.364 INFO kablam! Oct 27 20:20:28.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.364 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.364 INFO kablam! | Oct 27 20:20:28.364 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.364 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.364 INFO kablam! ... Oct 27 20:20:28.364 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 27 20:20:28.364 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.364 INFO kablam! | Oct 27 20:20:28.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.364 INFO kablam! | Oct 27 20:20:28.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.364 INFO kablam! | Oct 27 20:20:28.364 INFO kablam! Oct 27 20:20:28.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.368 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.368 INFO kablam! | ^^^^^ Oct 27 20:20:28.368 INFO kablam! ... Oct 27 20:20:28.368 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 27 20:20:28.368 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! Oct 27 20:20:28.368 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.368 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.368 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.368 INFO kablam! ... Oct 27 20:20:28.368 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 27 20:20:28.368 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.368 INFO kablam! Oct 27 20:20:28.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.368 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.368 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.368 INFO kablam! ... Oct 27 20:20:28.368 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 27 20:20:28.368 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! Oct 27 20:20:28.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.368 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.368 INFO kablam! | ^^^^^ Oct 27 20:20:28.368 INFO kablam! ... Oct 27 20:20:28.368 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 27 20:20:28.368 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.368 INFO kablam! | Oct 27 20:20:28.368 INFO kablam! Oct 27 20:20:28.375 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.375 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.375 INFO kablam! | Oct 27 20:20:28.375 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.375 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.375 INFO kablam! ... Oct 27 20:20:28.375 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 27 20:20:28.375 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.375 INFO kablam! Oct 27 20:20:28.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.375 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.375 INFO kablam! | Oct 27 20:20:28.375 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.375 INFO kablam! ... Oct 27 20:20:28.375 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 27 20:20:28.375 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.375 INFO kablam! | Oct 27 20:20:28.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.375 INFO kablam! | Oct 27 20:20:28.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.375 INFO kablam! | Oct 27 20:20:28.375 INFO kablam! Oct 27 20:20:28.375 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.375 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.375 INFO kablam! | Oct 27 20:20:28.375 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.375 INFO kablam! | ^^^^^ Oct 27 20:20:28.375 INFO kablam! ... Oct 27 20:20:28.375 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 27 20:20:28.375 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.375 INFO kablam! | Oct 27 20:20:28.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.376 INFO kablam! | Oct 27 20:20:28.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.376 INFO kablam! | Oct 27 20:20:28.376 INFO kablam! Oct 27 20:20:28.376 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.376 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.376 INFO kablam! | Oct 27 20:20:28.376 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.376 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.376 INFO kablam! ... Oct 27 20:20:28.376 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 27 20:20:28.376 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.376 INFO kablam! Oct 27 20:20:28.376 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.376 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.376 INFO kablam! | Oct 27 20:20:28.376 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.376 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.376 INFO kablam! ... Oct 27 20:20:28.376 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 27 20:20:28.376 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! Oct 27 20:20:28.377 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.377 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.377 INFO kablam! | ^^^^^ Oct 27 20:20:28.377 INFO kablam! ... Oct 27 20:20:28.377 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 27 20:20:28.377 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! Oct 27 20:20:28.377 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.377 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.377 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.377 INFO kablam! ... Oct 27 20:20:28.377 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 27 20:20:28.377 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.377 INFO kablam! Oct 27 20:20:28.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.377 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.377 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.377 INFO kablam! ... Oct 27 20:20:28.377 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 27 20:20:28.377 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.377 INFO kablam! | Oct 27 20:20:28.377 INFO kablam! Oct 27 20:20:28.382 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.382 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.383 INFO kablam! | ^^^^^ Oct 27 20:20:28.383 INFO kablam! ... Oct 27 20:20:28.383 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 27 20:20:28.383 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! Oct 27 20:20:28.383 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.383 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.383 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.383 INFO kablam! ... Oct 27 20:20:28.383 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 27 20:20:28.383 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.383 INFO kablam! Oct 27 20:20:28.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.383 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.383 INFO kablam! ... Oct 27 20:20:28.383 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 27 20:20:28.383 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! Oct 27 20:20:28.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.383 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.383 INFO kablam! | ^^^^^ Oct 27 20:20:28.383 INFO kablam! ... Oct 27 20:20:28.383 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 27 20:20:28.383 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! Oct 27 20:20:28.383 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.383 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.383 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.383 INFO kablam! ... Oct 27 20:20:28.383 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 27 20:20:28.383 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.383 INFO kablam! Oct 27 20:20:28.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.383 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.383 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.383 INFO kablam! ... Oct 27 20:20:28.383 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 27 20:20:28.383 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! Oct 27 20:20:28.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.383 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.383 INFO kablam! | ^^^^^ Oct 27 20:20:28.383 INFO kablam! ... Oct 27 20:20:28.383 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 27 20:20:28.383 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.383 INFO kablam! | Oct 27 20:20:28.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.384 INFO kablam! | Oct 27 20:20:28.384 INFO kablam! Oct 27 20:20:28.390 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.390 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.391 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.391 INFO kablam! ... Oct 27 20:20:28.391 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 27 20:20:28.391 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.391 INFO kablam! Oct 27 20:20:28.391 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.391 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.391 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.391 INFO kablam! ... Oct 27 20:20:28.391 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 27 20:20:28.391 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! Oct 27 20:20:28.391 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.391 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.391 INFO kablam! | ^^^^^ Oct 27 20:20:28.391 INFO kablam! ... Oct 27 20:20:28.391 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 27 20:20:28.391 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! Oct 27 20:20:28.391 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.391 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.391 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.391 INFO kablam! ... Oct 27 20:20:28.391 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 27 20:20:28.391 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.391 INFO kablam! Oct 27 20:20:28.391 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.391 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.391 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.391 INFO kablam! ... Oct 27 20:20:28.391 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 27 20:20:28.391 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! Oct 27 20:20:28.391 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.391 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.391 INFO kablam! | ^^^^^ Oct 27 20:20:28.391 INFO kablam! ... Oct 27 20:20:28.391 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 27 20:20:28.391 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! Oct 27 20:20:28.391 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.391 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.391 INFO kablam! | Oct 27 20:20:28.391 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.391 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.391 INFO kablam! ... Oct 27 20:20:28.391 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 27 20:20:28.391 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.391 INFO kablam! Oct 27 20:20:28.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.392 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.392 INFO kablam! | Oct 27 20:20:28.392 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.392 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.392 INFO kablam! ... Oct 27 20:20:28.392 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 27 20:20:28.392 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.392 INFO kablam! | Oct 27 20:20:28.392 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.392 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.392 INFO kablam! | Oct 27 20:20:28.392 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.392 INFO kablam! | Oct 27 20:20:28.392 INFO kablam! Oct 27 20:20:28.398 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.398 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.399 INFO kablam! | ^^^^^ Oct 27 20:20:28.399 INFO kablam! ... Oct 27 20:20:28.399 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 27 20:20:28.399 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! Oct 27 20:20:28.399 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.399 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.399 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.399 INFO kablam! ... Oct 27 20:20:28.399 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 27 20:20:28.399 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.399 INFO kablam! Oct 27 20:20:28.399 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.399 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.399 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.399 INFO kablam! ... Oct 27 20:20:28.399 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 27 20:20:28.399 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! Oct 27 20:20:28.399 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.399 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.399 INFO kablam! | ^^^^^ Oct 27 20:20:28.399 INFO kablam! ... Oct 27 20:20:28.399 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 27 20:20:28.399 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.399 INFO kablam! | Oct 27 20:20:28.399 INFO kablam! Oct 27 20:20:28.406 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.406 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.407 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.407 INFO kablam! ... Oct 27 20:20:28.407 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 27 20:20:28.407 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.407 INFO kablam! Oct 27 20:20:28.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.407 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.407 INFO kablam! ... Oct 27 20:20:28.407 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 27 20:20:28.407 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! Oct 27 20:20:28.407 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.407 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.407 INFO kablam! | ^^^^^ Oct 27 20:20:28.407 INFO kablam! ... Oct 27 20:20:28.407 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 27 20:20:28.407 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! Oct 27 20:20:28.407 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.407 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.407 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.407 INFO kablam! ... Oct 27 20:20:28.407 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 27 20:20:28.407 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.407 INFO kablam! Oct 27 20:20:28.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.407 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.407 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.407 INFO kablam! ... Oct 27 20:20:28.407 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 27 20:20:28.407 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! Oct 27 20:20:28.407 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.407 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.407 INFO kablam! | ^^^^^ Oct 27 20:20:28.407 INFO kablam! ... Oct 27 20:20:28.407 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 27 20:20:28.407 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! Oct 27 20:20:28.407 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.407 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.407 INFO kablam! | Oct 27 20:20:28.407 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.407 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.407 INFO kablam! ... Oct 27 20:20:28.408 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 27 20:20:28.408 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.408 INFO kablam! Oct 27 20:20:28.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.408 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.408 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.408 INFO kablam! ... Oct 27 20:20:28.408 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 27 20:20:28.408 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! Oct 27 20:20:28.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.408 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.408 INFO kablam! | ^^^^^ Oct 27 20:20:28.408 INFO kablam! ... Oct 27 20:20:28.408 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 27 20:20:28.408 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! Oct 27 20:20:28.408 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.408 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.408 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.408 INFO kablam! ... Oct 27 20:20:28.408 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 27 20:20:28.408 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.408 INFO kablam! Oct 27 20:20:28.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.408 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.408 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.408 INFO kablam! ... Oct 27 20:20:28.408 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 27 20:20:28.408 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! Oct 27 20:20:28.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.408 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.408 INFO kablam! | ^^^^^ Oct 27 20:20:28.408 INFO kablam! ... Oct 27 20:20:28.408 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 27 20:20:28.408 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.408 INFO kablam! | Oct 27 20:20:28.408 INFO kablam! Oct 27 20:20:28.414 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.414 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.415 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.415 INFO kablam! ... Oct 27 20:20:28.415 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 27 20:20:28.415 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.415 INFO kablam! Oct 27 20:20:28.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.415 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.415 INFO kablam! ... Oct 27 20:20:28.415 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 27 20:20:28.415 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! Oct 27 20:20:28.415 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.415 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.415 INFO kablam! | ^^^^^ Oct 27 20:20:28.415 INFO kablam! ... Oct 27 20:20:28.415 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 27 20:20:28.415 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! Oct 27 20:20:28.415 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.415 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.415 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.415 INFO kablam! ... Oct 27 20:20:28.415 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 27 20:20:28.415 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.415 INFO kablam! Oct 27 20:20:28.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.415 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.415 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.415 INFO kablam! ... Oct 27 20:20:28.415 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 27 20:20:28.415 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.415 INFO kablam! | Oct 27 20:20:28.415 INFO kablam! Oct 27 20:20:28.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.426 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.427 INFO kablam! | ^^^^^ Oct 27 20:20:28.427 INFO kablam! ... Oct 27 20:20:28.427 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 27 20:20:28.427 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! Oct 27 20:20:28.427 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.427 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.427 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.427 INFO kablam! ... Oct 27 20:20:28.427 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 27 20:20:28.427 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.427 INFO kablam! Oct 27 20:20:28.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.427 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.427 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.427 INFO kablam! ... Oct 27 20:20:28.427 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 27 20:20:28.427 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! Oct 27 20:20:28.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.427 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.427 INFO kablam! | ^^^^^ Oct 27 20:20:28.427 INFO kablam! ... Oct 27 20:20:28.427 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 27 20:20:28.427 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! Oct 27 20:20:28.427 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.427 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.427 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.427 INFO kablam! ... Oct 27 20:20:28.427 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 27 20:20:28.427 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.427 INFO kablam! Oct 27 20:20:28.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.427 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.427 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.427 INFO kablam! ... Oct 27 20:20:28.427 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 27 20:20:28.427 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! Oct 27 20:20:28.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.427 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.427 INFO kablam! | Oct 27 20:20:28.427 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.427 INFO kablam! | ^^^^^ Oct 27 20:20:28.427 INFO kablam! ... Oct 27 20:20:28.427 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 27 20:20:28.427 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! Oct 27 20:20:28.428 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.428 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.428 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.428 INFO kablam! ... Oct 27 20:20:28.428 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 27 20:20:28.428 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.428 INFO kablam! Oct 27 20:20:28.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.428 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.428 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.428 INFO kablam! ... Oct 27 20:20:28.428 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 27 20:20:28.428 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! Oct 27 20:20:28.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.428 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.428 INFO kablam! | ^^^^^ Oct 27 20:20:28.428 INFO kablam! ... Oct 27 20:20:28.428 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Oct 27 20:20:28.428 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! Oct 27 20:20:28.428 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.428 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.428 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.428 INFO kablam! ... Oct 27 20:20:28.428 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Oct 27 20:20:28.428 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.428 INFO kablam! Oct 27 20:20:28.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.428 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.428 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.428 INFO kablam! ... Oct 27 20:20:28.428 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Oct 27 20:20:28.428 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! Oct 27 20:20:28.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.428 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.428 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.428 INFO kablam! | ^^^^^ Oct 27 20:20:28.428 INFO kablam! ... Oct 27 20:20:28.428 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 27 20:20:28.428 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.428 INFO kablam! | Oct 27 20:20:28.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! Oct 27 20:20:28.439 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.439 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.439 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.439 INFO kablam! ... Oct 27 20:20:28.439 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 27 20:20:28.439 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.439 INFO kablam! Oct 27 20:20:28.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.439 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.439 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.439 INFO kablam! ... Oct 27 20:20:28.439 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 27 20:20:28.439 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! Oct 27 20:20:28.439 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.439 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.439 INFO kablam! | ^^^^^ Oct 27 20:20:28.439 INFO kablam! ... Oct 27 20:20:28.439 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 27 20:20:28.439 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! Oct 27 20:20:28.439 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.439 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.439 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.439 INFO kablam! ... Oct 27 20:20:28.439 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 27 20:20:28.439 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.439 INFO kablam! Oct 27 20:20:28.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.439 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.439 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.439 INFO kablam! ... Oct 27 20:20:28.439 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 27 20:20:28.439 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! Oct 27 20:20:28.439 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.439 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.439 INFO kablam! | ^^^^^ Oct 27 20:20:28.439 INFO kablam! ... Oct 27 20:20:28.439 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 27 20:20:28.439 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.439 INFO kablam! Oct 27 20:20:28.439 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.439 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.439 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.440 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.440 INFO kablam! ... Oct 27 20:20:28.440 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 27 20:20:28.440 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.440 INFO kablam! Oct 27 20:20:28.440 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.440 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.440 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.440 INFO kablam! ... Oct 27 20:20:28.440 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 27 20:20:28.440 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! Oct 27 20:20:28.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.440 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.440 INFO kablam! | ^^^^^ Oct 27 20:20:28.440 INFO kablam! ... Oct 27 20:20:28.440 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 27 20:20:28.440 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! Oct 27 20:20:28.440 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.440 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.440 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.440 INFO kablam! ... Oct 27 20:20:28.440 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 27 20:20:28.440 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.440 INFO kablam! Oct 27 20:20:28.440 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.440 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.440 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.440 INFO kablam! ... Oct 27 20:20:28.440 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 27 20:20:28.440 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! Oct 27 20:20:28.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.440 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.440 INFO kablam! | ^^^^^ Oct 27 20:20:28.440 INFO kablam! ... Oct 27 20:20:28.440 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 27 20:20:28.440 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.440 INFO kablam! | Oct 27 20:20:28.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.443 INFO kablam! | Oct 27 20:20:28.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.443 INFO kablam! | Oct 27 20:20:28.443 INFO kablam! Oct 27 20:20:28.443 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.443 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.443 INFO kablam! | Oct 27 20:20:28.443 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.443 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.443 INFO kablam! ... Oct 27 20:20:28.443 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 27 20:20:28.443 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.443 INFO kablam! Oct 27 20:20:28.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.443 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.443 INFO kablam! | Oct 27 20:20:28.443 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.443 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.443 INFO kablam! ... Oct 27 20:20:28.443 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 27 20:20:28.443 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.443 INFO kablam! | Oct 27 20:20:28.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.443 INFO kablam! | Oct 27 20:20:28.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.443 INFO kablam! | Oct 27 20:20:28.443 INFO kablam! Oct 27 20:20:28.458 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.459 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.459 INFO kablam! | ^^^^^ Oct 27 20:20:28.459 INFO kablam! ... Oct 27 20:20:28.459 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 27 20:20:28.459 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! Oct 27 20:20:28.459 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.459 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.459 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.459 INFO kablam! ... Oct 27 20:20:28.459 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 27 20:20:28.459 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.459 INFO kablam! Oct 27 20:20:28.459 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.459 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.459 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.459 INFO kablam! ... Oct 27 20:20:28.459 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 27 20:20:28.459 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! Oct 27 20:20:28.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.459 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.459 INFO kablam! | ^^^^^ Oct 27 20:20:28.459 INFO kablam! ... Oct 27 20:20:28.459 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Oct 27 20:20:28.459 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! Oct 27 20:20:28.459 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.459 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.459 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.459 INFO kablam! ... Oct 27 20:20:28.459 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Oct 27 20:20:28.459 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.459 INFO kablam! Oct 27 20:20:28.459 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.459 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.459 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.459 INFO kablam! ... Oct 27 20:20:28.459 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Oct 27 20:20:28.459 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! Oct 27 20:20:28.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.459 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.459 INFO kablam! | Oct 27 20:20:28.459 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.459 INFO kablam! | ^^^^^ Oct 27 20:20:28.460 INFO kablam! ... Oct 27 20:20:28.460 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 27 20:20:28.460 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! Oct 27 20:20:28.460 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.460 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.460 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.460 INFO kablam! ... Oct 27 20:20:28.460 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 27 20:20:28.460 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.460 INFO kablam! Oct 27 20:20:28.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.460 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.460 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.460 INFO kablam! ... Oct 27 20:20:28.460 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 27 20:20:28.460 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! Oct 27 20:20:28.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.460 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.460 INFO kablam! | ^^^^^ Oct 27 20:20:28.460 INFO kablam! ... Oct 27 20:20:28.460 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 27 20:20:28.460 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! Oct 27 20:20:28.460 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.460 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.460 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.460 INFO kablam! ... Oct 27 20:20:28.460 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 27 20:20:28.460 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.460 INFO kablam! Oct 27 20:20:28.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.460 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.460 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.460 INFO kablam! ... Oct 27 20:20:28.460 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 27 20:20:28.460 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! Oct 27 20:20:28.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.460 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.460 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.460 INFO kablam! | ^^^^^ Oct 27 20:20:28.460 INFO kablam! ... Oct 27 20:20:28.460 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 27 20:20:28.460 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.460 INFO kablam! | Oct 27 20:20:28.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.461 INFO kablam! | Oct 27 20:20:28.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.461 INFO kablam! | Oct 27 20:20:28.461 INFO kablam! Oct 27 20:20:28.461 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.461 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.461 INFO kablam! | Oct 27 20:20:28.461 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.461 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.461 INFO kablam! ... Oct 27 20:20:28.461 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 27 20:20:28.461 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.461 INFO kablam! Oct 27 20:20:28.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.461 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.461 INFO kablam! | Oct 27 20:20:28.461 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.461 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.461 INFO kablam! ... Oct 27 20:20:28.461 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 27 20:20:28.461 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.461 INFO kablam! | Oct 27 20:20:28.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.461 INFO kablam! | Oct 27 20:20:28.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.461 INFO kablam! | Oct 27 20:20:28.461 INFO kablam! Oct 27 20:20:28.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.465 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.465 INFO kablam! | ^^^^^ Oct 27 20:20:28.465 INFO kablam! ... Oct 27 20:20:28.465 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 27 20:20:28.465 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! Oct 27 20:20:28.465 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.465 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.465 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.465 INFO kablam! ... Oct 27 20:20:28.465 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 27 20:20:28.465 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.465 INFO kablam! Oct 27 20:20:28.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.465 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.465 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.465 INFO kablam! ... Oct 27 20:20:28.465 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 27 20:20:28.465 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! Oct 27 20:20:28.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.465 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.465 INFO kablam! | ^^^^^ Oct 27 20:20:28.465 INFO kablam! ... Oct 27 20:20:28.465 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 27 20:20:28.465 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! Oct 27 20:20:28.465 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.465 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.465 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.465 INFO kablam! ... Oct 27 20:20:28.465 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 27 20:20:28.465 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.465 INFO kablam! Oct 27 20:20:28.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.465 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.465 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.465 INFO kablam! ... Oct 27 20:20:28.465 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 27 20:20:28.465 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.465 INFO kablam! | Oct 27 20:20:28.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.468 INFO kablam! | Oct 27 20:20:28.468 INFO kablam! Oct 27 20:20:28.468 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.468 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.468 INFO kablam! | Oct 27 20:20:28.468 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.468 INFO kablam! | ^^^^^ Oct 27 20:20:28.468 INFO kablam! ... Oct 27 20:20:28.468 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 27 20:20:28.468 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.468 INFO kablam! | Oct 27 20:20:28.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.468 INFO kablam! | Oct 27 20:20:28.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.468 INFO kablam! | Oct 27 20:20:28.468 INFO kablam! Oct 27 20:20:28.468 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.468 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.468 INFO kablam! | Oct 27 20:20:28.468 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.468 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.468 INFO kablam! ... Oct 27 20:20:28.468 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 27 20:20:28.468 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.468 INFO kablam! Oct 27 20:20:28.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.468 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.468 INFO kablam! | Oct 27 20:20:28.468 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.468 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.468 INFO kablam! ... Oct 27 20:20:28.468 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 27 20:20:28.468 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.468 INFO kablam! | Oct 27 20:20:28.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.468 INFO kablam! | Oct 27 20:20:28.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.469 INFO kablam! | Oct 27 20:20:28.469 INFO kablam! Oct 27 20:20:28.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.469 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.469 INFO kablam! | Oct 27 20:20:28.469 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.469 INFO kablam! | ^^^^^ Oct 27 20:20:28.469 INFO kablam! ... Oct 27 20:20:28.469 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 27 20:20:28.469 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.469 INFO kablam! | Oct 27 20:20:28.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.469 INFO kablam! | Oct 27 20:20:28.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.469 INFO kablam! | Oct 27 20:20:28.469 INFO kablam! Oct 27 20:20:28.469 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.469 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.469 INFO kablam! | Oct 27 20:20:28.469 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.469 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.469 INFO kablam! ... Oct 27 20:20:28.469 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 27 20:20:28.469 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.469 INFO kablam! Oct 27 20:20:28.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.469 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.469 INFO kablam! | Oct 27 20:20:28.469 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.469 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.469 INFO kablam! ... Oct 27 20:20:28.469 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 27 20:20:28.469 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.469 INFO kablam! | Oct 27 20:20:28.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.469 INFO kablam! | Oct 27 20:20:28.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.469 INFO kablam! | Oct 27 20:20:28.469 INFO kablam! Oct 27 20:20:28.471 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.471 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.471 INFO kablam! | ^^^^^ Oct 27 20:20:28.471 INFO kablam! ... Oct 27 20:20:28.471 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 27 20:20:28.471 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! Oct 27 20:20:28.471 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.471 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.471 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.471 INFO kablam! ... Oct 27 20:20:28.471 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 27 20:20:28.471 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.471 INFO kablam! Oct 27 20:20:28.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.471 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.471 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.471 INFO kablam! ... Oct 27 20:20:28.471 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 27 20:20:28.471 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! Oct 27 20:20:28.471 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.471 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.471 INFO kablam! | ^^^^^ Oct 27 20:20:28.471 INFO kablam! ... Oct 27 20:20:28.471 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 27 20:20:28.471 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.471 INFO kablam! | Oct 27 20:20:28.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.472 INFO kablam! | Oct 27 20:20:28.472 INFO kablam! Oct 27 20:20:28.475 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.475 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.475 INFO kablam! | Oct 27 20:20:28.475 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.475 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.475 INFO kablam! ... Oct 27 20:20:28.475 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 27 20:20:28.475 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.475 INFO kablam! Oct 27 20:20:28.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.475 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.475 INFO kablam! | Oct 27 20:20:28.475 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.475 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.475 INFO kablam! ... Oct 27 20:20:28.475 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 27 20:20:28.475 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.475 INFO kablam! | Oct 27 20:20:28.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.475 INFO kablam! | Oct 27 20:20:28.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.475 INFO kablam! | Oct 27 20:20:28.475 INFO kablam! Oct 27 20:20:28.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.475 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.475 INFO kablam! | Oct 27 20:20:28.475 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.475 INFO kablam! | ^^^^^ Oct 27 20:20:28.475 INFO kablam! ... Oct 27 20:20:28.475 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 27 20:20:28.475 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.475 INFO kablam! | Oct 27 20:20:28.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.475 INFO kablam! | Oct 27 20:20:28.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.475 INFO kablam! | Oct 27 20:20:28.475 INFO kablam! Oct 27 20:20:28.475 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.475 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.475 INFO kablam! | Oct 27 20:20:28.475 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.475 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.475 INFO kablam! ... Oct 27 20:20:28.475 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 27 20:20:28.475 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.475 INFO kablam! Oct 27 20:20:28.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.480 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.480 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.480 INFO kablam! ... Oct 27 20:20:28.480 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 27 20:20:28.480 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! Oct 27 20:20:28.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.480 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.480 INFO kablam! | ^^^^^ Oct 27 20:20:28.480 INFO kablam! ... Oct 27 20:20:28.480 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Oct 27 20:20:28.480 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! Oct 27 20:20:28.480 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.480 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.480 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.480 INFO kablam! ... Oct 27 20:20:28.480 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Oct 27 20:20:28.480 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.480 INFO kablam! Oct 27 20:20:28.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.480 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.480 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.480 INFO kablam! ... Oct 27 20:20:28.480 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Oct 27 20:20:28.480 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.480 INFO kablam! | Oct 27 20:20:28.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.481 INFO kablam! | Oct 27 20:20:28.481 INFO kablam! Oct 27 20:20:28.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.500 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.500 INFO kablam! | Oct 27 20:20:28.500 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.500 INFO kablam! | ^^^^^ Oct 27 20:20:28.500 INFO kablam! ... Oct 27 20:20:28.500 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 27 20:20:28.500 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.500 INFO kablam! | Oct 27 20:20:28.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.500 INFO kablam! | Oct 27 20:20:28.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.500 INFO kablam! | Oct 27 20:20:28.500 INFO kablam! Oct 27 20:20:28.500 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.500 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.500 INFO kablam! | Oct 27 20:20:28.500 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.500 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.500 INFO kablam! ... Oct 27 20:20:28.500 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 27 20:20:28.500 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.500 INFO kablam! Oct 27 20:20:28.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.500 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.500 INFO kablam! | Oct 27 20:20:28.500 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.500 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.500 INFO kablam! ... Oct 27 20:20:28.500 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 27 20:20:28.500 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.500 INFO kablam! | Oct 27 20:20:28.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.500 INFO kablam! | Oct 27 20:20:28.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.500 INFO kablam! | Oct 27 20:20:28.500 INFO kablam! Oct 27 20:20:28.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.500 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.500 INFO kablam! | Oct 27 20:20:28.500 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.500 INFO kablam! | ^^^^^ Oct 27 20:20:28.500 INFO kablam! ... Oct 27 20:20:28.500 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 27 20:20:28.501 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! Oct 27 20:20:28.501 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.501 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.501 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.501 INFO kablam! ... Oct 27 20:20:28.501 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 27 20:20:28.501 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.501 INFO kablam! Oct 27 20:20:28.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.501 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.501 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.501 INFO kablam! ... Oct 27 20:20:28.501 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 27 20:20:28.501 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! Oct 27 20:20:28.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.501 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.501 INFO kablam! | ^^^^^ Oct 27 20:20:28.501 INFO kablam! ... Oct 27 20:20:28.501 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 27 20:20:28.501 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! Oct 27 20:20:28.501 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.501 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.501 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.501 INFO kablam! ... Oct 27 20:20:28.501 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 27 20:20:28.501 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.501 INFO kablam! Oct 27 20:20:28.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.501 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.501 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.501 INFO kablam! ... Oct 27 20:20:28.501 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 27 20:20:28.501 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! Oct 27 20:20:28.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.501 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.501 INFO kablam! | ^^^^^ Oct 27 20:20:28.501 INFO kablam! ... Oct 27 20:20:28.501 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 27 20:20:28.501 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.501 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! Oct 27 20:20:28.502 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.502 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.502 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.502 INFO kablam! ... Oct 27 20:20:28.502 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 27 20:20:28.502 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.502 INFO kablam! Oct 27 20:20:28.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.502 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.502 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.502 INFO kablam! ... Oct 27 20:20:28.502 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 27 20:20:28.502 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! Oct 27 20:20:28.502 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.502 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.502 INFO kablam! | ^^^^^ Oct 27 20:20:28.502 INFO kablam! ... Oct 27 20:20:28.502 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 27 20:20:28.502 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! Oct 27 20:20:28.502 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.502 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.502 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.502 INFO kablam! ... Oct 27 20:20:28.502 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 27 20:20:28.502 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.502 INFO kablam! Oct 27 20:20:28.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.502 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.502 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.502 INFO kablam! ... Oct 27 20:20:28.502 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 27 20:20:28.502 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! Oct 27 20:20:28.502 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.502 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.502 INFO kablam! | ^^^^^ Oct 27 20:20:28.502 INFO kablam! ... Oct 27 20:20:28.502 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 27 20:20:28.502 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! Oct 27 20:20:28.502 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.502 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.502 INFO kablam! | Oct 27 20:20:28.502 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.503 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.503 INFO kablam! ... Oct 27 20:20:28.503 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 27 20:20:28.503 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.503 INFO kablam! Oct 27 20:20:28.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.503 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.503 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.503 INFO kablam! ... Oct 27 20:20:28.503 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 27 20:20:28.503 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! Oct 27 20:20:28.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.503 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.503 INFO kablam! | ^^^^^ Oct 27 20:20:28.503 INFO kablam! ... Oct 27 20:20:28.503 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Oct 27 20:20:28.503 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! Oct 27 20:20:28.503 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.503 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.503 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.503 INFO kablam! ... Oct 27 20:20:28.503 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Oct 27 20:20:28.503 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.503 INFO kablam! Oct 27 20:20:28.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.503 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.503 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.503 INFO kablam! ... Oct 27 20:20:28.503 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Oct 27 20:20:28.503 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! Oct 27 20:20:28.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.503 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.503 INFO kablam! | ^^^^^ Oct 27 20:20:28.503 INFO kablam! ... Oct 27 20:20:28.503 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Oct 27 20:20:28.503 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! Oct 27 20:20:28.503 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.503 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.503 INFO kablam! | Oct 27 20:20:28.503 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.503 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.503 INFO kablam! ... Oct 27 20:20:28.503 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Oct 27 20:20:28.503 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.503 INFO kablam! Oct 27 20:20:28.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.504 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.504 INFO kablam! | Oct 27 20:20:28.504 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.504 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.504 INFO kablam! ... Oct 27 20:20:28.504 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Oct 27 20:20:28.504 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.504 INFO kablam! | Oct 27 20:20:28.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.504 INFO kablam! | Oct 27 20:20:28.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.504 INFO kablam! | Oct 27 20:20:28.504 INFO kablam! Oct 27 20:20:28.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.504 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.504 INFO kablam! | Oct 27 20:20:28.504 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.504 INFO kablam! | ^^^^^ Oct 27 20:20:28.504 INFO kablam! ... Oct 27 20:20:28.504 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 27 20:20:28.504 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.504 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! Oct 27 20:20:28.509 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.509 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.509 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.509 INFO kablam! ... Oct 27 20:20:28.509 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 27 20:20:28.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.509 INFO kablam! Oct 27 20:20:28.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.509 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.509 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.509 INFO kablam! ... Oct 27 20:20:28.509 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 27 20:20:28.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! Oct 27 20:20:28.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.509 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.509 INFO kablam! | ^^^^^ Oct 27 20:20:28.509 INFO kablam! ... Oct 27 20:20:28.509 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 27 20:20:28.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! Oct 27 20:20:28.509 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.509 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.509 INFO kablam! | Oct 27 20:20:28.509 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.509 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.509 INFO kablam! ... Oct 27 20:20:28.509 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 27 20:20:28.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.509 INFO kablam! Oct 27 20:20:28.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.513 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.513 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.513 INFO kablam! ... Oct 27 20:20:28.513 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 27 20:20:28.513 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! Oct 27 20:20:28.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.513 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.513 INFO kablam! | ^^^^^ Oct 27 20:20:28.513 INFO kablam! ... Oct 27 20:20:28.513 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 27 20:20:28.513 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! Oct 27 20:20:28.513 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.513 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.513 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.513 INFO kablam! ... Oct 27 20:20:28.513 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 27 20:20:28.513 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.513 INFO kablam! Oct 27 20:20:28.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.513 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.513 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.513 INFO kablam! ... Oct 27 20:20:28.513 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 27 20:20:28.513 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.513 INFO kablam! | Oct 27 20:20:28.513 INFO kablam! Oct 27 20:20:28.518 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.519 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.519 INFO kablam! | ^^^^^ Oct 27 20:20:28.519 INFO kablam! ... Oct 27 20:20:28.519 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 27 20:20:28.519 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! Oct 27 20:20:28.519 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.519 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.519 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.519 INFO kablam! ... Oct 27 20:20:28.519 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 27 20:20:28.519 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.519 INFO kablam! Oct 27 20:20:28.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.519 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.519 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.519 INFO kablam! ... Oct 27 20:20:28.519 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 27 20:20:28.519 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! Oct 27 20:20:28.519 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.519 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.519 INFO kablam! | ^^^^^ Oct 27 20:20:28.519 INFO kablam! ... Oct 27 20:20:28.519 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 27 20:20:28.519 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.519 INFO kablam! | Oct 27 20:20:28.519 INFO kablam! Oct 27 20:20:28.523 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.523 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.523 INFO kablam! | Oct 27 20:20:28.523 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.523 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.523 INFO kablam! ... Oct 27 20:20:28.523 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 27 20:20:28.523 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.523 INFO kablam! Oct 27 20:20:28.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.523 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.523 INFO kablam! | Oct 27 20:20:28.523 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.523 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.523 INFO kablam! ... Oct 27 20:20:28.523 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 27 20:20:28.523 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.523 INFO kablam! | Oct 27 20:20:28.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.523 INFO kablam! | Oct 27 20:20:28.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.523 INFO kablam! | Oct 27 20:20:28.523 INFO kablam! Oct 27 20:20:28.523 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.523 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.523 INFO kablam! | Oct 27 20:20:28.523 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.523 INFO kablam! | ^^^^^ Oct 27 20:20:28.523 INFO kablam! ... Oct 27 20:20:28.523 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 27 20:20:28.523 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.523 INFO kablam! | Oct 27 20:20:28.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.523 INFO kablam! | Oct 27 20:20:28.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.523 INFO kablam! | Oct 27 20:20:28.523 INFO kablam! Oct 27 20:20:28.523 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.523 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.523 INFO kablam! | Oct 27 20:20:28.523 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.523 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.523 INFO kablam! ... Oct 27 20:20:28.523 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 27 20:20:28.523 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.523 INFO kablam! Oct 27 20:20:28.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.527 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.527 INFO kablam! | Oct 27 20:20:28.527 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.527 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.527 INFO kablam! ... Oct 27 20:20:28.527 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 27 20:20:28.527 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.527 INFO kablam! | Oct 27 20:20:28.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.527 INFO kablam! | Oct 27 20:20:28.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.527 INFO kablam! | Oct 27 20:20:28.527 INFO kablam! Oct 27 20:20:28.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.527 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.527 INFO kablam! | Oct 27 20:20:28.527 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.527 INFO kablam! | ^^^^^ Oct 27 20:20:28.527 INFO kablam! ... Oct 27 20:20:28.527 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 27 20:20:28.527 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.527 INFO kablam! | Oct 27 20:20:28.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.528 INFO kablam! | Oct 27 20:20:28.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.528 INFO kablam! | Oct 27 20:20:28.528 INFO kablam! Oct 27 20:20:28.528 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.528 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.528 INFO kablam! | Oct 27 20:20:28.528 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.528 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.528 INFO kablam! ... Oct 27 20:20:28.528 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 27 20:20:28.528 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.528 INFO kablam! Oct 27 20:20:28.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.528 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.528 INFO kablam! | Oct 27 20:20:28.528 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.528 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.528 INFO kablam! ... Oct 27 20:20:28.528 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 27 20:20:28.528 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.528 INFO kablam! | Oct 27 20:20:28.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.528 INFO kablam! | Oct 27 20:20:28.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.528 INFO kablam! | Oct 27 20:20:28.528 INFO kablam! Oct 27 20:20:28.531 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.532 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.532 INFO kablam! | ^^^^^ Oct 27 20:20:28.532 INFO kablam! ... Oct 27 20:20:28.532 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 27 20:20:28.532 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! Oct 27 20:20:28.532 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.532 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.532 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.532 INFO kablam! ... Oct 27 20:20:28.532 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 27 20:20:28.532 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.532 INFO kablam! Oct 27 20:20:28.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.532 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.532 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.532 INFO kablam! ... Oct 27 20:20:28.532 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 27 20:20:28.532 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! Oct 27 20:20:28.532 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.532 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.532 INFO kablam! | ^^^^^ Oct 27 20:20:28.532 INFO kablam! ... Oct 27 20:20:28.532 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 27 20:20:28.532 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.532 INFO kablam! | Oct 27 20:20:28.532 INFO kablam! Oct 27 20:20:28.534 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.534 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.534 INFO kablam! | Oct 27 20:20:28.534 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.534 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.534 INFO kablam! ... Oct 27 20:20:28.534 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 27 20:20:28.534 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.534 INFO kablam! Oct 27 20:20:28.534 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.534 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.534 INFO kablam! | Oct 27 20:20:28.534 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.534 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.534 INFO kablam! ... Oct 27 20:20:28.534 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 27 20:20:28.534 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.534 INFO kablam! | Oct 27 20:20:28.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.534 INFO kablam! | Oct 27 20:20:28.534 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.534 INFO kablam! | Oct 27 20:20:28.534 INFO kablam! Oct 27 20:20:28.534 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.534 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.534 INFO kablam! | Oct 27 20:20:28.534 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.534 INFO kablam! | ^^^^^ Oct 27 20:20:28.534 INFO kablam! ... Oct 27 20:20:28.534 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 27 20:20:28.534 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.534 INFO kablam! | Oct 27 20:20:28.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.535 INFO kablam! | Oct 27 20:20:28.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.535 INFO kablam! | Oct 27 20:20:28.535 INFO kablam! Oct 27 20:20:28.535 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.535 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.535 INFO kablam! | Oct 27 20:20:28.535 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.535 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.535 INFO kablam! ... Oct 27 20:20:28.535 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 27 20:20:28.535 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.535 INFO kablam! Oct 27 20:20:28.535 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.535 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.535 INFO kablam! | Oct 27 20:20:28.535 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.535 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.535 INFO kablam! ... Oct 27 20:20:28.535 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 27 20:20:28.535 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.535 INFO kablam! | Oct 27 20:20:28.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.535 INFO kablam! | Oct 27 20:20:28.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.535 INFO kablam! | Oct 27 20:20:28.535 INFO kablam! Oct 27 20:20:28.554 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.555 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.555 INFO kablam! | ^^^^^ Oct 27 20:20:28.555 INFO kablam! ... Oct 27 20:20:28.555 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 27 20:20:28.555 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! Oct 27 20:20:28.555 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.555 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.555 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.555 INFO kablam! ... Oct 27 20:20:28.555 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 27 20:20:28.555 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.555 INFO kablam! Oct 27 20:20:28.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.555 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.555 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.555 INFO kablam! ... Oct 27 20:20:28.555 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 27 20:20:28.555 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! Oct 27 20:20:28.555 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.555 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.555 INFO kablam! | ^^^^^ Oct 27 20:20:28.555 INFO kablam! ... Oct 27 20:20:28.555 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 27 20:20:28.555 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! Oct 27 20:20:28.555 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.555 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.555 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.555 INFO kablam! ... Oct 27 20:20:28.555 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 27 20:20:28.555 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.555 INFO kablam! Oct 27 20:20:28.555 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.555 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.555 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.555 INFO kablam! ... Oct 27 20:20:28.555 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 27 20:20:28.555 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.555 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! Oct 27 20:20:28.555 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.555 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.555 INFO kablam! | Oct 27 20:20:28.555 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.555 INFO kablam! | ^^^^^ Oct 27 20:20:28.555 INFO kablam! ... Oct 27 20:20:28.556 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 27 20:20:28.556 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! Oct 27 20:20:28.556 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.556 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.556 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.556 INFO kablam! ... Oct 27 20:20:28.556 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 27 20:20:28.556 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.556 INFO kablam! Oct 27 20:20:28.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.556 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.556 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.556 INFO kablam! ... Oct 27 20:20:28.556 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 27 20:20:28.556 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! Oct 27 20:20:28.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.556 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.556 INFO kablam! | ^^^^^ Oct 27 20:20:28.556 INFO kablam! ... Oct 27 20:20:28.556 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 27 20:20:28.556 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! Oct 27 20:20:28.556 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.556 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.556 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.556 INFO kablam! ... Oct 27 20:20:28.556 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 27 20:20:28.556 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.556 INFO kablam! Oct 27 20:20:28.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.556 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.556 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.556 INFO kablam! ... Oct 27 20:20:28.556 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 27 20:20:28.556 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! Oct 27 20:20:28.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.556 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.556 INFO kablam! | ^^^^^ Oct 27 20:20:28.556 INFO kablam! ... Oct 27 20:20:28.556 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 27 20:20:28.556 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.556 INFO kablam! | Oct 27 20:20:28.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.557 INFO kablam! | Oct 27 20:20:28.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.557 INFO kablam! | Oct 27 20:20:28.557 INFO kablam! Oct 27 20:20:28.560 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.560 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.560 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.560 INFO kablam! ... Oct 27 20:20:28.560 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 27 20:20:28.560 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.560 INFO kablam! Oct 27 20:20:28.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.560 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.560 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.560 INFO kablam! ... Oct 27 20:20:28.560 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 27 20:20:28.560 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.560 INFO kablam! | Oct 27 20:20:28.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! Oct 27 20:20:28.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.561 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.561 INFO kablam! | ^^^^^ Oct 27 20:20:28.561 INFO kablam! ... Oct 27 20:20:28.561 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 27 20:20:28.561 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! Oct 27 20:20:28.561 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.561 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.561 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.561 INFO kablam! ... Oct 27 20:20:28.561 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 27 20:20:28.561 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.561 INFO kablam! Oct 27 20:20:28.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.561 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.561 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.561 INFO kablam! ... Oct 27 20:20:28.561 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 27 20:20:28.561 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! Oct 27 20:20:28.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.561 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.561 INFO kablam! | ^^^^^ Oct 27 20:20:28.561 INFO kablam! ... Oct 27 20:20:28.561 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 27 20:20:28.561 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! Oct 27 20:20:28.561 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.561 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.561 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.561 INFO kablam! ... Oct 27 20:20:28.561 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 27 20:20:28.561 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.561 INFO kablam! Oct 27 20:20:28.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.561 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.561 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.561 INFO kablam! ... Oct 27 20:20:28.561 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 27 20:20:28.561 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.561 INFO kablam! | Oct 27 20:20:28.561 INFO kablam! Oct 27 20:20:28.562 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.562 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.562 INFO kablam! | Oct 27 20:20:28.562 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.562 INFO kablam! | ^^^^^ Oct 27 20:20:28.562 INFO kablam! ... Oct 27 20:20:28.562 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 27 20:20:28.562 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.562 INFO kablam! | Oct 27 20:20:28.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.562 INFO kablam! | Oct 27 20:20:28.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.562 INFO kablam! | Oct 27 20:20:28.562 INFO kablam! Oct 27 20:20:28.562 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.562 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.562 INFO kablam! | Oct 27 20:20:28.562 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.562 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.562 INFO kablam! ... Oct 27 20:20:28.562 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 27 20:20:28.562 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.562 INFO kablam! Oct 27 20:20:28.562 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.562 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.562 INFO kablam! | Oct 27 20:20:28.562 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.562 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.562 INFO kablam! ... Oct 27 20:20:28.562 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 27 20:20:28.562 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.562 INFO kablam! | Oct 27 20:20:28.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.562 INFO kablam! | Oct 27 20:20:28.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.562 INFO kablam! | Oct 27 20:20:28.562 INFO kablam! Oct 27 20:20:28.563 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.563 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.563 INFO kablam! | Oct 27 20:20:28.563 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.563 INFO kablam! | ^^^^^ Oct 27 20:20:28.563 INFO kablam! ... Oct 27 20:20:28.563 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 27 20:20:28.563 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.563 INFO kablam! | Oct 27 20:20:28.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.563 INFO kablam! | Oct 27 20:20:28.563 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.563 INFO kablam! | Oct 27 20:20:28.563 INFO kablam! Oct 27 20:20:28.564 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.564 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.564 INFO kablam! | Oct 27 20:20:28.564 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.564 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.564 INFO kablam! ... Oct 27 20:20:28.564 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 27 20:20:28.564 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.564 INFO kablam! Oct 27 20:20:28.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.565 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.565 INFO kablam! | Oct 27 20:20:28.565 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.565 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.565 INFO kablam! ... Oct 27 20:20:28.565 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 27 20:20:28.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.565 INFO kablam! | Oct 27 20:20:28.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.565 INFO kablam! | Oct 27 20:20:28.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.565 INFO kablam! | Oct 27 20:20:28.565 INFO kablam! Oct 27 20:20:28.566 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.566 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.566 INFO kablam! | Oct 27 20:20:28.566 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.566 INFO kablam! | ^^^^^ Oct 27 20:20:28.566 INFO kablam! ... Oct 27 20:20:28.566 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 27 20:20:28.566 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.566 INFO kablam! | Oct 27 20:20:28.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.566 INFO kablam! | Oct 27 20:20:28.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.566 INFO kablam! | Oct 27 20:20:28.566 INFO kablam! Oct 27 20:20:28.568 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.568 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.568 INFO kablam! | Oct 27 20:20:28.568 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.568 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.568 INFO kablam! ... Oct 27 20:20:28.568 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 27 20:20:28.568 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.568 INFO kablam! Oct 27 20:20:28.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.568 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.568 INFO kablam! | Oct 27 20:20:28.568 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.568 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.568 INFO kablam! ... Oct 27 20:20:28.568 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 27 20:20:28.568 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.568 INFO kablam! | Oct 27 20:20:28.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.568 INFO kablam! | Oct 27 20:20:28.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.568 INFO kablam! | Oct 27 20:20:28.568 INFO kablam! Oct 27 20:20:28.569 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.569 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.569 INFO kablam! | Oct 27 20:20:28.569 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.569 INFO kablam! | ^^^^^ Oct 27 20:20:28.569 INFO kablam! ... Oct 27 20:20:28.569 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 27 20:20:28.569 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.569 INFO kablam! | Oct 27 20:20:28.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.569 INFO kablam! | Oct 27 20:20:28.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.569 INFO kablam! | Oct 27 20:20:28.569 INFO kablam! Oct 27 20:20:28.570 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.570 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.570 INFO kablam! | Oct 27 20:20:28.570 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.570 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.570 INFO kablam! ... Oct 27 20:20:28.570 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 27 20:20:28.570 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.570 INFO kablam! Oct 27 20:20:28.571 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.571 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.571 INFO kablam! | Oct 27 20:20:28.571 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.571 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.571 INFO kablam! ... Oct 27 20:20:28.571 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 27 20:20:28.571 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.571 INFO kablam! | Oct 27 20:20:28.571 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.571 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.571 INFO kablam! | Oct 27 20:20:28.571 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.571 INFO kablam! | Oct 27 20:20:28.571 INFO kablam! Oct 27 20:20:28.572 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.572 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.572 INFO kablam! | Oct 27 20:20:28.572 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.572 INFO kablam! | ^^^^^ Oct 27 20:20:28.572 INFO kablam! ... Oct 27 20:20:28.572 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 27 20:20:28.572 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.572 INFO kablam! | Oct 27 20:20:28.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.572 INFO kablam! | Oct 27 20:20:28.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.572 INFO kablam! | Oct 27 20:20:28.572 INFO kablam! Oct 27 20:20:28.573 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.573 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.573 INFO kablam! | Oct 27 20:20:28.573 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.573 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.573 INFO kablam! ... Oct 27 20:20:28.573 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 27 20:20:28.573 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.574 INFO kablam! Oct 27 20:20:28.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.574 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.574 INFO kablam! | Oct 27 20:20:28.574 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.574 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.574 INFO kablam! ... Oct 27 20:20:28.574 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 27 20:20:28.574 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.574 INFO kablam! | Oct 27 20:20:28.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.574 INFO kablam! | Oct 27 20:20:28.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.574 INFO kablam! | Oct 27 20:20:28.574 INFO kablam! Oct 27 20:20:28.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.575 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.575 INFO kablam! | Oct 27 20:20:28.575 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.575 INFO kablam! | ^^^^^ Oct 27 20:20:28.575 INFO kablam! ... Oct 27 20:20:28.575 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Oct 27 20:20:28.575 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.575 INFO kablam! | Oct 27 20:20:28.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.575 INFO kablam! | Oct 27 20:20:28.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.575 INFO kablam! | Oct 27 20:20:28.575 INFO kablam! Oct 27 20:20:28.576 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.576 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.576 INFO kablam! | Oct 27 20:20:28.576 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.576 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.576 INFO kablam! ... Oct 27 20:20:28.576 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Oct 27 20:20:28.576 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.576 INFO kablam! Oct 27 20:20:28.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.577 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.577 INFO kablam! | Oct 27 20:20:28.577 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.577 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.577 INFO kablam! ... Oct 27 20:20:28.577 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Oct 27 20:20:28.577 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.577 INFO kablam! | Oct 27 20:20:28.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.577 INFO kablam! | Oct 27 20:20:28.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.577 INFO kablam! | Oct 27 20:20:28.577 INFO kablam! Oct 27 20:20:28.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.578 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.578 INFO kablam! | Oct 27 20:20:28.578 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.578 INFO kablam! | ^^^^^ Oct 27 20:20:28.578 INFO kablam! ... Oct 27 20:20:28.578 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 27 20:20:28.578 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.578 INFO kablam! | Oct 27 20:20:28.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.578 INFO kablam! | Oct 27 20:20:28.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.578 INFO kablam! | Oct 27 20:20:28.578 INFO kablam! Oct 27 20:20:28.579 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.579 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.579 INFO kablam! | Oct 27 20:20:28.579 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.579 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.579 INFO kablam! ... Oct 27 20:20:28.579 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 27 20:20:28.579 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.579 INFO kablam! Oct 27 20:20:28.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.580 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.580 INFO kablam! | Oct 27 20:20:28.580 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.580 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.580 INFO kablam! ... Oct 27 20:20:28.580 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 27 20:20:28.580 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.580 INFO kablam! | Oct 27 20:20:28.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.580 INFO kablam! | Oct 27 20:20:28.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.580 INFO kablam! | Oct 27 20:20:28.580 INFO kablam! Oct 27 20:20:28.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.581 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.581 INFO kablam! | Oct 27 20:20:28.581 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.581 INFO kablam! | ^^^^^ Oct 27 20:20:28.581 INFO kablam! ... Oct 27 20:20:28.581 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 27 20:20:28.581 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.581 INFO kablam! | Oct 27 20:20:28.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.581 INFO kablam! | Oct 27 20:20:28.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.581 INFO kablam! | Oct 27 20:20:28.581 INFO kablam! Oct 27 20:20:28.582 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.582 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.582 INFO kablam! | Oct 27 20:20:28.582 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.582 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.582 INFO kablam! ... Oct 27 20:20:28.582 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 27 20:20:28.582 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.582 INFO kablam! Oct 27 20:20:28.582 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.582 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.582 INFO kablam! | Oct 27 20:20:28.582 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.582 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.582 INFO kablam! ... Oct 27 20:20:28.582 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 27 20:20:28.582 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.582 INFO kablam! | Oct 27 20:20:28.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.582 INFO kablam! | Oct 27 20:20:28.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.583 INFO kablam! | Oct 27 20:20:28.583 INFO kablam! Oct 27 20:20:28.590 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.590 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.591 INFO kablam! | ^^^^^ Oct 27 20:20:28.591 INFO kablam! ... Oct 27 20:20:28.591 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 27 20:20:28.591 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! Oct 27 20:20:28.591 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.591 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.591 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.591 INFO kablam! ... Oct 27 20:20:28.591 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 27 20:20:28.591 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.591 INFO kablam! Oct 27 20:20:28.591 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.591 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.591 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.591 INFO kablam! ... Oct 27 20:20:28.591 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 27 20:20:28.591 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! Oct 27 20:20:28.591 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.591 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.591 INFO kablam! | ^^^^^ Oct 27 20:20:28.591 INFO kablam! ... Oct 27 20:20:28.591 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 27 20:20:28.591 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! Oct 27 20:20:28.591 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.591 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.591 INFO kablam! | Oct 27 20:20:28.591 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.591 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.591 INFO kablam! ... Oct 27 20:20:28.591 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 27 20:20:28.591 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.591 INFO kablam! Oct 27 20:20:28.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.597 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.597 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.597 INFO kablam! ... Oct 27 20:20:28.597 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 27 20:20:28.597 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! Oct 27 20:20:28.597 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.597 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.597 INFO kablam! | ^^^^^ Oct 27 20:20:28.597 INFO kablam! ... Oct 27 20:20:28.597 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 27 20:20:28.597 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! Oct 27 20:20:28.597 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.597 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.597 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.597 INFO kablam! ... Oct 27 20:20:28.597 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 27 20:20:28.597 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.597 INFO kablam! Oct 27 20:20:28.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.597 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.597 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.597 INFO kablam! ... Oct 27 20:20:28.597 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 27 20:20:28.597 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! Oct 27 20:20:28.597 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.597 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.597 INFO kablam! | Oct 27 20:20:28.597 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.598 INFO kablam! | ^^^^^ Oct 27 20:20:28.598 INFO kablam! ... Oct 27 20:20:28.598 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 27 20:20:28.598 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.598 INFO kablam! | Oct 27 20:20:28.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.598 INFO kablam! | Oct 27 20:20:28.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.598 INFO kablam! | Oct 27 20:20:28.598 INFO kablam! Oct 27 20:20:28.598 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.598 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.598 INFO kablam! | Oct 27 20:20:28.598 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.598 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.598 INFO kablam! ... Oct 27 20:20:28.598 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 27 20:20:28.598 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.598 INFO kablam! Oct 27 20:20:28.598 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.598 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.598 INFO kablam! | Oct 27 20:20:28.598 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.598 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.598 INFO kablam! ... Oct 27 20:20:28.598 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 27 20:20:28.598 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.598 INFO kablam! | Oct 27 20:20:28.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.598 INFO kablam! | Oct 27 20:20:28.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.598 INFO kablam! | Oct 27 20:20:28.598 INFO kablam! Oct 27 20:20:28.598 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.598 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.598 INFO kablam! | Oct 27 20:20:28.599 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.599 INFO kablam! | ^^^^^ Oct 27 20:20:28.599 INFO kablam! ... Oct 27 20:20:28.599 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 27 20:20:28.599 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.599 INFO kablam! | Oct 27 20:20:28.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.599 INFO kablam! | Oct 27 20:20:28.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.599 INFO kablam! | Oct 27 20:20:28.599 INFO kablam! Oct 27 20:20:28.605 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.605 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.605 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.605 INFO kablam! ... Oct 27 20:20:28.605 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 27 20:20:28.605 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.605 INFO kablam! Oct 27 20:20:28.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.605 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.605 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.605 INFO kablam! ... Oct 27 20:20:28.605 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 27 20:20:28.605 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! Oct 27 20:20:28.605 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.605 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.605 INFO kablam! | ^^^^^ Oct 27 20:20:28.605 INFO kablam! ... Oct 27 20:20:28.605 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 27 20:20:28.605 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! Oct 27 20:20:28.605 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.605 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.605 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.605 INFO kablam! ... Oct 27 20:20:28.605 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 27 20:20:28.605 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.605 INFO kablam! Oct 27 20:20:28.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.605 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.605 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.605 INFO kablam! ... Oct 27 20:20:28.605 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 27 20:20:28.605 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! Oct 27 20:20:28.605 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.605 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.605 INFO kablam! | ^^^^^ Oct 27 20:20:28.605 INFO kablam! ... Oct 27 20:20:28.605 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 27 20:20:28.605 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.605 INFO kablam! | Oct 27 20:20:28.606 INFO kablam! Oct 27 20:20:28.615 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.615 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.615 INFO kablam! | Oct 27 20:20:28.615 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.615 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.615 INFO kablam! ... Oct 27 20:20:28.615 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 27 20:20:28.615 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.615 INFO kablam! Oct 27 20:20:28.615 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.615 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.615 INFO kablam! | Oct 27 20:20:28.615 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.615 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.615 INFO kablam! ... Oct 27 20:20:28.615 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 27 20:20:28.615 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.615 INFO kablam! | Oct 27 20:20:28.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.615 INFO kablam! | Oct 27 20:20:28.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.615 INFO kablam! | Oct 27 20:20:28.615 INFO kablam! Oct 27 20:20:28.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.616 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.616 INFO kablam! | ^^^^^ Oct 27 20:20:28.616 INFO kablam! ... Oct 27 20:20:28.616 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 27 20:20:28.616 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! Oct 27 20:20:28.616 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.616 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.616 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.616 INFO kablam! ... Oct 27 20:20:28.616 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 27 20:20:28.616 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.616 INFO kablam! Oct 27 20:20:28.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.616 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.616 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.616 INFO kablam! ... Oct 27 20:20:28.616 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 27 20:20:28.616 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! Oct 27 20:20:28.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.616 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.616 INFO kablam! | ^^^^^ Oct 27 20:20:28.616 INFO kablam! ... Oct 27 20:20:28.616 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 27 20:20:28.616 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! Oct 27 20:20:28.616 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.616 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.616 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.616 INFO kablam! ... Oct 27 20:20:28.616 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 27 20:20:28.616 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.616 INFO kablam! Oct 27 20:20:28.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.616 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.616 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.616 INFO kablam! ... Oct 27 20:20:28.616 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 27 20:20:28.616 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! Oct 27 20:20:28.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.616 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.616 INFO kablam! | ^^^^^ Oct 27 20:20:28.616 INFO kablam! ... Oct 27 20:20:28.616 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 27 20:20:28.616 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! Oct 27 20:20:28.616 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.616 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.616 INFO kablam! | Oct 27 20:20:28.616 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.617 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.617 INFO kablam! ... Oct 27 20:20:28.617 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 27 20:20:28.617 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.617 INFO kablam! Oct 27 20:20:28.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.617 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.617 INFO kablam! | Oct 27 20:20:28.617 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.617 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.617 INFO kablam! ... Oct 27 20:20:28.617 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 27 20:20:28.617 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.617 INFO kablam! | Oct 27 20:20:28.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.617 INFO kablam! | Oct 27 20:20:28.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.617 INFO kablam! | Oct 27 20:20:28.617 INFO kablam! Oct 27 20:20:28.618 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.618 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.618 INFO kablam! | Oct 27 20:20:28.618 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.618 INFO kablam! | ^^^^^ Oct 27 20:20:28.618 INFO kablam! ... Oct 27 20:20:28.618 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 27 20:20:28.618 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.618 INFO kablam! | Oct 27 20:20:28.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.618 INFO kablam! | Oct 27 20:20:28.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.618 INFO kablam! | Oct 27 20:20:28.618 INFO kablam! Oct 27 20:20:28.623 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.623 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.623 INFO kablam! | Oct 27 20:20:28.623 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.623 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.623 INFO kablam! ... Oct 27 20:20:28.623 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 27 20:20:28.623 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.623 INFO kablam! Oct 27 20:20:28.623 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.623 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.623 INFO kablam! | Oct 27 20:20:28.623 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.623 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.623 INFO kablam! ... Oct 27 20:20:28.623 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 27 20:20:28.623 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.623 INFO kablam! | Oct 27 20:20:28.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.623 INFO kablam! | Oct 27 20:20:28.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.623 INFO kablam! | Oct 27 20:20:28.623 INFO kablam! Oct 27 20:20:28.623 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.623 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.623 INFO kablam! | Oct 27 20:20:28.623 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.623 INFO kablam! | ^^^^^ Oct 27 20:20:28.623 INFO kablam! ... Oct 27 20:20:28.623 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 27 20:20:28.623 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.623 INFO kablam! | Oct 27 20:20:28.623 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.623 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.623 INFO kablam! | Oct 27 20:20:28.623 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.623 INFO kablam! | Oct 27 20:20:28.623 INFO kablam! Oct 27 20:20:28.623 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.623 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.623 INFO kablam! | Oct 27 20:20:28.623 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.623 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.623 INFO kablam! ... Oct 27 20:20:28.623 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 27 20:20:28.623 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.624 INFO kablam! Oct 27 20:20:28.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.624 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.624 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.624 INFO kablam! ... Oct 27 20:20:28.624 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 27 20:20:28.624 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! Oct 27 20:20:28.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.624 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.624 INFO kablam! | ^^^^^ Oct 27 20:20:28.624 INFO kablam! ... Oct 27 20:20:28.624 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 27 20:20:28.624 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! Oct 27 20:20:28.624 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.624 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.624 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.624 INFO kablam! ... Oct 27 20:20:28.624 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 27 20:20:28.624 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.624 INFO kablam! Oct 27 20:20:28.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.624 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.624 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.624 INFO kablam! ... Oct 27 20:20:28.624 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 27 20:20:28.624 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.624 INFO kablam! | Oct 27 20:20:28.624 INFO kablam! Oct 27 20:20:28.628 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.628 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.628 INFO kablam! | Oct 27 20:20:28.628 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.629 INFO kablam! | ^^^^^ Oct 27 20:20:28.629 INFO kablam! ... Oct 27 20:20:28.629 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 27 20:20:28.629 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! Oct 27 20:20:28.629 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.629 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.629 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.629 INFO kablam! ... Oct 27 20:20:28.629 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 27 20:20:28.629 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.629 INFO kablam! Oct 27 20:20:28.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.629 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.629 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.629 INFO kablam! ... Oct 27 20:20:28.629 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 27 20:20:28.629 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! Oct 27 20:20:28.629 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.629 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.629 INFO kablam! | ^^^^^ Oct 27 20:20:28.629 INFO kablam! ... Oct 27 20:20:28.629 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 27 20:20:28.629 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.629 INFO kablam! | Oct 27 20:20:28.629 INFO kablam! Oct 27 20:20:28.638 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.638 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.638 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.638 INFO kablam! ... Oct 27 20:20:28.638 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 27 20:20:28.638 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.638 INFO kablam! Oct 27 20:20:28.638 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.638 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.638 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.638 INFO kablam! ... Oct 27 20:20:28.638 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 27 20:20:28.638 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! Oct 27 20:20:28.638 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.638 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.638 INFO kablam! | ^^^^^ Oct 27 20:20:28.638 INFO kablam! ... Oct 27 20:20:28.638 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 27 20:20:28.638 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! Oct 27 20:20:28.638 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.638 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.638 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.638 INFO kablam! ... Oct 27 20:20:28.638 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 27 20:20:28.638 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.638 INFO kablam! Oct 27 20:20:28.638 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.638 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.638 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.638 INFO kablam! ... Oct 27 20:20:28.638 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 27 20:20:28.638 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! Oct 27 20:20:28.638 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.638 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.638 INFO kablam! | ^^^^^ Oct 27 20:20:28.638 INFO kablam! ... Oct 27 20:20:28.638 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 27 20:20:28.638 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.638 INFO kablam! | Oct 27 20:20:28.638 INFO kablam! Oct 27 20:20:28.642 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.642 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.643 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.643 INFO kablam! ... Oct 27 20:20:28.643 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 27 20:20:28.643 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.643 INFO kablam! Oct 27 20:20:28.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.643 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.643 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.643 INFO kablam! ... Oct 27 20:20:28.643 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 27 20:20:28.643 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! Oct 27 20:20:28.643 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.643 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.643 INFO kablam! | ^^^^^ Oct 27 20:20:28.643 INFO kablam! ... Oct 27 20:20:28.643 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 27 20:20:28.643 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! Oct 27 20:20:28.643 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.643 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.643 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.643 INFO kablam! ... Oct 27 20:20:28.643 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 27 20:20:28.643 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.643 INFO kablam! Oct 27 20:20:28.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.643 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.643 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.643 INFO kablam! ... Oct 27 20:20:28.643 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 27 20:20:28.643 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! Oct 27 20:20:28.643 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.643 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.643 INFO kablam! | ^^^^^ Oct 27 20:20:28.643 INFO kablam! ... Oct 27 20:20:28.643 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 27 20:20:28.643 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! Oct 27 20:20:28.643 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.643 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.643 INFO kablam! | Oct 27 20:20:28.643 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.643 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.643 INFO kablam! ... Oct 27 20:20:28.643 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 27 20:20:28.644 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.644 INFO kablam! Oct 27 20:20:28.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.644 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.644 INFO kablam! | Oct 27 20:20:28.644 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.644 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.644 INFO kablam! ... Oct 27 20:20:28.644 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 27 20:20:28.644 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.644 INFO kablam! | Oct 27 20:20:28.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.644 INFO kablam! | Oct 27 20:20:28.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.644 INFO kablam! | Oct 27 20:20:28.644 INFO kablam! Oct 27 20:20:28.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.644 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.644 INFO kablam! | Oct 27 20:20:28.644 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.644 INFO kablam! | ^^^^^ Oct 27 20:20:28.644 INFO kablam! ... Oct 27 20:20:28.644 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Oct 27 20:20:28.644 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.644 INFO kablam! | Oct 27 20:20:28.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.644 INFO kablam! | Oct 27 20:20:28.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.644 INFO kablam! | Oct 27 20:20:28.644 INFO kablam! Oct 27 20:20:28.644 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.644 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.644 INFO kablam! | Oct 27 20:20:28.644 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.644 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.644 INFO kablam! ... Oct 27 20:20:28.644 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Oct 27 20:20:28.644 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.644 INFO kablam! Oct 27 20:20:28.654 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.654 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.655 INFO kablam! ... Oct 27 20:20:28.655 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Oct 27 20:20:28.655 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! Oct 27 20:20:28.655 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.655 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.655 INFO kablam! | ^^^^^ Oct 27 20:20:28.655 INFO kablam! ... Oct 27 20:20:28.655 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Oct 27 20:20:28.655 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! Oct 27 20:20:28.655 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.655 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.655 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.655 INFO kablam! ... Oct 27 20:20:28.655 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Oct 27 20:20:28.655 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.655 INFO kablam! Oct 27 20:20:28.655 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.655 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.655 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.655 INFO kablam! ... Oct 27 20:20:28.655 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Oct 27 20:20:28.655 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.655 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.655 INFO kablam! Oct 27 20:20:28.655 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.655 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.655 INFO kablam! | Oct 27 20:20:28.656 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.657 INFO kablam! | ^^^^^ Oct 27 20:20:28.657 INFO kablam! ... Oct 27 20:20:28.657 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Oct 27 20:20:28.657 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! Oct 27 20:20:28.657 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.657 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.657 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.657 INFO kablam! ... Oct 27 20:20:28.657 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Oct 27 20:20:28.657 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.657 INFO kablam! Oct 27 20:20:28.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.657 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.657 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.657 INFO kablam! ... Oct 27 20:20:28.657 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Oct 27 20:20:28.657 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! Oct 27 20:20:28.657 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.657 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.657 INFO kablam! | ^^^^^ Oct 27 20:20:28.657 INFO kablam! ... Oct 27 20:20:28.657 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 27 20:20:28.657 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! Oct 27 20:20:28.657 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.657 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.657 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.657 INFO kablam! ... Oct 27 20:20:28.657 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 27 20:20:28.657 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.657 INFO kablam! Oct 27 20:20:28.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.657 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.657 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.657 INFO kablam! ... Oct 27 20:20:28.657 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 27 20:20:28.657 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! Oct 27 20:20:28.657 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.657 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.657 INFO kablam! | Oct 27 20:20:28.657 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.657 INFO kablam! | ^^^^^ Oct 27 20:20:28.657 INFO kablam! ... Oct 27 20:20:28.657 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 27 20:20:28.658 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.658 INFO kablam! | Oct 27 20:20:28.658 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.658 INFO kablam! | Oct 27 20:20:28.658 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.658 INFO kablam! | Oct 27 20:20:28.658 INFO kablam! Oct 27 20:20:28.658 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.658 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.658 INFO kablam! | Oct 27 20:20:28.658 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.658 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.658 INFO kablam! ... Oct 27 20:20:28.658 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 27 20:20:28.658 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.658 INFO kablam! Oct 27 20:20:28.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.660 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.660 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.660 INFO kablam! ... Oct 27 20:20:28.660 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 27 20:20:28.660 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! Oct 27 20:20:28.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.660 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.660 INFO kablam! | ^^^^^ Oct 27 20:20:28.660 INFO kablam! ... Oct 27 20:20:28.660 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 27 20:20:28.660 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! Oct 27 20:20:28.660 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.660 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.660 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.660 INFO kablam! ... Oct 27 20:20:28.660 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 27 20:20:28.660 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.660 INFO kablam! Oct 27 20:20:28.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.660 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.660 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.660 INFO kablam! ... Oct 27 20:20:28.660 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 27 20:20:28.660 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.660 INFO kablam! | Oct 27 20:20:28.661 INFO kablam! Oct 27 20:20:28.661 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.661 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.661 INFO kablam! | Oct 27 20:20:28.661 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.661 INFO kablam! | ^^^^^ Oct 27 20:20:28.661 INFO kablam! ... Oct 27 20:20:28.661 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 27 20:20:28.661 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.661 INFO kablam! | Oct 27 20:20:28.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.661 INFO kablam! | Oct 27 20:20:28.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.661 INFO kablam! | Oct 27 20:20:28.661 INFO kablam! Oct 27 20:20:28.661 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.661 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.661 INFO kablam! | Oct 27 20:20:28.661 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.661 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.661 INFO kablam! ... Oct 27 20:20:28.661 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 27 20:20:28.661 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.661 INFO kablam! Oct 27 20:20:28.662 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.662 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.662 INFO kablam! | Oct 27 20:20:28.662 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.662 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.662 INFO kablam! ... Oct 27 20:20:28.662 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 27 20:20:28.662 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.662 INFO kablam! | Oct 27 20:20:28.662 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.662 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.662 INFO kablam! | Oct 27 20:20:28.662 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.662 INFO kablam! | Oct 27 20:20:28.662 INFO kablam! Oct 27 20:20:28.663 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.663 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.663 INFO kablam! | Oct 27 20:20:28.663 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.663 INFO kablam! | ^^^^^ Oct 27 20:20:28.663 INFO kablam! ... Oct 27 20:20:28.663 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 27 20:20:28.663 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.663 INFO kablam! | Oct 27 20:20:28.663 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.663 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.663 INFO kablam! | Oct 27 20:20:28.663 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.663 INFO kablam! | Oct 27 20:20:28.663 INFO kablam! Oct 27 20:20:28.664 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.664 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.664 INFO kablam! | Oct 27 20:20:28.664 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.664 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.664 INFO kablam! ... Oct 27 20:20:28.664 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 27 20:20:28.664 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.664 INFO kablam! Oct 27 20:20:28.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.664 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.664 INFO kablam! | Oct 27 20:20:28.664 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.665 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.665 INFO kablam! ... Oct 27 20:20:28.665 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 27 20:20:28.665 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.665 INFO kablam! | Oct 27 20:20:28.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.665 INFO kablam! | Oct 27 20:20:28.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.665 INFO kablam! | Oct 27 20:20:28.665 INFO kablam! Oct 27 20:20:28.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.666 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.666 INFO kablam! | Oct 27 20:20:28.666 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.666 INFO kablam! | ^^^^^ Oct 27 20:20:28.666 INFO kablam! ... Oct 27 20:20:28.666 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 27 20:20:28.666 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.666 INFO kablam! | Oct 27 20:20:28.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.666 INFO kablam! | Oct 27 20:20:28.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.666 INFO kablam! | Oct 27 20:20:28.666 INFO kablam! Oct 27 20:20:28.666 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.666 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.666 INFO kablam! | Oct 27 20:20:28.666 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.666 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.666 INFO kablam! ... Oct 27 20:20:28.667 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 27 20:20:28.667 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.667 INFO kablam! Oct 27 20:20:28.669 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.669 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.669 INFO kablam! | Oct 27 20:20:28.669 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.669 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.669 INFO kablam! ... Oct 27 20:20:28.669 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 27 20:20:28.669 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.669 INFO kablam! | Oct 27 20:20:28.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.669 INFO kablam! | Oct 27 20:20:28.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.669 INFO kablam! | Oct 27 20:20:28.669 INFO kablam! Oct 27 20:20:28.669 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.669 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.669 INFO kablam! | Oct 27 20:20:28.669 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.669 INFO kablam! | ^^^^^ Oct 27 20:20:28.669 INFO kablam! ... Oct 27 20:20:28.669 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Oct 27 20:20:28.669 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.669 INFO kablam! | Oct 27 20:20:28.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.669 INFO kablam! | Oct 27 20:20:28.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.669 INFO kablam! | Oct 27 20:20:28.669 INFO kablam! Oct 27 20:20:28.670 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.670 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.670 INFO kablam! | Oct 27 20:20:28.670 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.670 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.670 INFO kablam! ... Oct 27 20:20:28.670 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Oct 27 20:20:28.670 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.670 INFO kablam! Oct 27 20:20:28.670 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.670 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.670 INFO kablam! | Oct 27 20:20:28.670 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.670 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.670 INFO kablam! ... Oct 27 20:20:28.670 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Oct 27 20:20:28.670 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.670 INFO kablam! | Oct 27 20:20:28.670 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.670 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.670 INFO kablam! | Oct 27 20:20:28.670 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.670 INFO kablam! | Oct 27 20:20:28.670 INFO kablam! Oct 27 20:20:28.674 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.674 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.674 INFO kablam! | Oct 27 20:20:28.674 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.674 INFO kablam! | ^^^^^ Oct 27 20:20:28.674 INFO kablam! ... Oct 27 20:20:28.674 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 27 20:20:28.674 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.674 INFO kablam! | Oct 27 20:20:28.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.674 INFO kablam! | Oct 27 20:20:28.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.674 INFO kablam! | Oct 27 20:20:28.674 INFO kablam! Oct 27 20:20:28.674 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.674 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.674 INFO kablam! | Oct 27 20:20:28.675 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.675 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.675 INFO kablam! ... Oct 27 20:20:28.675 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 27 20:20:28.675 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.675 INFO kablam! Oct 27 20:20:28.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.680 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.680 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.680 INFO kablam! ... Oct 27 20:20:28.680 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 27 20:20:28.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! Oct 27 20:20:28.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.680 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.680 INFO kablam! | ^^^^^ Oct 27 20:20:28.680 INFO kablam! ... Oct 27 20:20:28.680 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Oct 27 20:20:28.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! Oct 27 20:20:28.680 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.680 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.680 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.680 INFO kablam! ... Oct 27 20:20:28.680 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Oct 27 20:20:28.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.680 INFO kablam! Oct 27 20:20:28.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.680 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.680 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.680 INFO kablam! ... Oct 27 20:20:28.680 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Oct 27 20:20:28.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! Oct 27 20:20:28.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.680 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.680 INFO kablam! | Oct 27 20:20:28.680 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.681 INFO kablam! | ^^^^^ Oct 27 20:20:28.681 INFO kablam! ... Oct 27 20:20:28.681 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 27 20:20:28.681 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.681 INFO kablam! | Oct 27 20:20:28.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.681 INFO kablam! | Oct 27 20:20:28.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.681 INFO kablam! | Oct 27 20:20:28.681 INFO kablam! Oct 27 20:20:28.682 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.682 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.682 INFO kablam! | Oct 27 20:20:28.682 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.682 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.682 INFO kablam! ... Oct 27 20:20:28.682 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 27 20:20:28.682 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.682 INFO kablam! Oct 27 20:20:28.682 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.682 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.682 INFO kablam! | Oct 27 20:20:28.682 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.682 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.682 INFO kablam! ... Oct 27 20:20:28.682 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 27 20:20:28.682 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.682 INFO kablam! | Oct 27 20:20:28.682 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.682 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.682 INFO kablam! | Oct 27 20:20:28.682 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.682 INFO kablam! | Oct 27 20:20:28.682 INFO kablam! Oct 27 20:20:28.682 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.682 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.682 INFO kablam! | Oct 27 20:20:28.682 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.682 INFO kablam! | ^^^^^ Oct 27 20:20:28.682 INFO kablam! ... Oct 27 20:20:28.682 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 27 20:20:28.682 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.682 INFO kablam! | Oct 27 20:20:28.682 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.682 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.682 INFO kablam! | Oct 27 20:20:28.682 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.682 INFO kablam! | Oct 27 20:20:28.682 INFO kablam! Oct 27 20:20:28.688 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.688 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.688 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.688 INFO kablam! ... Oct 27 20:20:28.688 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 27 20:20:28.688 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.688 INFO kablam! Oct 27 20:20:28.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.688 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.688 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.688 INFO kablam! ... Oct 27 20:20:28.688 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 27 20:20:28.688 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! Oct 27 20:20:28.688 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.688 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.688 INFO kablam! | ^^^^^ Oct 27 20:20:28.688 INFO kablam! ... Oct 27 20:20:28.688 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 27 20:20:28.688 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! Oct 27 20:20:28.688 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.688 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.688 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.688 INFO kablam! ... Oct 27 20:20:28.688 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 27 20:20:28.688 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.688 INFO kablam! Oct 27 20:20:28.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.688 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.688 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.688 INFO kablam! ... Oct 27 20:20:28.688 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 27 20:20:28.688 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.688 INFO kablam! | Oct 27 20:20:28.688 INFO kablam! Oct 27 20:20:28.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.692 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.692 INFO kablam! | Oct 27 20:20:28.692 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.692 INFO kablam! | ^^^^^ Oct 27 20:20:28.692 INFO kablam! ... Oct 27 20:20:28.692 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Oct 27 20:20:28.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.692 INFO kablam! | Oct 27 20:20:28.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.692 INFO kablam! | Oct 27 20:20:28.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.693 INFO kablam! | Oct 27 20:20:28.693 INFO kablam! Oct 27 20:20:28.693 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.693 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.693 INFO kablam! | Oct 27 20:20:28.693 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.693 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.693 INFO kablam! ... Oct 27 20:20:28.693 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Oct 27 20:20:28.693 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.693 INFO kablam! Oct 27 20:20:28.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.693 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.693 INFO kablam! | Oct 27 20:20:28.693 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.693 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.693 INFO kablam! ... Oct 27 20:20:28.693 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Oct 27 20:20:28.693 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.693 INFO kablam! | Oct 27 20:20:28.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.693 INFO kablam! | Oct 27 20:20:28.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.693 INFO kablam! | Oct 27 20:20:28.693 INFO kablam! Oct 27 20:20:28.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.693 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.693 INFO kablam! | Oct 27 20:20:28.693 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.693 INFO kablam! | ^^^^^ Oct 27 20:20:28.693 INFO kablam! ... Oct 27 20:20:28.693 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 27 20:20:28.693 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.693 INFO kablam! | Oct 27 20:20:28.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.693 INFO kablam! | Oct 27 20:20:28.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.693 INFO kablam! | Oct 27 20:20:28.693 INFO kablam! Oct 27 20:20:28.695 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.695 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.695 INFO kablam! | Oct 27 20:20:28.695 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.696 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.696 INFO kablam! ... Oct 27 20:20:28.696 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 27 20:20:28.696 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.696 INFO kablam! Oct 27 20:20:28.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.696 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.696 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.696 INFO kablam! ... Oct 27 20:20:28.696 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 27 20:20:28.696 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! Oct 27 20:20:28.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.696 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.696 INFO kablam! | ^^^^^ Oct 27 20:20:28.696 INFO kablam! ... Oct 27 20:20:28.696 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 27 20:20:28.696 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! Oct 27 20:20:28.696 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.696 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.696 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.696 INFO kablam! ... Oct 27 20:20:28.696 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 27 20:20:28.696 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.696 INFO kablam! Oct 27 20:20:28.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.696 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.696 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.696 INFO kablam! ... Oct 27 20:20:28.696 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 27 20:20:28.696 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.696 INFO kablam! | Oct 27 20:20:28.696 INFO kablam! Oct 27 20:20:28.699 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.699 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.699 INFO kablam! | ^^^^^ Oct 27 20:20:28.699 INFO kablam! ... Oct 27 20:20:28.699 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 27 20:20:28.699 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! Oct 27 20:20:28.699 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.699 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.699 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.699 INFO kablam! ... Oct 27 20:20:28.699 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 27 20:20:28.699 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.699 INFO kablam! Oct 27 20:20:28.699 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.699 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.699 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.699 INFO kablam! ... Oct 27 20:20:28.699 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 27 20:20:28.699 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! Oct 27 20:20:28.699 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.699 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.699 INFO kablam! | ^^^^^ Oct 27 20:20:28.699 INFO kablam! ... Oct 27 20:20:28.699 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 27 20:20:28.699 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.699 INFO kablam! | Oct 27 20:20:28.699 INFO kablam! Oct 27 20:20:28.703 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.703 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.703 INFO kablam! | Oct 27 20:20:28.703 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.703 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.703 INFO kablam! ... Oct 27 20:20:28.703 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 27 20:20:28.703 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.703 INFO kablam! Oct 27 20:20:28.703 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.703 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.703 INFO kablam! | Oct 27 20:20:28.703 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.703 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.703 INFO kablam! ... Oct 27 20:20:28.703 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 27 20:20:28.703 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.703 INFO kablam! | Oct 27 20:20:28.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.703 INFO kablam! | Oct 27 20:20:28.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.703 INFO kablam! | Oct 27 20:20:28.703 INFO kablam! Oct 27 20:20:28.703 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.703 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.703 INFO kablam! | Oct 27 20:20:28.703 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.703 INFO kablam! | ^^^^^ Oct 27 20:20:28.703 INFO kablam! ... Oct 27 20:20:28.703 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 27 20:20:28.703 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.703 INFO kablam! | Oct 27 20:20:28.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.703 INFO kablam! | Oct 27 20:20:28.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.704 INFO kablam! | Oct 27 20:20:28.704 INFO kablam! Oct 27 20:20:28.704 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.704 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.704 INFO kablam! | Oct 27 20:20:28.704 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.704 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.704 INFO kablam! ... Oct 27 20:20:28.704 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 27 20:20:28.704 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.704 INFO kablam! Oct 27 20:20:28.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.707 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.707 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.707 INFO kablam! ... Oct 27 20:20:28.707 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 27 20:20:28.707 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! Oct 27 20:20:28.707 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.707 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.707 INFO kablam! | ^^^^^ Oct 27 20:20:28.707 INFO kablam! ... Oct 27 20:20:28.707 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 27 20:20:28.707 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! Oct 27 20:20:28.707 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.707 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.707 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.707 INFO kablam! ... Oct 27 20:20:28.707 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 27 20:20:28.707 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.707 INFO kablam! Oct 27 20:20:28.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.707 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.707 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.707 INFO kablam! ... Oct 27 20:20:28.707 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 27 20:20:28.707 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.707 INFO kablam! | Oct 27 20:20:28.707 INFO kablam! Oct 27 20:20:28.708 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.708 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.708 INFO kablam! | Oct 27 20:20:28.708 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.708 INFO kablam! | ^^^^^ Oct 27 20:20:28.708 INFO kablam! ... Oct 27 20:20:28.708 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 27 20:20:28.708 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.708 INFO kablam! | Oct 27 20:20:28.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.708 INFO kablam! | Oct 27 20:20:28.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.708 INFO kablam! | Oct 27 20:20:28.708 INFO kablam! Oct 27 20:20:28.708 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.708 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.708 INFO kablam! | Oct 27 20:20:28.708 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.708 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.708 INFO kablam! ... Oct 27 20:20:28.708 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 27 20:20:28.708 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.708 INFO kablam! Oct 27 20:20:28.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.709 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.709 INFO kablam! | Oct 27 20:20:28.709 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.709 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.709 INFO kablam! ... Oct 27 20:20:28.709 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 27 20:20:28.709 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.709 INFO kablam! | Oct 27 20:20:28.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.709 INFO kablam! | Oct 27 20:20:28.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.709 INFO kablam! | Oct 27 20:20:28.709 INFO kablam! Oct 27 20:20:28.710 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.710 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.710 INFO kablam! | Oct 27 20:20:28.710 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.710 INFO kablam! | ^^^^^ Oct 27 20:20:28.710 INFO kablam! ... Oct 27 20:20:28.710 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 27 20:20:28.710 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.710 INFO kablam! | Oct 27 20:20:28.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.710 INFO kablam! | Oct 27 20:20:28.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.710 INFO kablam! | Oct 27 20:20:28.710 INFO kablam! Oct 27 20:20:28.715 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.715 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.715 INFO kablam! | Oct 27 20:20:28.715 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.715 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.715 INFO kablam! ... Oct 27 20:20:28.715 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 27 20:20:28.715 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.715 INFO kablam! Oct 27 20:20:28.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.715 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.715 INFO kablam! | Oct 27 20:20:28.715 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.715 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.715 INFO kablam! ... Oct 27 20:20:28.715 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 27 20:20:28.715 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! Oct 27 20:20:28.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.716 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.716 INFO kablam! | ^^^^^ Oct 27 20:20:28.716 INFO kablam! ... Oct 27 20:20:28.716 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 27 20:20:28.716 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! Oct 27 20:20:28.716 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.716 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.716 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.716 INFO kablam! ... Oct 27 20:20:28.716 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 27 20:20:28.716 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.716 INFO kablam! Oct 27 20:20:28.716 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.716 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.716 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.716 INFO kablam! ... Oct 27 20:20:28.716 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 27 20:20:28.716 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.716 INFO kablam! | Oct 27 20:20:28.716 INFO kablam! Oct 27 20:20:28.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.717 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.717 INFO kablam! | Oct 27 20:20:28.717 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.717 INFO kablam! | ^^^^^ Oct 27 20:20:28.717 INFO kablam! ... Oct 27 20:20:28.717 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 27 20:20:28.717 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.717 INFO kablam! | Oct 27 20:20:28.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.717 INFO kablam! | Oct 27 20:20:28.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.717 INFO kablam! | Oct 27 20:20:28.717 INFO kablam! Oct 27 20:20:28.717 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.717 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.717 INFO kablam! | Oct 27 20:20:28.717 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.717 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.717 INFO kablam! ... Oct 27 20:20:28.717 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 27 20:20:28.717 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.717 INFO kablam! Oct 27 20:20:28.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.718 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.718 INFO kablam! | Oct 27 20:20:28.718 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.718 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.718 INFO kablam! ... Oct 27 20:20:28.718 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 27 20:20:28.718 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.718 INFO kablam! | Oct 27 20:20:28.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.718 INFO kablam! | Oct 27 20:20:28.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.718 INFO kablam! | Oct 27 20:20:28.718 INFO kablam! Oct 27 20:20:28.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.725 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.725 INFO kablam! | Oct 27 20:20:28.725 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.725 INFO kablam! | ^^^^^ Oct 27 20:20:28.725 INFO kablam! ... Oct 27 20:20:28.725 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 27 20:20:28.725 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.725 INFO kablam! | Oct 27 20:20:28.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.725 INFO kablam! | Oct 27 20:20:28.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.725 INFO kablam! | Oct 27 20:20:28.725 INFO kablam! Oct 27 20:20:28.726 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.726 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.726 INFO kablam! | Oct 27 20:20:28.726 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.726 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.726 INFO kablam! ... Oct 27 20:20:28.726 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 27 20:20:28.726 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.726 INFO kablam! Oct 27 20:20:28.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.726 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.726 INFO kablam! | Oct 27 20:20:28.726 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.726 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.726 INFO kablam! ... Oct 27 20:20:28.726 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 27 20:20:28.726 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.726 INFO kablam! | Oct 27 20:20:28.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.726 INFO kablam! | Oct 27 20:20:28.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.726 INFO kablam! | Oct 27 20:20:28.726 INFO kablam! Oct 27 20:20:28.726 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.726 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.726 INFO kablam! | Oct 27 20:20:28.726 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.726 INFO kablam! | ^^^^^ Oct 27 20:20:28.726 INFO kablam! ... Oct 27 20:20:28.726 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 27 20:20:28.726 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.726 INFO kablam! | Oct 27 20:20:28.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.726 INFO kablam! | Oct 27 20:20:28.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.726 INFO kablam! | Oct 27 20:20:28.726 INFO kablam! Oct 27 20:20:28.727 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.727 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.727 INFO kablam! | Oct 27 20:20:28.727 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.727 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.727 INFO kablam! ... Oct 27 20:20:28.727 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 27 20:20:28.727 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.727 INFO kablam! Oct 27 20:20:28.727 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.727 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.727 INFO kablam! | Oct 27 20:20:28.727 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.727 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.727 INFO kablam! ... Oct 27 20:20:28.727 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 27 20:20:28.727 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.727 INFO kablam! | Oct 27 20:20:28.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.727 INFO kablam! | Oct 27 20:20:28.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.727 INFO kablam! | Oct 27 20:20:28.727 INFO kablam! Oct 27 20:20:28.727 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.728 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.728 INFO kablam! | Oct 27 20:20:28.728 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.728 INFO kablam! | ^^^^^ Oct 27 20:20:28.728 INFO kablam! ... Oct 27 20:20:28.728 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 27 20:20:28.728 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.728 INFO kablam! | Oct 27 20:20:28.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.728 INFO kablam! | Oct 27 20:20:28.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.728 INFO kablam! | Oct 27 20:20:28.728 INFO kablam! Oct 27 20:20:28.728 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.728 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.728 INFO kablam! | Oct 27 20:20:28.728 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.728 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.728 INFO kablam! ... Oct 27 20:20:28.728 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 27 20:20:28.728 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.728 INFO kablam! Oct 27 20:20:28.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.732 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.732 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.732 INFO kablam! ... Oct 27 20:20:28.732 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 27 20:20:28.732 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! Oct 27 20:20:28.732 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.732 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.732 INFO kablam! | ^^^^^ Oct 27 20:20:28.732 INFO kablam! ... Oct 27 20:20:28.732 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 27 20:20:28.732 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! Oct 27 20:20:28.732 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.732 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.732 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.732 INFO kablam! ... Oct 27 20:20:28.732 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 27 20:20:28.732 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.732 INFO kablam! Oct 27 20:20:28.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.732 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.732 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.732 INFO kablam! ... Oct 27 20:20:28.732 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 27 20:20:28.732 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.732 INFO kablam! | Oct 27 20:20:28.732 INFO kablam! Oct 27 20:20:28.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.736 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.736 INFO kablam! | ^^^^^ Oct 27 20:20:28.736 INFO kablam! ... Oct 27 20:20:28.736 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 27 20:20:28.736 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! Oct 27 20:20:28.736 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.736 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.736 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.736 INFO kablam! ... Oct 27 20:20:28.736 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 27 20:20:28.736 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.736 INFO kablam! Oct 27 20:20:28.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.736 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.736 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.736 INFO kablam! ... Oct 27 20:20:28.736 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 27 20:20:28.736 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! Oct 27 20:20:28.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.736 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.736 INFO kablam! | ^^^^^ Oct 27 20:20:28.736 INFO kablam! ... Oct 27 20:20:28.736 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 27 20:20:28.736 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! Oct 27 20:20:28.736 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.736 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.736 INFO kablam! | Oct 27 20:20:28.736 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.736 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.736 INFO kablam! ... Oct 27 20:20:28.736 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 27 20:20:28.736 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.736 INFO kablam! Oct 27 20:20:28.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.739 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.739 INFO kablam! | Oct 27 20:20:28.739 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.739 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.739 INFO kablam! ... Oct 27 20:20:28.739 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 27 20:20:28.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.739 INFO kablam! | Oct 27 20:20:28.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.739 INFO kablam! | Oct 27 20:20:28.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.739 INFO kablam! | Oct 27 20:20:28.739 INFO kablam! Oct 27 20:20:28.739 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.739 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.739 INFO kablam! | Oct 27 20:20:28.739 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.739 INFO kablam! | ^^^^^ Oct 27 20:20:28.739 INFO kablam! ... Oct 27 20:20:28.739 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 27 20:20:28.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.739 INFO kablam! | Oct 27 20:20:28.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.739 INFO kablam! | Oct 27 20:20:28.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.739 INFO kablam! | Oct 27 20:20:28.739 INFO kablam! Oct 27 20:20:28.739 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.739 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.739 INFO kablam! | Oct 27 20:20:28.739 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.739 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.739 INFO kablam! ... Oct 27 20:20:28.739 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 27 20:20:28.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.739 INFO kablam! Oct 27 20:20:28.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.740 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.740 INFO kablam! | Oct 27 20:20:28.740 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.740 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.740 INFO kablam! ... Oct 27 20:20:28.740 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 27 20:20:28.740 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.740 INFO kablam! | Oct 27 20:20:28.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.740 INFO kablam! | Oct 27 20:20:28.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.740 INFO kablam! | Oct 27 20:20:28.740 INFO kablam! Oct 27 20:20:28.743 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.743 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.743 INFO kablam! | Oct 27 20:20:28.743 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.743 INFO kablam! | ^^^^^ Oct 27 20:20:28.743 INFO kablam! ... Oct 27 20:20:28.743 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 27 20:20:28.743 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.743 INFO kablam! | Oct 27 20:20:28.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.743 INFO kablam! | Oct 27 20:20:28.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.743 INFO kablam! | Oct 27 20:20:28.743 INFO kablam! Oct 27 20:20:28.751 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.751 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.751 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.751 INFO kablam! ... Oct 27 20:20:28.751 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 27 20:20:28.751 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.751 INFO kablam! Oct 27 20:20:28.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.751 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.751 INFO kablam! ... Oct 27 20:20:28.751 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 27 20:20:28.751 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! Oct 27 20:20:28.751 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.751 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.751 INFO kablam! | ^^^^^ Oct 27 20:20:28.751 INFO kablam! ... Oct 27 20:20:28.751 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 27 20:20:28.751 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! Oct 27 20:20:28.751 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.751 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.751 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.751 INFO kablam! ... Oct 27 20:20:28.751 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 27 20:20:28.751 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.751 INFO kablam! Oct 27 20:20:28.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.751 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.751 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.751 INFO kablam! ... Oct 27 20:20:28.751 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 27 20:20:28.751 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! Oct 27 20:20:28.751 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.751 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.751 INFO kablam! | Oct 27 20:20:28.751 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.751 INFO kablam! | ^^^^^ Oct 27 20:20:28.751 INFO kablam! ... Oct 27 20:20:28.751 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 27 20:20:28.751 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! Oct 27 20:20:28.752 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.752 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.752 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.752 INFO kablam! ... Oct 27 20:20:28.752 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 27 20:20:28.752 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.752 INFO kablam! Oct 27 20:20:28.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.752 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.752 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.752 INFO kablam! ... Oct 27 20:20:28.752 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 27 20:20:28.752 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! Oct 27 20:20:28.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.752 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.752 INFO kablam! | ^^^^^ Oct 27 20:20:28.752 INFO kablam! ... Oct 27 20:20:28.752 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 27 20:20:28.752 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! Oct 27 20:20:28.752 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.752 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.752 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.752 INFO kablam! ... Oct 27 20:20:28.752 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 27 20:20:28.752 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.752 INFO kablam! Oct 27 20:20:28.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.752 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.752 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.752 INFO kablam! ... Oct 27 20:20:28.752 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 27 20:20:28.752 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! Oct 27 20:20:28.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.752 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.752 INFO kablam! | ^^^^^ Oct 27 20:20:28.752 INFO kablam! ... Oct 27 20:20:28.752 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 27 20:20:28.752 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.752 INFO kablam! | Oct 27 20:20:28.752 INFO kablam! Oct 27 20:20:28.752 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.752 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.753 INFO kablam! | Oct 27 20:20:28.753 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.753 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.753 INFO kablam! ... Oct 27 20:20:28.753 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 27 20:20:28.753 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.753 INFO kablam! Oct 27 20:20:28.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.760 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.760 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.760 INFO kablam! ... Oct 27 20:20:28.760 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 27 20:20:28.760 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! Oct 27 20:20:28.760 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.760 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.760 INFO kablam! | ^^^^^ Oct 27 20:20:28.760 INFO kablam! ... Oct 27 20:20:28.760 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 27 20:20:28.760 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! Oct 27 20:20:28.760 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.760 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.760 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.760 INFO kablam! ... Oct 27 20:20:28.760 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 27 20:20:28.760 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.760 INFO kablam! Oct 27 20:20:28.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.760 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.760 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.760 INFO kablam! ... Oct 27 20:20:28.760 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 27 20:20:28.760 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! Oct 27 20:20:28.760 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.760 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.760 INFO kablam! | ^^^^^ Oct 27 20:20:28.760 INFO kablam! ... Oct 27 20:20:28.760 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 27 20:20:28.760 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! Oct 27 20:20:28.760 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.760 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.760 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.760 INFO kablam! ... Oct 27 20:20:28.760 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 27 20:20:28.760 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.760 INFO kablam! Oct 27 20:20:28.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.760 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.760 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.760 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.760 INFO kablam! ... Oct 27 20:20:28.760 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 27 20:20:28.760 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.760 INFO kablam! | Oct 27 20:20:28.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.761 INFO kablam! | Oct 27 20:20:28.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.761 INFO kablam! | Oct 27 20:20:28.761 INFO kablam! Oct 27 20:20:28.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.764 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.764 INFO kablam! | ^^^^^ Oct 27 20:20:28.764 INFO kablam! ... Oct 27 20:20:28.764 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 27 20:20:28.764 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! Oct 27 20:20:28.764 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.764 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.764 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.764 INFO kablam! ... Oct 27 20:20:28.764 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 27 20:20:28.764 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.764 INFO kablam! Oct 27 20:20:28.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.764 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.764 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.764 INFO kablam! ... Oct 27 20:20:28.764 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 27 20:20:28.764 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! Oct 27 20:20:28.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.764 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.764 INFO kablam! | ^^^^^ Oct 27 20:20:28.764 INFO kablam! ... Oct 27 20:20:28.764 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 27 20:20:28.764 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! Oct 27 20:20:28.764 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.764 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.764 INFO kablam! | Oct 27 20:20:28.764 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.764 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.764 INFO kablam! ... Oct 27 20:20:28.764 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 27 20:20:28.764 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.765 INFO kablam! Oct 27 20:20:28.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.769 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.769 INFO kablam! | Oct 27 20:20:28.769 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.769 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.769 INFO kablam! ... Oct 27 20:20:28.769 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 27 20:20:28.769 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.769 INFO kablam! | Oct 27 20:20:28.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.769 INFO kablam! | Oct 27 20:20:28.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.769 INFO kablam! | Oct 27 20:20:28.769 INFO kablam! Oct 27 20:20:28.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.769 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.769 INFO kablam! | Oct 27 20:20:28.769 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.769 INFO kablam! | ^^^^^ Oct 27 20:20:28.769 INFO kablam! ... Oct 27 20:20:28.769 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 27 20:20:28.769 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! Oct 27 20:20:28.770 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.770 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.770 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.770 INFO kablam! ... Oct 27 20:20:28.770 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 27 20:20:28.770 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.770 INFO kablam! Oct 27 20:20:28.770 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.770 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.770 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.770 INFO kablam! ... Oct 27 20:20:28.770 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 27 20:20:28.770 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! Oct 27 20:20:28.770 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.770 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.770 INFO kablam! | ^^^^^ Oct 27 20:20:28.770 INFO kablam! ... Oct 27 20:20:28.770 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 27 20:20:28.770 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.770 INFO kablam! | Oct 27 20:20:28.770 INFO kablam! Oct 27 20:20:28.773 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.773 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.773 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.773 INFO kablam! ... Oct 27 20:20:28.773 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 27 20:20:28.773 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.773 INFO kablam! Oct 27 20:20:28.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.773 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.773 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.773 INFO kablam! ... Oct 27 20:20:28.773 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 27 20:20:28.773 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! Oct 27 20:20:28.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.773 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.773 INFO kablam! | ^^^^^ Oct 27 20:20:28.773 INFO kablam! ... Oct 27 20:20:28.773 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 27 20:20:28.773 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! Oct 27 20:20:28.773 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.773 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.773 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.773 INFO kablam! ... Oct 27 20:20:28.773 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 27 20:20:28.773 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.773 INFO kablam! Oct 27 20:20:28.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.773 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.773 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.773 INFO kablam! ... Oct 27 20:20:28.773 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 27 20:20:28.773 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.773 INFO kablam! | Oct 27 20:20:28.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.774 INFO kablam! | Oct 27 20:20:28.774 INFO kablam! Oct 27 20:20:28.775 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.775 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.775 INFO kablam! | ^^^^^ Oct 27 20:20:28.775 INFO kablam! ... Oct 27 20:20:28.775 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 27 20:20:28.775 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! Oct 27 20:20:28.775 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.775 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.775 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.775 INFO kablam! ... Oct 27 20:20:28.775 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 27 20:20:28.775 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.775 INFO kablam! Oct 27 20:20:28.775 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.775 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.775 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.775 INFO kablam! ... Oct 27 20:20:28.775 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 27 20:20:28.775 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! Oct 27 20:20:28.775 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.775 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.775 INFO kablam! | ^^^^^ Oct 27 20:20:28.775 INFO kablam! ... Oct 27 20:20:28.775 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Oct 27 20:20:28.775 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.775 INFO kablam! | Oct 27 20:20:28.775 INFO kablam! Oct 27 20:20:28.781 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.781 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.781 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.781 INFO kablam! ... Oct 27 20:20:28.781 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Oct 27 20:20:28.781 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.781 INFO kablam! Oct 27 20:20:28.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.781 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.781 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.781 INFO kablam! ... Oct 27 20:20:28.781 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Oct 27 20:20:28.781 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! Oct 27 20:20:28.781 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.781 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.781 INFO kablam! | ^^^^^ Oct 27 20:20:28.781 INFO kablam! ... Oct 27 20:20:28.781 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 27 20:20:28.781 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! Oct 27 20:20:28.781 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.781 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.781 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.781 INFO kablam! ... Oct 27 20:20:28.781 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 27 20:20:28.781 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.781 INFO kablam! Oct 27 20:20:28.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.781 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.781 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.781 INFO kablam! ... Oct 27 20:20:28.781 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 27 20:20:28.781 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.781 INFO kablam! | Oct 27 20:20:28.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! Oct 27 20:20:28.783 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.783 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.783 INFO kablam! | ^^^^^ Oct 27 20:20:28.783 INFO kablam! ... Oct 27 20:20:28.783 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 27 20:20:28.783 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! Oct 27 20:20:28.783 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.783 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.783 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.783 INFO kablam! ... Oct 27 20:20:28.783 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 27 20:20:28.783 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.783 INFO kablam! Oct 27 20:20:28.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.783 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.783 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.783 INFO kablam! ... Oct 27 20:20:28.783 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 27 20:20:28.783 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! Oct 27 20:20:28.783 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.783 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.783 INFO kablam! | ^^^^^ Oct 27 20:20:28.783 INFO kablam! ... Oct 27 20:20:28.783 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 27 20:20:28.783 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.783 INFO kablam! | Oct 27 20:20:28.783 INFO kablam! Oct 27 20:20:28.787 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.787 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.787 INFO kablam! | Oct 27 20:20:28.787 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.787 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.787 INFO kablam! ... Oct 27 20:20:28.787 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 27 20:20:28.787 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.787 INFO kablam! Oct 27 20:20:28.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.787 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.787 INFO kablam! | Oct 27 20:20:28.787 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.787 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.787 INFO kablam! ... Oct 27 20:20:28.787 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 27 20:20:28.787 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.787 INFO kablam! | Oct 27 20:20:28.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.787 INFO kablam! | Oct 27 20:20:28.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.787 INFO kablam! | Oct 27 20:20:28.787 INFO kablam! Oct 27 20:20:28.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.787 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.787 INFO kablam! | Oct 27 20:20:28.787 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.787 INFO kablam! | ^^^^^ Oct 27 20:20:28.787 INFO kablam! ... Oct 27 20:20:28.787 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 27 20:20:28.787 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.787 INFO kablam! | Oct 27 20:20:28.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.787 INFO kablam! | Oct 27 20:20:28.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.787 INFO kablam! | Oct 27 20:20:28.787 INFO kablam! Oct 27 20:20:28.787 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.787 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.787 INFO kablam! | Oct 27 20:20:28.787 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.787 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.787 INFO kablam! ... Oct 27 20:20:28.787 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 27 20:20:28.787 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.787 INFO kablam! Oct 27 20:20:28.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.795 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.795 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.795 INFO kablam! ... Oct 27 20:20:28.795 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 27 20:20:28.795 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.795 INFO kablam! Oct 27 20:20:28.795 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.795 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.795 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.795 INFO kablam! | ^^^^^ Oct 27 20:20:28.795 INFO kablam! ... Oct 27 20:20:28.795 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 27 20:20:28.795 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.795 INFO kablam! Oct 27 20:20:28.795 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.795 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.795 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.795 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.795 INFO kablam! ... Oct 27 20:20:28.795 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 27 20:20:28.795 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.795 INFO kablam! Oct 27 20:20:28.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.795 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.795 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.795 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.795 INFO kablam! ... Oct 27 20:20:28.795 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 27 20:20:28.795 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.795 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! Oct 27 20:20:28.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.796 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.796 INFO kablam! | ^^^^^ Oct 27 20:20:28.796 INFO kablam! ... Oct 27 20:20:28.796 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 27 20:20:28.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! Oct 27 20:20:28.796 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.796 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.796 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.796 INFO kablam! ... Oct 27 20:20:28.796 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 27 20:20:28.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.796 INFO kablam! Oct 27 20:20:28.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.796 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.796 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.796 INFO kablam! ... Oct 27 20:20:28.796 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 27 20:20:28.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! Oct 27 20:20:28.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.796 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.796 INFO kablam! | ^^^^^ Oct 27 20:20:28.796 INFO kablam! ... Oct 27 20:20:28.796 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 27 20:20:28.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! Oct 27 20:20:28.796 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.796 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.796 INFO kablam! | Oct 27 20:20:28.796 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.796 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.796 INFO kablam! ... Oct 27 20:20:28.796 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 27 20:20:28.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.796 INFO kablam! Oct 27 20:20:28.800 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.800 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.800 INFO kablam! | Oct 27 20:20:28.800 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.800 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.800 INFO kablam! ... Oct 27 20:20:28.800 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 27 20:20:28.800 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.800 INFO kablam! | Oct 27 20:20:28.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.800 INFO kablam! | Oct 27 20:20:28.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.800 INFO kablam! | Oct 27 20:20:28.800 INFO kablam! Oct 27 20:20:28.800 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.800 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.800 INFO kablam! | Oct 27 20:20:28.800 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.800 INFO kablam! | ^^^^^ Oct 27 20:20:28.800 INFO kablam! ... Oct 27 20:20:28.800 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 27 20:20:28.800 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.800 INFO kablam! | Oct 27 20:20:28.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.800 INFO kablam! | Oct 27 20:20:28.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.800 INFO kablam! | Oct 27 20:20:28.800 INFO kablam! Oct 27 20:20:28.800 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.801 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.801 INFO kablam! | Oct 27 20:20:28.801 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.801 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.801 INFO kablam! ... Oct 27 20:20:28.801 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 27 20:20:28.801 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.801 INFO kablam! Oct 27 20:20:28.801 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.801 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.801 INFO kablam! | Oct 27 20:20:28.801 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.801 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.801 INFO kablam! ... Oct 27 20:20:28.801 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 27 20:20:28.801 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.801 INFO kablam! | Oct 27 20:20:28.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.801 INFO kablam! | Oct 27 20:20:28.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.801 INFO kablam! | Oct 27 20:20:28.801 INFO kablam! Oct 27 20:20:28.807 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.807 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.807 INFO kablam! | Oct 27 20:20:28.807 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.807 INFO kablam! | ^^^^^ Oct 27 20:20:28.807 INFO kablam! ... Oct 27 20:20:28.807 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 27 20:20:28.807 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.807 INFO kablam! | Oct 27 20:20:28.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.807 INFO kablam! | Oct 27 20:20:28.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.807 INFO kablam! | Oct 27 20:20:28.807 INFO kablam! Oct 27 20:20:28.807 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.807 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.807 INFO kablam! | Oct 27 20:20:28.807 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.807 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.807 INFO kablam! ... Oct 27 20:20:28.807 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 27 20:20:28.807 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.807 INFO kablam! Oct 27 20:20:28.807 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.807 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.807 INFO kablam! | Oct 27 20:20:28.807 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.807 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.807 INFO kablam! ... Oct 27 20:20:28.807 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 27 20:20:28.807 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.807 INFO kablam! | Oct 27 20:20:28.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.807 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! Oct 27 20:20:28.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.808 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.808 INFO kablam! | ^^^^^ Oct 27 20:20:28.808 INFO kablam! ... Oct 27 20:20:28.808 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 27 20:20:28.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! Oct 27 20:20:28.808 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.808 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.808 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.808 INFO kablam! ... Oct 27 20:20:28.808 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 27 20:20:28.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.808 INFO kablam! Oct 27 20:20:28.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.808 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.808 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.808 INFO kablam! ... Oct 27 20:20:28.808 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 27 20:20:28.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! Oct 27 20:20:28.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.808 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.808 INFO kablam! | ^^^^^ Oct 27 20:20:28.808 INFO kablam! ... Oct 27 20:20:28.808 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 27 20:20:28.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! Oct 27 20:20:28.808 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.808 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.808 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.808 INFO kablam! ... Oct 27 20:20:28.808 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 27 20:20:28.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.808 INFO kablam! Oct 27 20:20:28.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.808 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.808 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.808 INFO kablam! ... Oct 27 20:20:28.808 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 27 20:20:28.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.808 INFO kablam! | Oct 27 20:20:28.808 INFO kablam! Oct 27 20:20:28.812 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.812 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.812 INFO kablam! | ^^^^^ Oct 27 20:20:28.812 INFO kablam! ... Oct 27 20:20:28.812 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 27 20:20:28.812 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! Oct 27 20:20:28.812 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.812 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.812 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.812 INFO kablam! ... Oct 27 20:20:28.812 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 27 20:20:28.812 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.812 INFO kablam! Oct 27 20:20:28.812 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.812 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.812 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.812 INFO kablam! ... Oct 27 20:20:28.812 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 27 20:20:28.812 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! Oct 27 20:20:28.812 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.812 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.812 INFO kablam! | ^^^^^ Oct 27 20:20:28.812 INFO kablam! ... Oct 27 20:20:28.812 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 27 20:20:28.812 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! Oct 27 20:20:28.812 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.812 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.812 INFO kablam! | Oct 27 20:20:28.812 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.812 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.813 INFO kablam! ... Oct 27 20:20:28.813 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 27 20:20:28.813 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.813 INFO kablam! Oct 27 20:20:28.813 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.813 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.813 INFO kablam! | Oct 27 20:20:28.813 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.813 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.813 INFO kablam! ... Oct 27 20:20:28.813 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 27 20:20:28.813 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.813 INFO kablam! | Oct 27 20:20:28.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.813 INFO kablam! | Oct 27 20:20:28.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.813 INFO kablam! | Oct 27 20:20:28.813 INFO kablam! Oct 27 20:20:28.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.814 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.814 INFO kablam! | Oct 27 20:20:28.814 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.814 INFO kablam! | ^^^^^ Oct 27 20:20:28.814 INFO kablam! ... Oct 27 20:20:28.814 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 27 20:20:28.814 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.814 INFO kablam! | Oct 27 20:20:28.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.814 INFO kablam! | Oct 27 20:20:28.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.814 INFO kablam! | Oct 27 20:20:28.814 INFO kablam! Oct 27 20:20:28.814 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.814 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.814 INFO kablam! | Oct 27 20:20:28.814 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.814 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.815 INFO kablam! ... Oct 27 20:20:28.815 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 27 20:20:28.815 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.815 INFO kablam! Oct 27 20:20:28.818 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.819 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.819 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.819 INFO kablam! ... Oct 27 20:20:28.819 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 27 20:20:28.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! Oct 27 20:20:28.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.819 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.819 INFO kablam! | ^^^^^ Oct 27 20:20:28.819 INFO kablam! ... Oct 27 20:20:28.819 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 27 20:20:28.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! Oct 27 20:20:28.819 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.819 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.819 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.819 INFO kablam! ... Oct 27 20:20:28.819 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 27 20:20:28.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.819 INFO kablam! Oct 27 20:20:28.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.819 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.819 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.819 INFO kablam! ... Oct 27 20:20:28.819 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 27 20:20:28.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! Oct 27 20:20:28.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.819 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.819 INFO kablam! | ^^^^^ Oct 27 20:20:28.819 INFO kablam! ... Oct 27 20:20:28.819 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 27 20:20:28.819 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.819 INFO kablam! | Oct 27 20:20:28.819 INFO kablam! Oct 27 20:20:28.822 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.822 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.822 INFO kablam! | Oct 27 20:20:28.823 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.823 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.823 INFO kablam! ... Oct 27 20:20:28.823 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 27 20:20:28.823 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.823 INFO kablam! Oct 27 20:20:28.823 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.823 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.823 INFO kablam! | Oct 27 20:20:28.823 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.823 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.823 INFO kablam! ... Oct 27 20:20:28.823 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 27 20:20:28.823 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.823 INFO kablam! | Oct 27 20:20:28.823 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.823 INFO kablam! | Oct 27 20:20:28.823 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.823 INFO kablam! | Oct 27 20:20:28.823 INFO kablam! Oct 27 20:20:28.823 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.823 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.823 INFO kablam! | Oct 27 20:20:28.823 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.823 INFO kablam! | ^^^^^ Oct 27 20:20:28.823 INFO kablam! ... Oct 27 20:20:28.823 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 27 20:20:28.823 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.823 INFO kablam! | Oct 27 20:20:28.823 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.823 INFO kablam! | Oct 27 20:20:28.823 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.823 INFO kablam! | Oct 27 20:20:28.823 INFO kablam! Oct 27 20:20:28.827 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.827 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.827 INFO kablam! | Oct 27 20:20:28.827 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.827 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.827 INFO kablam! ... Oct 27 20:20:28.827 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 27 20:20:28.827 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.827 INFO kablam! Oct 27 20:20:28.827 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.827 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.827 INFO kablam! | Oct 27 20:20:28.827 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.827 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.827 INFO kablam! ... Oct 27 20:20:28.827 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 27 20:20:28.827 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.827 INFO kablam! | Oct 27 20:20:28.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.827 INFO kablam! | Oct 27 20:20:28.827 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.827 INFO kablam! | Oct 27 20:20:28.827 INFO kablam! Oct 27 20:20:28.827 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.827 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.827 INFO kablam! | Oct 27 20:20:28.827 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.827 INFO kablam! | ^^^^^ Oct 27 20:20:28.827 INFO kablam! ... Oct 27 20:20:28.827 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Oct 27 20:20:28.827 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.827 INFO kablam! | Oct 27 20:20:28.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.827 INFO kablam! | Oct 27 20:20:28.827 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.827 INFO kablam! | Oct 27 20:20:28.827 INFO kablam! Oct 27 20:20:28.827 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.827 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.827 INFO kablam! | Oct 27 20:20:28.827 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.827 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.827 INFO kablam! ... Oct 27 20:20:28.827 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Oct 27 20:20:28.827 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.827 INFO kablam! Oct 27 20:20:28.831 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.831 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.831 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.831 INFO kablam! ... Oct 27 20:20:28.831 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Oct 27 20:20:28.831 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! Oct 27 20:20:28.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.831 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.831 INFO kablam! | ^^^^^ Oct 27 20:20:28.831 INFO kablam! ... Oct 27 20:20:28.831 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 27 20:20:28.831 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! Oct 27 20:20:28.831 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.831 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.831 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.831 INFO kablam! ... Oct 27 20:20:28.831 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 27 20:20:28.831 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.831 INFO kablam! Oct 27 20:20:28.831 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.831 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.831 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.831 INFO kablam! ... Oct 27 20:20:28.831 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 27 20:20:28.831 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! Oct 27 20:20:28.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.831 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.831 INFO kablam! | ^^^^^ Oct 27 20:20:28.831 INFO kablam! ... Oct 27 20:20:28.831 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 27 20:20:28.831 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.831 INFO kablam! | Oct 27 20:20:28.831 INFO kablam! Oct 27 20:20:28.837 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.837 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.837 INFO kablam! | Oct 27 20:20:28.837 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.837 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.837 INFO kablam! ... Oct 27 20:20:28.837 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 27 20:20:28.837 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.837 INFO kablam! Oct 27 20:20:28.837 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.837 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.837 INFO kablam! | Oct 27 20:20:28.837 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.837 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.837 INFO kablam! ... Oct 27 20:20:28.837 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 27 20:20:28.837 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.837 INFO kablam! | Oct 27 20:20:28.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.837 INFO kablam! | Oct 27 20:20:28.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.837 INFO kablam! | Oct 27 20:20:28.837 INFO kablam! Oct 27 20:20:28.837 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.837 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.837 INFO kablam! | Oct 27 20:20:28.837 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.837 INFO kablam! | ^^^^^ Oct 27 20:20:28.837 INFO kablam! ... Oct 27 20:20:28.837 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 27 20:20:28.837 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.837 INFO kablam! | Oct 27 20:20:28.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.837 INFO kablam! | Oct 27 20:20:28.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.837 INFO kablam! | Oct 27 20:20:28.837 INFO kablam! Oct 27 20:20:28.837 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.837 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.837 INFO kablam! | Oct 27 20:20:28.837 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.837 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.837 INFO kablam! ... Oct 27 20:20:28.837 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 27 20:20:28.837 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.837 INFO kablam! Oct 27 20:20:28.839 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.839 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.839 INFO kablam! | Oct 27 20:20:28.839 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.839 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.839 INFO kablam! ... Oct 27 20:20:28.839 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 27 20:20:28.839 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.839 INFO kablam! | Oct 27 20:20:28.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.839 INFO kablam! | Oct 27 20:20:28.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.839 INFO kablam! | Oct 27 20:20:28.839 INFO kablam! Oct 27 20:20:28.839 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.839 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.839 INFO kablam! | Oct 27 20:20:28.839 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.839 INFO kablam! | ^^^^^ Oct 27 20:20:28.839 INFO kablam! ... Oct 27 20:20:28.839 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 27 20:20:28.839 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.839 INFO kablam! | Oct 27 20:20:28.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.839 INFO kablam! | Oct 27 20:20:28.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.839 INFO kablam! | Oct 27 20:20:28.839 INFO kablam! Oct 27 20:20:28.839 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.839 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.839 INFO kablam! | Oct 27 20:20:28.839 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.839 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.839 INFO kablam! ... Oct 27 20:20:28.839 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 27 20:20:28.839 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.839 INFO kablam! Oct 27 20:20:28.839 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.839 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.839 INFO kablam! | Oct 27 20:20:28.839 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.839 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.839 INFO kablam! ... Oct 27 20:20:28.839 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 27 20:20:28.840 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.840 INFO kablam! | Oct 27 20:20:28.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.840 INFO kablam! | Oct 27 20:20:28.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.840 INFO kablam! | Oct 27 20:20:28.840 INFO kablam! Oct 27 20:20:28.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.843 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.843 INFO kablam! | Oct 27 20:20:28.843 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.843 INFO kablam! | ^^^^^ Oct 27 20:20:28.843 INFO kablam! ... Oct 27 20:20:28.843 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 27 20:20:28.843 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.843 INFO kablam! | Oct 27 20:20:28.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.843 INFO kablam! | Oct 27 20:20:28.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.843 INFO kablam! | Oct 27 20:20:28.843 INFO kablam! Oct 27 20:20:28.843 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.843 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.843 INFO kablam! | Oct 27 20:20:28.843 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.843 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.843 INFO kablam! ... Oct 27 20:20:28.844 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 27 20:20:28.844 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.844 INFO kablam! Oct 27 20:20:28.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.844 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.844 INFO kablam! | Oct 27 20:20:28.844 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.844 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.844 INFO kablam! ... Oct 27 20:20:28.844 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 27 20:20:28.844 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.844 INFO kablam! | Oct 27 20:20:28.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.844 INFO kablam! | Oct 27 20:20:28.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.844 INFO kablam! | Oct 27 20:20:28.844 INFO kablam! Oct 27 20:20:28.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.844 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.844 INFO kablam! | Oct 27 20:20:28.844 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.844 INFO kablam! | ^^^^^ Oct 27 20:20:28.844 INFO kablam! ... Oct 27 20:20:28.844 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 27 20:20:28.844 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.844 INFO kablam! | Oct 27 20:20:28.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.844 INFO kablam! | Oct 27 20:20:28.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.844 INFO kablam! | Oct 27 20:20:28.844 INFO kablam! Oct 27 20:20:28.848 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.848 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.848 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.848 INFO kablam! ... Oct 27 20:20:28.848 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 27 20:20:28.848 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.848 INFO kablam! Oct 27 20:20:28.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.848 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.848 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.848 INFO kablam! ... Oct 27 20:20:28.848 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 27 20:20:28.848 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! Oct 27 20:20:28.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.848 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.848 INFO kablam! | ^^^^^ Oct 27 20:20:28.848 INFO kablam! ... Oct 27 20:20:28.848 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 27 20:20:28.848 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! Oct 27 20:20:28.848 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.848 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.848 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.848 INFO kablam! ... Oct 27 20:20:28.848 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 27 20:20:28.848 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.848 INFO kablam! Oct 27 20:20:28.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.848 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.848 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.848 INFO kablam! ... Oct 27 20:20:28.848 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 27 20:20:28.848 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.848 INFO kablam! | Oct 27 20:20:28.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.851 INFO kablam! | Oct 27 20:20:28.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.851 INFO kablam! | Oct 27 20:20:28.851 INFO kablam! Oct 27 20:20:28.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.851 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.851 INFO kablam! | Oct 27 20:20:28.851 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.851 INFO kablam! | ^^^^^ Oct 27 20:20:28.851 INFO kablam! ... Oct 27 20:20:28.851 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 27 20:20:28.851 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.851 INFO kablam! | Oct 27 20:20:28.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.851 INFO kablam! | Oct 27 20:20:28.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.851 INFO kablam! | Oct 27 20:20:28.851 INFO kablam! Oct 27 20:20:28.851 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.852 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.852 INFO kablam! | Oct 27 20:20:28.852 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.852 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.852 INFO kablam! ... Oct 27 20:20:28.852 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 27 20:20:28.852 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.852 INFO kablam! Oct 27 20:20:28.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.852 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.852 INFO kablam! | Oct 27 20:20:28.852 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.852 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.852 INFO kablam! ... Oct 27 20:20:28.852 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 27 20:20:28.852 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.852 INFO kablam! | Oct 27 20:20:28.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.852 INFO kablam! | Oct 27 20:20:28.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.852 INFO kablam! | Oct 27 20:20:28.852 INFO kablam! Oct 27 20:20:28.856 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.856 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.856 INFO kablam! | Oct 27 20:20:28.856 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.856 INFO kablam! | ^^^^^ Oct 27 20:20:28.856 INFO kablam! ... Oct 27 20:20:28.856 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 27 20:20:28.856 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.856 INFO kablam! | Oct 27 20:20:28.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.856 INFO kablam! | Oct 27 20:20:28.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.856 INFO kablam! | Oct 27 20:20:28.856 INFO kablam! Oct 27 20:20:28.856 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.856 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.856 INFO kablam! | Oct 27 20:20:28.856 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.856 INFO kablam! ... Oct 27 20:20:28.856 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 27 20:20:28.856 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.856 INFO kablam! Oct 27 20:20:28.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.856 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.856 INFO kablam! | Oct 27 20:20:28.856 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.856 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.856 INFO kablam! ... Oct 27 20:20:28.856 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 27 20:20:28.856 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.856 INFO kablam! | Oct 27 20:20:28.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.856 INFO kablam! | Oct 27 20:20:28.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.856 INFO kablam! | Oct 27 20:20:28.856 INFO kablam! Oct 27 20:20:28.859 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.859 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.859 INFO kablam! | Oct 27 20:20:28.859 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.859 INFO kablam! | ^^^^^ Oct 27 20:20:28.859 INFO kablam! ... Oct 27 20:20:28.859 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 27 20:20:28.859 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.859 INFO kablam! | Oct 27 20:20:28.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.859 INFO kablam! | Oct 27 20:20:28.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.859 INFO kablam! | Oct 27 20:20:28.859 INFO kablam! Oct 27 20:20:28.859 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.859 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.859 INFO kablam! | Oct 27 20:20:28.859 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.859 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.859 INFO kablam! ... Oct 27 20:20:28.859 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 27 20:20:28.859 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.859 INFO kablam! Oct 27 20:20:28.859 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.859 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.859 INFO kablam! | Oct 27 20:20:28.859 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.859 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.859 INFO kablam! ... Oct 27 20:20:28.859 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 27 20:20:28.860 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! Oct 27 20:20:28.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.860 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.860 INFO kablam! | ^^^^^ Oct 27 20:20:28.860 INFO kablam! ... Oct 27 20:20:28.860 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 27 20:20:28.860 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.860 INFO kablam! | Oct 27 20:20:28.860 INFO kablam! Oct 27 20:20:28.863 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.863 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.863 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.863 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.863 INFO kablam! ... Oct 27 20:20:28.863 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 27 20:20:28.863 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.863 INFO kablam! Oct 27 20:20:28.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.863 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.863 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.863 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.863 INFO kablam! ... Oct 27 20:20:28.863 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 27 20:20:28.863 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.863 INFO kablam! Oct 27 20:20:28.863 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.863 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.863 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.863 INFO kablam! | ^^^^^ Oct 27 20:20:28.863 INFO kablam! ... Oct 27 20:20:28.863 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 27 20:20:28.863 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.863 INFO kablam! Oct 27 20:20:28.863 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.863 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.863 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.863 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.863 INFO kablam! ... Oct 27 20:20:28.863 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 27 20:20:28.863 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.863 INFO kablam! Oct 27 20:20:28.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.863 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.863 INFO kablam! | Oct 27 20:20:28.864 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.864 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.864 INFO kablam! ... Oct 27 20:20:28.864 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 27 20:20:28.864 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.864 INFO kablam! | Oct 27 20:20:28.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.864 INFO kablam! | Oct 27 20:20:28.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.864 INFO kablam! | Oct 27 20:20:28.864 INFO kablam! Oct 27 20:20:28.867 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.867 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.867 INFO kablam! | Oct 27 20:20:28.867 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.867 INFO kablam! | ^^^^^ Oct 27 20:20:28.867 INFO kablam! ... Oct 27 20:20:28.867 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 27 20:20:28.867 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.867 INFO kablam! | Oct 27 20:20:28.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.867 INFO kablam! | Oct 27 20:20:28.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.867 INFO kablam! | Oct 27 20:20:28.867 INFO kablam! Oct 27 20:20:28.867 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.867 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.867 INFO kablam! | Oct 27 20:20:28.867 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.867 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.867 INFO kablam! ... Oct 27 20:20:28.867 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 27 20:20:28.867 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.867 INFO kablam! Oct 27 20:20:28.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.867 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.867 INFO kablam! | Oct 27 20:20:28.867 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.867 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.867 INFO kablam! ... Oct 27 20:20:28.867 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 27 20:20:28.874 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.874 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! Oct 27 20:20:28.875 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.875 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.875 INFO kablam! | ^^^^^ Oct 27 20:20:28.875 INFO kablam! ... Oct 27 20:20:28.875 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 27 20:20:28.875 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! Oct 27 20:20:28.875 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.875 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.875 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.875 INFO kablam! ... Oct 27 20:20:28.875 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 27 20:20:28.875 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.875 INFO kablam! Oct 27 20:20:28.875 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.875 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.875 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.875 INFO kablam! ... Oct 27 20:20:28.875 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 27 20:20:28.875 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! Oct 27 20:20:28.875 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.875 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.875 INFO kablam! | ^^^^^ Oct 27 20:20:28.875 INFO kablam! ... Oct 27 20:20:28.875 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 27 20:20:28.875 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! Oct 27 20:20:28.875 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.875 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.875 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.875 INFO kablam! ... Oct 27 20:20:28.875 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 27 20:20:28.875 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.875 INFO kablam! Oct 27 20:20:28.875 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.875 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.875 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.875 INFO kablam! ... Oct 27 20:20:28.875 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 27 20:20:28.875 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.875 INFO kablam! | Oct 27 20:20:28.875 INFO kablam! Oct 27 20:20:28.875 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.876 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.876 INFO kablam! | Oct 27 20:20:28.876 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.876 INFO kablam! | ^^^^^ Oct 27 20:20:28.876 INFO kablam! ... Oct 27 20:20:28.876 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 27 20:20:28.876 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.876 INFO kablam! | Oct 27 20:20:28.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.876 INFO kablam! | Oct 27 20:20:28.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.876 INFO kablam! | Oct 27 20:20:28.876 INFO kablam! Oct 27 20:20:28.876 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.876 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.876 INFO kablam! | Oct 27 20:20:28.876 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.876 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.876 INFO kablam! ... Oct 27 20:20:28.876 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 27 20:20:28.876 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.876 INFO kablam! Oct 27 20:20:28.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.879 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.879 INFO kablam! ... Oct 27 20:20:28.879 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 27 20:20:28.879 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! Oct 27 20:20:28.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.879 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.879 INFO kablam! | ^^^^^ Oct 27 20:20:28.879 INFO kablam! ... Oct 27 20:20:28.879 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 27 20:20:28.879 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! Oct 27 20:20:28.879 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.879 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.879 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.879 INFO kablam! ... Oct 27 20:20:28.879 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 27 20:20:28.879 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.879 INFO kablam! Oct 27 20:20:28.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.879 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.879 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.879 INFO kablam! ... Oct 27 20:20:28.879 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 27 20:20:28.879 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! Oct 27 20:20:28.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.879 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.879 INFO kablam! | ^^^^^ Oct 27 20:20:28.879 INFO kablam! ... Oct 27 20:20:28.879 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 27 20:20:28.879 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.879 INFO kablam! | Oct 27 20:20:28.879 INFO kablam! Oct 27 20:20:28.880 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.880 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.880 INFO kablam! | Oct 27 20:20:28.880 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.880 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.880 INFO kablam! ... Oct 27 20:20:28.880 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 27 20:20:28.880 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.880 INFO kablam! Oct 27 20:20:28.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.887 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.887 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.887 INFO kablam! ... Oct 27 20:20:28.887 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 27 20:20:28.887 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! Oct 27 20:20:28.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.887 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.887 INFO kablam! | ^^^^^ Oct 27 20:20:28.887 INFO kablam! ... Oct 27 20:20:28.887 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 27 20:20:28.887 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! Oct 27 20:20:28.887 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.887 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.887 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.887 INFO kablam! ... Oct 27 20:20:28.887 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 27 20:20:28.887 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.887 INFO kablam! Oct 27 20:20:28.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.887 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.887 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.887 INFO kablam! ... Oct 27 20:20:28.887 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 27 20:20:28.887 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! Oct 27 20:20:28.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.887 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.887 INFO kablam! | Oct 27 20:20:28.887 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.888 INFO kablam! | ^^^^^ Oct 27 20:20:28.888 INFO kablam! ... Oct 27 20:20:28.888 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 27 20:20:28.888 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.888 INFO kablam! | Oct 27 20:20:28.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.888 INFO kablam! | Oct 27 20:20:28.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.888 INFO kablam! | Oct 27 20:20:28.888 INFO kablam! Oct 27 20:20:28.888 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.888 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.888 INFO kablam! | Oct 27 20:20:28.888 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.888 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.888 INFO kablam! ... Oct 27 20:20:28.888 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 27 20:20:28.888 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.888 INFO kablam! Oct 27 20:20:28.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.888 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.888 INFO kablam! | Oct 27 20:20:28.888 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.888 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.888 INFO kablam! ... Oct 27 20:20:28.888 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 27 20:20:28.888 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.888 INFO kablam! | Oct 27 20:20:28.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.888 INFO kablam! | Oct 27 20:20:28.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.888 INFO kablam! | Oct 27 20:20:28.888 INFO kablam! Oct 27 20:20:28.895 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.895 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.895 INFO kablam! | Oct 27 20:20:28.895 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.895 INFO kablam! | ^^^^^ Oct 27 20:20:28.895 INFO kablam! ... Oct 27 20:20:28.895 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 27 20:20:28.895 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.895 INFO kablam! | Oct 27 20:20:28.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.895 INFO kablam! | Oct 27 20:20:28.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.895 INFO kablam! | Oct 27 20:20:28.895 INFO kablam! Oct 27 20:20:28.895 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.895 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.895 INFO kablam! | Oct 27 20:20:28.895 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.895 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.895 INFO kablam! ... Oct 27 20:20:28.895 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 27 20:20:28.895 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.895 INFO kablam! Oct 27 20:20:28.895 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.895 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.896 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.896 INFO kablam! ... Oct 27 20:20:28.896 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 27 20:20:28.896 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! Oct 27 20:20:28.896 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.896 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.896 INFO kablam! | ^^^^^ Oct 27 20:20:28.896 INFO kablam! ... Oct 27 20:20:28.896 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 27 20:20:28.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! Oct 27 20:20:28.896 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.896 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.896 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.896 INFO kablam! ... Oct 27 20:20:28.896 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 27 20:20:28.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.896 INFO kablam! Oct 27 20:20:28.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.896 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.896 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.896 INFO kablam! ... Oct 27 20:20:28.896 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 27 20:20:28.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! Oct 27 20:20:28.896 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.896 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.896 INFO kablam! | ^^^^^ Oct 27 20:20:28.896 INFO kablam! ... Oct 27 20:20:28.896 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 27 20:20:28.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! Oct 27 20:20:28.896 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.896 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.896 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.896 INFO kablam! ... Oct 27 20:20:28.896 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 27 20:20:28.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.896 INFO kablam! Oct 27 20:20:28.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.896 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.896 INFO kablam! | Oct 27 20:20:28.896 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.896 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.896 INFO kablam! ... Oct 27 20:20:28.896 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 27 20:20:28.896 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.897 INFO kablam! | Oct 27 20:20:28.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.897 INFO kablam! | Oct 27 20:20:28.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.897 INFO kablam! | Oct 27 20:20:28.897 INFO kablam! Oct 27 20:20:28.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.903 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.903 INFO kablam! | Oct 27 20:20:28.903 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.903 INFO kablam! | ^^^^^ Oct 27 20:20:28.903 INFO kablam! ... Oct 27 20:20:28.903 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 27 20:20:28.903 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.903 INFO kablam! | Oct 27 20:20:28.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.903 INFO kablam! | Oct 27 20:20:28.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.903 INFO kablam! | Oct 27 20:20:28.903 INFO kablam! Oct 27 20:20:28.903 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.903 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.903 INFO kablam! | Oct 27 20:20:28.903 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.903 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.903 INFO kablam! ... Oct 27 20:20:28.903 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 27 20:20:28.903 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.903 INFO kablam! Oct 27 20:20:28.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.903 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.903 INFO kablam! | Oct 27 20:20:28.903 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.903 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.903 INFO kablam! ... Oct 27 20:20:28.903 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 27 20:20:28.903 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.903 INFO kablam! | Oct 27 20:20:28.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.903 INFO kablam! | Oct 27 20:20:28.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.903 INFO kablam! | Oct 27 20:20:28.903 INFO kablam! Oct 27 20:20:28.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.903 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.904 INFO kablam! | ^^^^^ Oct 27 20:20:28.904 INFO kablam! ... Oct 27 20:20:28.904 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 27 20:20:28.904 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! Oct 27 20:20:28.904 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.904 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.904 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.904 INFO kablam! ... Oct 27 20:20:28.904 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 27 20:20:28.904 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.904 INFO kablam! Oct 27 20:20:28.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.904 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.904 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.904 INFO kablam! ... Oct 27 20:20:28.904 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 27 20:20:28.904 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! Oct 27 20:20:28.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.904 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.904 INFO kablam! | ^^^^^ Oct 27 20:20:28.904 INFO kablam! ... Oct 27 20:20:28.904 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 27 20:20:28.904 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! Oct 27 20:20:28.904 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.904 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.904 INFO kablam! | Oct 27 20:20:28.904 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.904 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.904 INFO kablam! ... Oct 27 20:20:28.904 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 27 20:20:28.904 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.904 INFO kablam! Oct 27 20:20:28.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.908 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.908 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.908 INFO kablam! ... Oct 27 20:20:28.908 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 27 20:20:28.908 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! Oct 27 20:20:28.908 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.908 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.908 INFO kablam! | ^^^^^ Oct 27 20:20:28.908 INFO kablam! ... Oct 27 20:20:28.908 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 27 20:20:28.908 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! Oct 27 20:20:28.908 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.908 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.908 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.908 INFO kablam! ... Oct 27 20:20:28.908 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 27 20:20:28.908 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.908 INFO kablam! Oct 27 20:20:28.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.908 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.908 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.908 INFO kablam! ... Oct 27 20:20:28.908 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 27 20:20:28.908 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.908 INFO kablam! | Oct 27 20:20:28.908 INFO kablam! Oct 27 20:20:28.915 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.915 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.915 INFO kablam! | Oct 27 20:20:28.915 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.915 INFO kablam! | ^^^^^ Oct 27 20:20:28.915 INFO kablam! ... Oct 27 20:20:28.915 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 27 20:20:28.915 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.915 INFO kablam! | Oct 27 20:20:28.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.915 INFO kablam! | Oct 27 20:20:28.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.915 INFO kablam! | Oct 27 20:20:28.915 INFO kablam! Oct 27 20:20:28.915 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.915 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.915 INFO kablam! | Oct 27 20:20:28.915 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.915 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.915 INFO kablam! ... Oct 27 20:20:28.915 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 27 20:20:28.915 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.915 INFO kablam! Oct 27 20:20:28.915 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.915 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.915 INFO kablam! | Oct 27 20:20:28.915 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.915 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.915 INFO kablam! ... Oct 27 20:20:28.915 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 27 20:20:28.915 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.915 INFO kablam! | Oct 27 20:20:28.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! Oct 27 20:20:28.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.916 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.916 INFO kablam! | ^^^^^ Oct 27 20:20:28.916 INFO kablam! ... Oct 27 20:20:28.916 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 27 20:20:28.916 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! Oct 27 20:20:28.916 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.916 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.916 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.916 INFO kablam! ... Oct 27 20:20:28.916 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 27 20:20:28.916 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.916 INFO kablam! Oct 27 20:20:28.916 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.916 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.916 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.916 INFO kablam! ... Oct 27 20:20:28.916 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 27 20:20:28.916 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! Oct 27 20:20:28.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.916 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.916 INFO kablam! | ^^^^^ Oct 27 20:20:28.916 INFO kablam! ... Oct 27 20:20:28.916 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 27 20:20:28.916 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! Oct 27 20:20:28.916 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.916 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.916 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.916 INFO kablam! ... Oct 27 20:20:28.916 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 27 20:20:28.916 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.916 INFO kablam! Oct 27 20:20:28.916 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.916 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.916 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.916 INFO kablam! ... Oct 27 20:20:28.916 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 27 20:20:28.916 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.916 INFO kablam! Oct 27 20:20:28.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.916 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.916 INFO kablam! | Oct 27 20:20:28.917 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.917 INFO kablam! | ^^^^^ Oct 27 20:20:28.917 INFO kablam! ... Oct 27 20:20:28.917 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 27 20:20:28.917 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.917 INFO kablam! | Oct 27 20:20:28.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.917 INFO kablam! | Oct 27 20:20:28.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.917 INFO kablam! | Oct 27 20:20:28.917 INFO kablam! Oct 27 20:20:28.919 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.919 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.919 INFO kablam! | Oct 27 20:20:28.919 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.919 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.919 INFO kablam! ... Oct 27 20:20:28.919 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 27 20:20:28.919 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.919 INFO kablam! Oct 27 20:20:28.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.919 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.919 INFO kablam! | Oct 27 20:20:28.919 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.919 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.919 INFO kablam! ... Oct 27 20:20:28.919 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 27 20:20:28.919 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.919 INFO kablam! | Oct 27 20:20:28.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.919 INFO kablam! | Oct 27 20:20:28.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.919 INFO kablam! | Oct 27 20:20:28.919 INFO kablam! Oct 27 20:20:28.919 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.919 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.919 INFO kablam! | Oct 27 20:20:28.919 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.919 INFO kablam! | ^^^^^ Oct 27 20:20:28.919 INFO kablam! ... Oct 27 20:20:28.919 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 27 20:20:28.919 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.919 INFO kablam! | Oct 27 20:20:28.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.919 INFO kablam! | Oct 27 20:20:28.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.919 INFO kablam! | Oct 27 20:20:28.919 INFO kablam! Oct 27 20:20:28.924 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.924 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.924 INFO kablam! | Oct 27 20:20:28.924 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.924 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.924 INFO kablam! ... Oct 27 20:20:28.924 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 27 20:20:28.924 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.924 INFO kablam! Oct 27 20:20:28.924 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.924 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.924 INFO kablam! | Oct 27 20:20:28.924 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.924 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.924 INFO kablam! ... Oct 27 20:20:28.924 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 27 20:20:28.924 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.924 INFO kablam! | Oct 27 20:20:28.924 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.924 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.924 INFO kablam! | Oct 27 20:20:28.924 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.924 INFO kablam! | Oct 27 20:20:28.924 INFO kablam! Oct 27 20:20:28.924 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.924 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.924 INFO kablam! | Oct 27 20:20:28.924 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.924 INFO kablam! | ^^^^^ Oct 27 20:20:28.924 INFO kablam! ... Oct 27 20:20:28.924 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 27 20:20:28.924 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.924 INFO kablam! | Oct 27 20:20:28.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.925 INFO kablam! | Oct 27 20:20:28.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.925 INFO kablam! | Oct 27 20:20:28.925 INFO kablam! Oct 27 20:20:28.925 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.925 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.925 INFO kablam! | Oct 27 20:20:28.925 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.925 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.925 INFO kablam! ... Oct 27 20:20:28.925 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 27 20:20:28.925 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.925 INFO kablam! Oct 27 20:20:28.925 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.925 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.925 INFO kablam! | Oct 27 20:20:28.925 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.925 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.925 INFO kablam! ... Oct 27 20:20:28.925 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 27 20:20:28.925 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.925 INFO kablam! | Oct 27 20:20:28.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.925 INFO kablam! | Oct 27 20:20:28.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.925 INFO kablam! | Oct 27 20:20:28.925 INFO kablam! Oct 27 20:20:28.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.927 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.927 INFO kablam! | Oct 27 20:20:28.927 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.927 INFO kablam! | ^^^^^ Oct 27 20:20:28.927 INFO kablam! ... Oct 27 20:20:28.927 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 27 20:20:28.927 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.927 INFO kablam! | Oct 27 20:20:28.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.927 INFO kablam! | Oct 27 20:20:28.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.927 INFO kablam! | Oct 27 20:20:28.927 INFO kablam! Oct 27 20:20:28.927 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.927 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.927 INFO kablam! | Oct 27 20:20:28.927 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.927 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.927 INFO kablam! ... Oct 27 20:20:28.927 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 27 20:20:28.927 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.927 INFO kablam! Oct 27 20:20:28.927 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.927 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.927 INFO kablam! | Oct 27 20:20:28.927 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.927 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.927 INFO kablam! ... Oct 27 20:20:28.928 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 27 20:20:28.928 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! Oct 27 20:20:28.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.928 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.928 INFO kablam! | ^^^^^ Oct 27 20:20:28.928 INFO kablam! ... Oct 27 20:20:28.928 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 27 20:20:28.928 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! Oct 27 20:20:28.928 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.928 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.928 INFO kablam! | Oct 27 20:20:28.928 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.928 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.928 INFO kablam! ... Oct 27 20:20:28.928 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 27 20:20:28.928 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.928 INFO kablam! Oct 27 20:20:28.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.929 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.929 INFO kablam! | Oct 27 20:20:28.929 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.929 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.929 INFO kablam! ... Oct 27 20:20:28.929 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 27 20:20:28.929 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.929 INFO kablam! | Oct 27 20:20:28.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.929 INFO kablam! | Oct 27 20:20:28.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.929 INFO kablam! | Oct 27 20:20:28.929 INFO kablam! Oct 27 20:20:28.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.929 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.929 INFO kablam! | Oct 27 20:20:28.929 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.929 INFO kablam! | ^^^^^ Oct 27 20:20:28.929 INFO kablam! ... Oct 27 20:20:28.929 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 27 20:20:28.929 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.929 INFO kablam! | Oct 27 20:20:28.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! Oct 27 20:20:28.939 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.939 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.939 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.939 INFO kablam! ... Oct 27 20:20:28.939 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 27 20:20:28.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.939 INFO kablam! Oct 27 20:20:28.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.939 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.939 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.939 INFO kablam! ... Oct 27 20:20:28.939 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 27 20:20:28.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! Oct 27 20:20:28.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.939 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.939 INFO kablam! | ^^^^^ Oct 27 20:20:28.939 INFO kablam! ... Oct 27 20:20:28.939 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 27 20:20:28.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! Oct 27 20:20:28.939 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.939 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.939 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.939 INFO kablam! ... Oct 27 20:20:28.939 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 27 20:20:28.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.939 INFO kablam! Oct 27 20:20:28.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.939 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.939 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.939 INFO kablam! ... Oct 27 20:20:28.939 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 27 20:20:28.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! Oct 27 20:20:28.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.939 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.939 INFO kablam! | ^^^^^ Oct 27 20:20:28.939 INFO kablam! ... Oct 27 20:20:28.939 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 27 20:20:28.939 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.939 INFO kablam! | Oct 27 20:20:28.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.940 INFO kablam! | Oct 27 20:20:28.940 INFO kablam! Oct 27 20:20:28.940 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.940 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.940 INFO kablam! | Oct 27 20:20:28.940 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.940 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.940 INFO kablam! ... Oct 27 20:20:28.940 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 27 20:20:28.940 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.940 INFO kablam! Oct 27 20:20:28.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.940 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.940 INFO kablam! | Oct 27 20:20:28.940 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.940 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.940 INFO kablam! ... Oct 27 20:20:28.940 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 27 20:20:28.940 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.940 INFO kablam! | Oct 27 20:20:28.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.940 INFO kablam! | Oct 27 20:20:28.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.940 INFO kablam! | Oct 27 20:20:28.940 INFO kablam! Oct 27 20:20:28.946 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.947 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.947 INFO kablam! | ^^^^^ Oct 27 20:20:28.947 INFO kablam! ... Oct 27 20:20:28.947 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Oct 27 20:20:28.947 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! Oct 27 20:20:28.947 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.947 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.947 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.947 INFO kablam! ... Oct 27 20:20:28.947 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Oct 27 20:20:28.947 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.947 INFO kablam! Oct 27 20:20:28.947 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.947 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.947 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.947 INFO kablam! ... Oct 27 20:20:28.947 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Oct 27 20:20:28.947 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! Oct 27 20:20:28.947 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.947 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.947 INFO kablam! | ^^^^^ Oct 27 20:20:28.947 INFO kablam! ... Oct 27 20:20:28.947 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Oct 27 20:20:28.947 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! Oct 27 20:20:28.947 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.947 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.947 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.947 INFO kablam! ... Oct 27 20:20:28.947 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Oct 27 20:20:28.947 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.947 INFO kablam! Oct 27 20:20:28.947 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.947 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.947 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.947 INFO kablam! ... Oct 27 20:20:28.947 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Oct 27 20:20:28.947 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.947 INFO kablam! | Oct 27 20:20:28.947 INFO kablam! Oct 27 20:20:28.947 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.948 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.948 INFO kablam! | ^^^^^ Oct 27 20:20:28.948 INFO kablam! ... Oct 27 20:20:28.948 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 27 20:20:28.948 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! Oct 27 20:20:28.948 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.948 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.948 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.948 INFO kablam! ... Oct 27 20:20:28.948 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 27 20:20:28.948 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.948 INFO kablam! Oct 27 20:20:28.948 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.948 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.948 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.948 INFO kablam! ... Oct 27 20:20:28.948 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 27 20:20:28.948 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! Oct 27 20:20:28.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.948 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.948 INFO kablam! | ^^^^^ Oct 27 20:20:28.948 INFO kablam! ... Oct 27 20:20:28.948 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 27 20:20:28.948 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! Oct 27 20:20:28.948 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.948 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.948 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.948 INFO kablam! ... Oct 27 20:20:28.948 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 27 20:20:28.948 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.948 INFO kablam! Oct 27 20:20:28.948 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.948 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.948 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.948 INFO kablam! ... Oct 27 20:20:28.948 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 27 20:20:28.948 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! Oct 27 20:20:28.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.948 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.948 INFO kablam! | Oct 27 20:20:28.948 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.948 INFO kablam! | ^^^^^ Oct 27 20:20:28.948 INFO kablam! ... Oct 27 20:20:28.948 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 27 20:20:28.948 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.949 INFO kablam! | Oct 27 20:20:28.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.949 INFO kablam! | Oct 27 20:20:28.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.949 INFO kablam! | Oct 27 20:20:28.949 INFO kablam! Oct 27 20:20:28.949 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.949 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.949 INFO kablam! | Oct 27 20:20:28.950 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.950 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.950 INFO kablam! ... Oct 27 20:20:28.950 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 27 20:20:28.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.950 INFO kablam! Oct 27 20:20:28.950 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.950 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.950 INFO kablam! | Oct 27 20:20:28.950 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.950 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.950 INFO kablam! ... Oct 27 20:20:28.950 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 27 20:20:28.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.950 INFO kablam! | Oct 27 20:20:28.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.950 INFO kablam! | Oct 27 20:20:28.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.950 INFO kablam! | Oct 27 20:20:28.950 INFO kablam! Oct 27 20:20:28.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.959 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.959 INFO kablam! | ^^^^^ Oct 27 20:20:28.959 INFO kablam! ... Oct 27 20:20:28.959 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 27 20:20:28.959 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! Oct 27 20:20:28.959 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.959 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.959 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.959 INFO kablam! ... Oct 27 20:20:28.959 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 27 20:20:28.959 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.959 INFO kablam! Oct 27 20:20:28.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.959 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.959 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.959 INFO kablam! ... Oct 27 20:20:28.959 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 27 20:20:28.959 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! Oct 27 20:20:28.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.959 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.959 INFO kablam! | ^^^^^ Oct 27 20:20:28.959 INFO kablam! ... Oct 27 20:20:28.959 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 27 20:20:28.959 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! Oct 27 20:20:28.959 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.959 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.959 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.959 INFO kablam! ... Oct 27 20:20:28.959 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 27 20:20:28.959 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.959 INFO kablam! Oct 27 20:20:28.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.959 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.959 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.959 INFO kablam! ... Oct 27 20:20:28.959 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 27 20:20:28.959 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! Oct 27 20:20:28.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.959 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.959 INFO kablam! | Oct 27 20:20:28.959 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.959 INFO kablam! | ^^^^^ Oct 27 20:20:28.959 INFO kablam! ... Oct 27 20:20:28.960 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Oct 27 20:20:28.960 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! Oct 27 20:20:28.960 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.960 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.960 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.960 INFO kablam! ... Oct 27 20:20:28.960 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Oct 27 20:20:28.960 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.960 INFO kablam! Oct 27 20:20:28.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.960 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.960 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.960 INFO kablam! ... Oct 27 20:20:28.960 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Oct 27 20:20:28.960 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! Oct 27 20:20:28.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.960 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.960 INFO kablam! | ^^^^^ Oct 27 20:20:28.960 INFO kablam! ... Oct 27 20:20:28.960 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 27 20:20:28.960 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! Oct 27 20:20:28.960 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.960 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.960 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.960 INFO kablam! ... Oct 27 20:20:28.960 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 27 20:20:28.960 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.960 INFO kablam! Oct 27 20:20:28.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.960 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.960 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.960 INFO kablam! ... Oct 27 20:20:28.960 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 27 20:20:28.960 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! Oct 27 20:20:28.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.960 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.960 INFO kablam! | ^^^^^ Oct 27 20:20:28.960 INFO kablam! ... Oct 27 20:20:28.960 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 27 20:20:28.960 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.960 INFO kablam! | Oct 27 20:20:28.961 INFO kablam! Oct 27 20:20:28.961 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.961 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.961 INFO kablam! | Oct 27 20:20:28.961 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.961 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.961 INFO kablam! ... Oct 27 20:20:28.961 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 27 20:20:28.961 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.961 INFO kablam! Oct 27 20:20:28.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.961 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.961 INFO kablam! | Oct 27 20:20:28.961 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.961 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.961 INFO kablam! ... Oct 27 20:20:28.961 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 27 20:20:28.961 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.961 INFO kablam! | Oct 27 20:20:28.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.961 INFO kablam! | Oct 27 20:20:28.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.961 INFO kablam! | Oct 27 20:20:28.961 INFO kablam! Oct 27 20:20:28.970 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.970 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.970 INFO kablam! | Oct 27 20:20:28.970 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.970 INFO kablam! | ^^^^^ Oct 27 20:20:28.970 INFO kablam! ... Oct 27 20:20:28.970 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 27 20:20:28.970 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.970 INFO kablam! | Oct 27 20:20:28.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.970 INFO kablam! | Oct 27 20:20:28.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.970 INFO kablam! | Oct 27 20:20:28.970 INFO kablam! Oct 27 20:20:28.970 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.970 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.970 INFO kablam! | Oct 27 20:20:28.970 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.970 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.970 INFO kablam! ... Oct 27 20:20:28.970 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 27 20:20:28.970 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.970 INFO kablam! Oct 27 20:20:28.970 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.970 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.970 INFO kablam! | Oct 27 20:20:28.970 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.971 INFO kablam! ... Oct 27 20:20:28.971 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 27 20:20:28.971 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! Oct 27 20:20:28.971 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.971 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.971 INFO kablam! | ^^^^^ Oct 27 20:20:28.971 INFO kablam! ... Oct 27 20:20:28.971 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Oct 27 20:20:28.971 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! Oct 27 20:20:28.971 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.971 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.971 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.971 INFO kablam! ... Oct 27 20:20:28.971 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Oct 27 20:20:28.971 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.971 INFO kablam! Oct 27 20:20:28.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.971 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.971 INFO kablam! ... Oct 27 20:20:28.971 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Oct 27 20:20:28.971 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! Oct 27 20:20:28.971 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.971 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.971 INFO kablam! | ^^^^^ Oct 27 20:20:28.971 INFO kablam! ... Oct 27 20:20:28.971 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 27 20:20:28.971 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! Oct 27 20:20:28.971 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.971 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.971 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.971 INFO kablam! ... Oct 27 20:20:28.971 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 27 20:20:28.971 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.971 INFO kablam! Oct 27 20:20:28.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.971 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.971 INFO kablam! ... Oct 27 20:20:28.971 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 27 20:20:28.971 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.971 INFO kablam! | Oct 27 20:20:28.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! Oct 27 20:20:28.972 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.972 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.972 INFO kablam! | ^^^^^ Oct 27 20:20:28.972 INFO kablam! ... Oct 27 20:20:28.972 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 27 20:20:28.972 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! Oct 27 20:20:28.972 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.972 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.972 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.972 INFO kablam! ... Oct 27 20:20:28.972 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 27 20:20:28.972 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.972 INFO kablam! Oct 27 20:20:28.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.972 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.972 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.972 INFO kablam! ... Oct 27 20:20:28.972 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 27 20:20:28.972 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.972 INFO kablam! | Oct 27 20:20:28.972 INFO kablam! Oct 27 20:20:28.979 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.979 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.979 INFO kablam! | ^^^^^ Oct 27 20:20:28.979 INFO kablam! ... Oct 27 20:20:28.979 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 27 20:20:28.979 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! Oct 27 20:20:28.979 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.979 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.979 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.979 INFO kablam! ... Oct 27 20:20:28.979 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 27 20:20:28.979 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.979 INFO kablam! Oct 27 20:20:28.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.979 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.979 INFO kablam! ... Oct 27 20:20:28.979 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 27 20:20:28.979 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! Oct 27 20:20:28.979 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.979 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.979 INFO kablam! | ^^^^^ Oct 27 20:20:28.979 INFO kablam! ... Oct 27 20:20:28.979 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 27 20:20:28.979 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.979 INFO kablam! | Oct 27 20:20:28.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! Oct 27 20:20:28.980 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.980 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.980 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.980 INFO kablam! ... Oct 27 20:20:28.980 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 27 20:20:28.980 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.980 INFO kablam! Oct 27 20:20:28.980 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.980 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.980 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.980 INFO kablam! ... Oct 27 20:20:28.980 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 27 20:20:28.980 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! Oct 27 20:20:28.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.980 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.980 INFO kablam! | ^^^^^ Oct 27 20:20:28.980 INFO kablam! ... Oct 27 20:20:28.980 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 27 20:20:28.980 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! Oct 27 20:20:28.980 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.980 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.980 INFO kablam! | Oct 27 20:20:28.980 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.980 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.980 INFO kablam! ... Oct 27 20:20:28.980 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 27 20:20:28.980 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.980 INFO kablam! Oct 27 20:20:28.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.983 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.983 INFO kablam! | Oct 27 20:20:28.983 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.983 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.983 INFO kablam! ... Oct 27 20:20:28.983 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 27 20:20:28.983 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.983 INFO kablam! | Oct 27 20:20:28.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.983 INFO kablam! | Oct 27 20:20:28.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.983 INFO kablam! | Oct 27 20:20:28.983 INFO kablam! Oct 27 20:20:28.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.983 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.983 INFO kablam! | Oct 27 20:20:28.983 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.983 INFO kablam! | ^^^^^ Oct 27 20:20:28.983 INFO kablam! ... Oct 27 20:20:28.983 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 27 20:20:28.983 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.983 INFO kablam! | Oct 27 20:20:28.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.983 INFO kablam! | Oct 27 20:20:28.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.983 INFO kablam! | Oct 27 20:20:28.983 INFO kablam! Oct 27 20:20:28.983 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.984 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.984 INFO kablam! | Oct 27 20:20:28.984 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.984 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.984 INFO kablam! ... Oct 27 20:20:28.984 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 27 20:20:28.984 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.984 INFO kablam! Oct 27 20:20:28.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.984 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.984 INFO kablam! | Oct 27 20:20:28.984 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.984 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.984 INFO kablam! ... Oct 27 20:20:28.984 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 27 20:20:28.984 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.984 INFO kablam! | Oct 27 20:20:28.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.984 INFO kablam! | Oct 27 20:20:28.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.984 INFO kablam! | Oct 27 20:20:28.984 INFO kablam! Oct 27 20:20:28.992 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.992 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.992 INFO kablam! | Oct 27 20:20:28.992 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.992 INFO kablam! | ^^^^^ Oct 27 20:20:28.992 INFO kablam! ... Oct 27 20:20:28.992 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 27 20:20:28.992 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.992 INFO kablam! | Oct 27 20:20:28.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.992 INFO kablam! | Oct 27 20:20:28.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.992 INFO kablam! | Oct 27 20:20:28.992 INFO kablam! Oct 27 20:20:28.992 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.992 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.992 INFO kablam! | Oct 27 20:20:28.992 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.992 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.992 INFO kablam! ... Oct 27 20:20:28.992 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 27 20:20:28.992 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.993 INFO kablam! Oct 27 20:20:28.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.993 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.993 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.993 INFO kablam! ... Oct 27 20:20:28.993 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 27 20:20:28.993 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! Oct 27 20:20:28.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.993 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.993 INFO kablam! | ^^^^^ Oct 27 20:20:28.993 INFO kablam! ... Oct 27 20:20:28.993 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 27 20:20:28.993 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! Oct 27 20:20:28.993 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.993 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.993 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.993 INFO kablam! ... Oct 27 20:20:28.993 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 27 20:20:28.993 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.993 INFO kablam! Oct 27 20:20:28.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.993 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.993 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.993 INFO kablam! ... Oct 27 20:20:28.993 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 27 20:20:28.993 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! Oct 27 20:20:28.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.993 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.993 INFO kablam! | ^^^^^ Oct 27 20:20:28.993 INFO kablam! ... Oct 27 20:20:28.993 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 27 20:20:28.993 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! Oct 27 20:20:28.993 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.993 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.993 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.993 INFO kablam! ... Oct 27 20:20:28.993 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 27 20:20:28.993 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.993 INFO kablam! Oct 27 20:20:28.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.993 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.993 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.993 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.993 INFO kablam! ... Oct 27 20:20:28.993 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 27 20:20:28.993 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.993 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! Oct 27 20:20:28.994 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.994 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.994 INFO kablam! | ^^^^^ Oct 27 20:20:28.994 INFO kablam! ... Oct 27 20:20:28.994 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 27 20:20:28.994 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! Oct 27 20:20:28.994 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.994 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.994 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.994 INFO kablam! ... Oct 27 20:20:28.994 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 27 20:20:28.994 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.994 INFO kablam! Oct 27 20:20:28.994 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.994 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.994 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.994 INFO kablam! ... Oct 27 20:20:28.994 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 27 20:20:28.994 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.994 INFO kablam! | Oct 27 20:20:28.994 INFO kablam! Oct 27 20:20:28.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.999 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.999 INFO kablam! | ^^^^^ Oct 27 20:20:28.999 INFO kablam! ... Oct 27 20:20:28.999 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 27 20:20:28.999 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! Oct 27 20:20:28.999 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.999 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:28.999 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:28.999 INFO kablam! ... Oct 27 20:20:28.999 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 27 20:20:28.999 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.999 INFO kablam! Oct 27 20:20:28.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.999 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:28.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:28.999 INFO kablam! ... Oct 27 20:20:28.999 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 27 20:20:28.999 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! Oct 27 20:20:28.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:28.999 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:28.999 INFO kablam! | ^^^^^ Oct 27 20:20:28.999 INFO kablam! ... Oct 27 20:20:28.999 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 27 20:20:28.999 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:28.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:28.999 INFO kablam! | Oct 27 20:20:28.999 INFO kablam! Oct 27 20:20:29.000 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.000 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.000 INFO kablam! | Oct 27 20:20:29.000 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.000 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.000 INFO kablam! ... Oct 27 20:20:29.000 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 27 20:20:29.000 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.000 INFO kablam! Oct 27 20:20:29.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.001 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.001 INFO kablam! | Oct 27 20:20:29.001 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.001 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.001 INFO kablam! ... Oct 27 20:20:29.001 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 27 20:20:29.001 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.001 INFO kablam! | Oct 27 20:20:29.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.001 INFO kablam! | Oct 27 20:20:29.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.001 INFO kablam! | Oct 27 20:20:29.001 INFO kablam! Oct 27 20:20:29.001 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.001 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.001 INFO kablam! | Oct 27 20:20:29.001 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.001 INFO kablam! | ^^^^^ Oct 27 20:20:29.001 INFO kablam! ... Oct 27 20:20:29.001 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 27 20:20:29.001 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.001 INFO kablam! | Oct 27 20:20:29.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.001 INFO kablam! | Oct 27 20:20:29.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.002 INFO kablam! | Oct 27 20:20:29.002 INFO kablam! Oct 27 20:20:29.002 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.002 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.002 INFO kablam! | Oct 27 20:20:29.002 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.002 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.002 INFO kablam! ... Oct 27 20:20:29.002 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 27 20:20:29.002 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.002 INFO kablam! Oct 27 20:20:29.002 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.002 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.003 INFO kablam! | Oct 27 20:20:29.003 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.003 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.003 INFO kablam! ... Oct 27 20:20:29.003 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 27 20:20:29.003 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.003 INFO kablam! | Oct 27 20:20:29.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.003 INFO kablam! | Oct 27 20:20:29.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.003 INFO kablam! | Oct 27 20:20:29.003 INFO kablam! Oct 27 20:20:29.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.004 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.004 INFO kablam! | Oct 27 20:20:29.004 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.004 INFO kablam! | ^^^^^ Oct 27 20:20:29.004 INFO kablam! ... Oct 27 20:20:29.004 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 27 20:20:29.004 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.004 INFO kablam! | Oct 27 20:20:29.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.004 INFO kablam! | Oct 27 20:20:29.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.004 INFO kablam! | Oct 27 20:20:29.004 INFO kablam! Oct 27 20:20:29.004 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.004 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.004 INFO kablam! | Oct 27 20:20:29.004 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.004 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.004 INFO kablam! ... Oct 27 20:20:29.004 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 27 20:20:29.004 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.004 INFO kablam! Oct 27 20:20:29.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.005 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.005 INFO kablam! | Oct 27 20:20:29.005 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.005 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.005 INFO kablam! ... Oct 27 20:20:29.005 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 27 20:20:29.005 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.005 INFO kablam! | Oct 27 20:20:29.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.005 INFO kablam! | Oct 27 20:20:29.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.005 INFO kablam! | Oct 27 20:20:29.005 INFO kablam! Oct 27 20:20:29.006 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.006 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.006 INFO kablam! | Oct 27 20:20:29.006 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.006 INFO kablam! | ^^^^^ Oct 27 20:20:29.006 INFO kablam! ... Oct 27 20:20:29.006 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 27 20:20:29.006 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.006 INFO kablam! | Oct 27 20:20:29.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.006 INFO kablam! | Oct 27 20:20:29.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.006 INFO kablam! | Oct 27 20:20:29.006 INFO kablam! Oct 27 20:20:29.008 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.008 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.008 INFO kablam! | Oct 27 20:20:29.008 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.008 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.008 INFO kablam! ... Oct 27 20:20:29.008 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 27 20:20:29.008 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.008 INFO kablam! Oct 27 20:20:29.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.012 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.012 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.012 INFO kablam! ... Oct 27 20:20:29.012 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 27 20:20:29.012 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! Oct 27 20:20:29.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.012 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.012 INFO kablam! | ^^^^^ Oct 27 20:20:29.012 INFO kablam! ... Oct 27 20:20:29.012 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Oct 27 20:20:29.012 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! Oct 27 20:20:29.012 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.012 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.012 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.012 INFO kablam! ... Oct 27 20:20:29.012 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Oct 27 20:20:29.012 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.012 INFO kablam! Oct 27 20:20:29.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.012 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.012 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.012 INFO kablam! ... Oct 27 20:20:29.012 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Oct 27 20:20:29.012 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! Oct 27 20:20:29.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.012 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.012 INFO kablam! | ^^^^^ Oct 27 20:20:29.012 INFO kablam! ... Oct 27 20:20:29.012 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 27 20:20:29.012 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.012 INFO kablam! | Oct 27 20:20:29.012 INFO kablam! Oct 27 20:20:29.016 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.016 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.016 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.016 INFO kablam! ... Oct 27 20:20:29.016 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 27 20:20:29.016 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.016 INFO kablam! Oct 27 20:20:29.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.016 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.016 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.016 INFO kablam! ... Oct 27 20:20:29.016 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 27 20:20:29.016 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! Oct 27 20:20:29.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.016 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.016 INFO kablam! | ^^^^^ Oct 27 20:20:29.016 INFO kablam! ... Oct 27 20:20:29.016 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 27 20:20:29.016 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! Oct 27 20:20:29.016 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.016 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.016 INFO kablam! | Oct 27 20:20:29.016 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.016 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.016 INFO kablam! ... Oct 27 20:20:29.017 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 27 20:20:29.017 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.017 INFO kablam! Oct 27 20:20:29.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.017 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.017 INFO kablam! | Oct 27 20:20:29.017 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.017 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.017 INFO kablam! ... Oct 27 20:20:29.017 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 27 20:20:29.017 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.017 INFO kablam! | Oct 27 20:20:29.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.017 INFO kablam! | Oct 27 20:20:29.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.017 INFO kablam! | Oct 27 20:20:29.017 INFO kablam! Oct 27 20:20:29.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.017 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.017 INFO kablam! | Oct 27 20:20:29.017 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.017 INFO kablam! | ^^^^^ Oct 27 20:20:29.017 INFO kablam! ... Oct 27 20:20:29.017 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Oct 27 20:20:29.017 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.017 INFO kablam! | Oct 27 20:20:29.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.017 INFO kablam! | Oct 27 20:20:29.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.017 INFO kablam! | Oct 27 20:20:29.017 INFO kablam! Oct 27 20:20:29.020 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.020 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.020 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.020 INFO kablam! ... Oct 27 20:20:29.020 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Oct 27 20:20:29.020 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.020 INFO kablam! Oct 27 20:20:29.020 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.020 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.020 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.020 INFO kablam! ... Oct 27 20:20:29.020 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Oct 27 20:20:29.020 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! Oct 27 20:20:29.020 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.020 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.020 INFO kablam! | ^^^^^ Oct 27 20:20:29.020 INFO kablam! ... Oct 27 20:20:29.020 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Oct 27 20:20:29.020 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! Oct 27 20:20:29.020 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.020 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.020 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.020 INFO kablam! ... Oct 27 20:20:29.020 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Oct 27 20:20:29.020 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.020 INFO kablam! Oct 27 20:20:29.020 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.020 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.020 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.020 INFO kablam! ... Oct 27 20:20:29.020 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Oct 27 20:20:29.020 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.020 INFO kablam! | Oct 27 20:20:29.020 INFO kablam! Oct 27 20:20:29.028 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.028 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.028 INFO kablam! | Oct 27 20:20:29.028 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.028 INFO kablam! | ^^^^^ Oct 27 20:20:29.028 INFO kablam! ... Oct 27 20:20:29.028 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 27 20:20:29.028 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.028 INFO kablam! | Oct 27 20:20:29.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.028 INFO kablam! | Oct 27 20:20:29.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.028 INFO kablam! | Oct 27 20:20:29.028 INFO kablam! Oct 27 20:20:29.028 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.028 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.028 INFO kablam! | Oct 27 20:20:29.028 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.028 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.028 INFO kablam! ... Oct 27 20:20:29.028 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 27 20:20:29.028 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.028 INFO kablam! Oct 27 20:20:29.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.028 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.028 INFO kablam! | Oct 27 20:20:29.028 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.029 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.029 INFO kablam! ... Oct 27 20:20:29.029 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 27 20:20:29.029 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! Oct 27 20:20:29.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.029 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.029 INFO kablam! | ^^^^^ Oct 27 20:20:29.029 INFO kablam! ... Oct 27 20:20:29.029 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 27 20:20:29.029 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! Oct 27 20:20:29.029 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.029 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.029 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.029 INFO kablam! ... Oct 27 20:20:29.029 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 27 20:20:29.029 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.029 INFO kablam! Oct 27 20:20:29.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.029 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.029 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.029 INFO kablam! ... Oct 27 20:20:29.029 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 27 20:20:29.029 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! Oct 27 20:20:29.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.029 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.029 INFO kablam! | ^^^^^ Oct 27 20:20:29.029 INFO kablam! ... Oct 27 20:20:29.029 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 27 20:20:29.029 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! Oct 27 20:20:29.029 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.029 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.029 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.029 INFO kablam! ... Oct 27 20:20:29.029 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 27 20:20:29.029 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.029 INFO kablam! Oct 27 20:20:29.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.029 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.029 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.029 INFO kablam! ... Oct 27 20:20:29.029 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 27 20:20:29.029 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.029 INFO kablam! | Oct 27 20:20:29.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! Oct 27 20:20:29.030 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.030 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.030 INFO kablam! | ^^^^^ Oct 27 20:20:29.030 INFO kablam! ... Oct 27 20:20:29.030 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 27 20:20:29.030 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! Oct 27 20:20:29.030 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.030 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.030 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.030 INFO kablam! ... Oct 27 20:20:29.030 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 27 20:20:29.030 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.030 INFO kablam! Oct 27 20:20:29.030 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.030 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.030 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.030 INFO kablam! ... Oct 27 20:20:29.030 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 27 20:20:29.030 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.030 INFO kablam! | Oct 27 20:20:29.030 INFO kablam! Oct 27 20:20:29.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.035 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.035 INFO kablam! | Oct 27 20:20:29.035 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.035 INFO kablam! | ^^^^^ Oct 27 20:20:29.035 INFO kablam! ... Oct 27 20:20:29.035 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 27 20:20:29.035 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.035 INFO kablam! | Oct 27 20:20:29.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.035 INFO kablam! | Oct 27 20:20:29.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.035 INFO kablam! | Oct 27 20:20:29.035 INFO kablam! Oct 27 20:20:29.035 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.035 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.035 INFO kablam! | Oct 27 20:20:29.035 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.035 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.035 INFO kablam! ... Oct 27 20:20:29.035 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 27 20:20:29.035 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.035 INFO kablam! Oct 27 20:20:29.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.040 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.040 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.040 INFO kablam! ... Oct 27 20:20:29.040 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 27 20:20:29.040 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! Oct 27 20:20:29.040 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.040 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.040 INFO kablam! | ^^^^^ Oct 27 20:20:29.040 INFO kablam! ... Oct 27 20:20:29.040 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 27 20:20:29.040 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! Oct 27 20:20:29.040 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.040 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.040 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.040 INFO kablam! ... Oct 27 20:20:29.040 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 27 20:20:29.040 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.040 INFO kablam! Oct 27 20:20:29.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.040 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.040 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.040 INFO kablam! ... Oct 27 20:20:29.040 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 27 20:20:29.040 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! Oct 27 20:20:29.040 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.040 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.040 INFO kablam! | ^^^^^ Oct 27 20:20:29.040 INFO kablam! ... Oct 27 20:20:29.040 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 27 20:20:29.040 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! Oct 27 20:20:29.040 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.040 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.040 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.040 INFO kablam! ... Oct 27 20:20:29.040 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 27 20:20:29.040 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.040 INFO kablam! Oct 27 20:20:29.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.040 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.040 INFO kablam! | Oct 27 20:20:29.040 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.040 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.040 INFO kablam! ... Oct 27 20:20:29.041 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 27 20:20:29.041 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! Oct 27 20:20:29.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.041 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.041 INFO kablam! | ^^^^^ Oct 27 20:20:29.041 INFO kablam! ... Oct 27 20:20:29.041 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 27 20:20:29.041 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! Oct 27 20:20:29.041 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.041 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.041 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.041 INFO kablam! ... Oct 27 20:20:29.041 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 27 20:20:29.041 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.041 INFO kablam! Oct 27 20:20:29.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.041 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.041 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.041 INFO kablam! ... Oct 27 20:20:29.041 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 27 20:20:29.041 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! Oct 27 20:20:29.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.041 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.041 INFO kablam! | ^^^^^ Oct 27 20:20:29.041 INFO kablam! ... Oct 27 20:20:29.041 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 27 20:20:29.041 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.041 INFO kablam! | Oct 27 20:20:29.041 INFO kablam! Oct 27 20:20:29.048 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.048 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.048 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.048 INFO kablam! ... Oct 27 20:20:29.048 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 27 20:20:29.048 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.048 INFO kablam! Oct 27 20:20:29.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.048 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.048 INFO kablam! ... Oct 27 20:20:29.048 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 27 20:20:29.048 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! Oct 27 20:20:29.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.048 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.048 INFO kablam! | ^^^^^ Oct 27 20:20:29.048 INFO kablam! ... Oct 27 20:20:29.048 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 27 20:20:29.048 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! Oct 27 20:20:29.048 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.048 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.048 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.048 INFO kablam! ... Oct 27 20:20:29.048 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 27 20:20:29.048 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.048 INFO kablam! Oct 27 20:20:29.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.048 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.048 INFO kablam! ... Oct 27 20:20:29.048 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 27 20:20:29.048 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! Oct 27 20:20:29.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.048 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.048 INFO kablam! | ^^^^^ Oct 27 20:20:29.048 INFO kablam! ... Oct 27 20:20:29.048 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 27 20:20:29.048 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! Oct 27 20:20:29.048 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.048 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.048 INFO kablam! | Oct 27 20:20:29.048 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.048 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.048 INFO kablam! ... Oct 27 20:20:29.048 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 27 20:20:29.049 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.049 INFO kablam! Oct 27 20:20:29.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.049 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.049 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.049 INFO kablam! ... Oct 27 20:20:29.049 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 27 20:20:29.049 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! Oct 27 20:20:29.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.049 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.049 INFO kablam! | ^^^^^ Oct 27 20:20:29.049 INFO kablam! ... Oct 27 20:20:29.049 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 27 20:20:29.049 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! Oct 27 20:20:29.049 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.049 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.049 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.049 INFO kablam! ... Oct 27 20:20:29.049 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 27 20:20:29.049 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.049 INFO kablam! Oct 27 20:20:29.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.049 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.049 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.049 INFO kablam! ... Oct 27 20:20:29.049 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 27 20:20:29.049 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.049 INFO kablam! | Oct 27 20:20:29.049 INFO kablam! Oct 27 20:20:29.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.052 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.052 INFO kablam! | ^^^^^ Oct 27 20:20:29.052 INFO kablam! ... Oct 27 20:20:29.052 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 27 20:20:29.052 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.052 INFO kablam! | Oct 27 20:20:29.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! Oct 27 20:20:29.053 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.053 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.053 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.053 INFO kablam! ... Oct 27 20:20:29.053 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 27 20:20:29.053 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.053 INFO kablam! Oct 27 20:20:29.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.053 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.053 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.053 INFO kablam! ... Oct 27 20:20:29.053 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 27 20:20:29.053 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! Oct 27 20:20:29.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.053 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.053 INFO kablam! | ^^^^^ Oct 27 20:20:29.053 INFO kablam! ... Oct 27 20:20:29.053 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 27 20:20:29.053 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.053 INFO kablam! | Oct 27 20:20:29.053 INFO kablam! Oct 27 20:20:29.059 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.059 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.059 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.059 INFO kablam! ... Oct 27 20:20:29.059 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 27 20:20:29.059 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.059 INFO kablam! Oct 27 20:20:29.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.059 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.059 INFO kablam! ... Oct 27 20:20:29.059 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 27 20:20:29.059 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! Oct 27 20:20:29.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.059 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.059 INFO kablam! | ^^^^^ Oct 27 20:20:29.059 INFO kablam! ... Oct 27 20:20:29.059 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 27 20:20:29.059 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! Oct 27 20:20:29.059 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.059 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.059 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.059 INFO kablam! ... Oct 27 20:20:29.059 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 27 20:20:29.059 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.059 INFO kablam! Oct 27 20:20:29.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.059 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.059 INFO kablam! ... Oct 27 20:20:29.059 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 27 20:20:29.059 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! Oct 27 20:20:29.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.059 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.059 INFO kablam! | ^^^^^ Oct 27 20:20:29.059 INFO kablam! ... Oct 27 20:20:29.059 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 27 20:20:29.059 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.059 INFO kablam! | Oct 27 20:20:29.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! Oct 27 20:20:29.060 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.060 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.060 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.060 INFO kablam! ... Oct 27 20:20:29.060 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 27 20:20:29.060 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.060 INFO kablam! Oct 27 20:20:29.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.060 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.060 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.060 INFO kablam! ... Oct 27 20:20:29.060 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 27 20:20:29.060 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! Oct 27 20:20:29.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.060 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.060 INFO kablam! | ^^^^^ Oct 27 20:20:29.060 INFO kablam! ... Oct 27 20:20:29.060 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 27 20:20:29.060 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! Oct 27 20:20:29.060 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.060 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.060 INFO kablam! | Oct 27 20:20:29.060 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.060 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.060 INFO kablam! ... Oct 27 20:20:29.060 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 27 20:20:29.060 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.060 INFO kablam! Oct 27 20:20:29.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.063 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.063 INFO kablam! | Oct 27 20:20:29.063 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.063 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.063 INFO kablam! ... Oct 27 20:20:29.063 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 27 20:20:29.063 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.063 INFO kablam! | Oct 27 20:20:29.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.063 INFO kablam! | Oct 27 20:20:29.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.063 INFO kablam! | Oct 27 20:20:29.063 INFO kablam! Oct 27 20:20:29.063 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.063 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.063 INFO kablam! | Oct 27 20:20:29.063 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.063 INFO kablam! | ^^^^^ Oct 27 20:20:29.063 INFO kablam! ... Oct 27 20:20:29.063 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 27 20:20:29.063 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.063 INFO kablam! | Oct 27 20:20:29.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.063 INFO kablam! | Oct 27 20:20:29.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.063 INFO kablam! | Oct 27 20:20:29.063 INFO kablam! Oct 27 20:20:29.063 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.063 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.063 INFO kablam! | Oct 27 20:20:29.063 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.063 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.063 INFO kablam! ... Oct 27 20:20:29.063 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 27 20:20:29.063 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.063 INFO kablam! Oct 27 20:20:29.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.068 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.068 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.068 INFO kablam! ... Oct 27 20:20:29.068 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 27 20:20:29.068 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! Oct 27 20:20:29.068 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.068 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.068 INFO kablam! | ^^^^^ Oct 27 20:20:29.068 INFO kablam! ... Oct 27 20:20:29.068 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 27 20:20:29.068 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! Oct 27 20:20:29.068 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.068 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.068 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.068 INFO kablam! ... Oct 27 20:20:29.068 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 27 20:20:29.068 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.068 INFO kablam! Oct 27 20:20:29.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.068 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.068 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.068 INFO kablam! ... Oct 27 20:20:29.068 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 27 20:20:29.068 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.068 INFO kablam! | Oct 27 20:20:29.068 INFO kablam! Oct 27 20:20:29.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.069 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.069 INFO kablam! | Oct 27 20:20:29.069 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.069 INFO kablam! | ^^^^^ Oct 27 20:20:29.069 INFO kablam! ... Oct 27 20:20:29.069 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 27 20:20:29.069 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.069 INFO kablam! | Oct 27 20:20:29.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.069 INFO kablam! | Oct 27 20:20:29.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.069 INFO kablam! | Oct 27 20:20:29.069 INFO kablam! Oct 27 20:20:29.069 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.069 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.069 INFO kablam! | Oct 27 20:20:29.069 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.069 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.069 INFO kablam! ... Oct 27 20:20:29.069 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 27 20:20:29.069 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.069 INFO kablam! Oct 27 20:20:29.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.078 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.079 INFO kablam! ... Oct 27 20:20:29.079 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 27 20:20:29.079 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! Oct 27 20:20:29.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.079 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.079 INFO kablam! | ^^^^^ Oct 27 20:20:29.079 INFO kablam! ... Oct 27 20:20:29.079 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Oct 27 20:20:29.079 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! Oct 27 20:20:29.079 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.079 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.079 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.079 INFO kablam! ... Oct 27 20:20:29.079 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Oct 27 20:20:29.079 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.079 INFO kablam! Oct 27 20:20:29.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.079 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.079 INFO kablam! ... Oct 27 20:20:29.079 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Oct 27 20:20:29.079 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! Oct 27 20:20:29.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.079 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.079 INFO kablam! | ^^^^^ Oct 27 20:20:29.079 INFO kablam! ... Oct 27 20:20:29.079 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Oct 27 20:20:29.079 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! Oct 27 20:20:29.079 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.079 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.079 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.079 INFO kablam! ... Oct 27 20:20:29.079 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Oct 27 20:20:29.079 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.079 INFO kablam! Oct 27 20:20:29.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.079 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.079 INFO kablam! | Oct 27 20:20:29.079 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.079 INFO kablam! ... Oct 27 20:20:29.080 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Oct 27 20:20:29.080 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! Oct 27 20:20:29.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.080 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.080 INFO kablam! | ^^^^^ Oct 27 20:20:29.080 INFO kablam! ... Oct 27 20:20:29.080 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 27 20:20:29.080 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! Oct 27 20:20:29.080 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.080 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.080 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.080 INFO kablam! ... Oct 27 20:20:29.080 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 27 20:20:29.080 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.080 INFO kablam! Oct 27 20:20:29.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.080 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.080 INFO kablam! ... Oct 27 20:20:29.080 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 27 20:20:29.080 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! Oct 27 20:20:29.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.080 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.080 INFO kablam! | ^^^^^ Oct 27 20:20:29.080 INFO kablam! ... Oct 27 20:20:29.080 INFO kablam! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Oct 27 20:20:29.080 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! Oct 27 20:20:29.080 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.080 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.080 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.080 INFO kablam! ... Oct 27 20:20:29.080 INFO kablam! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Oct 27 20:20:29.080 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.080 INFO kablam! Oct 27 20:20:29.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.080 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.080 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.080 INFO kablam! ... Oct 27 20:20:29.080 INFO kablam! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Oct 27 20:20:29.080 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.080 INFO kablam! | Oct 27 20:20:29.080 INFO kablam! Oct 27 20:20:29.085 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.085 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.085 INFO kablam! | ^^^^^ Oct 27 20:20:29.085 INFO kablam! ... Oct 27 20:20:29.085 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 27 20:20:29.085 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! Oct 27 20:20:29.085 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.085 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.085 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.085 INFO kablam! ... Oct 27 20:20:29.085 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 27 20:20:29.085 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.085 INFO kablam! Oct 27 20:20:29.085 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.085 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.085 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.085 INFO kablam! ... Oct 27 20:20:29.085 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 27 20:20:29.085 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! Oct 27 20:20:29.085 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.085 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.085 INFO kablam! | ^^^^^ Oct 27 20:20:29.085 INFO kablam! ... Oct 27 20:20:29.085 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 27 20:20:29.085 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! Oct 27 20:20:29.085 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.085 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.085 INFO kablam! | Oct 27 20:20:29.085 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.085 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.085 INFO kablam! ... Oct 27 20:20:29.085 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 27 20:20:29.085 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.085 INFO kablam! Oct 27 20:20:29.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.091 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.091 INFO kablam! | Oct 27 20:20:29.091 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.091 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.091 INFO kablam! ... Oct 27 20:20:29.091 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 27 20:20:29.091 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.091 INFO kablam! | Oct 27 20:20:29.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.091 INFO kablam! | Oct 27 20:20:29.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.091 INFO kablam! | Oct 27 20:20:29.091 INFO kablam! Oct 27 20:20:29.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.092 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.092 INFO kablam! | ^^^^^ Oct 27 20:20:29.092 INFO kablam! ... Oct 27 20:20:29.092 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 27 20:20:29.092 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! Oct 27 20:20:29.092 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.092 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.092 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.092 INFO kablam! ... Oct 27 20:20:29.092 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 27 20:20:29.092 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.092 INFO kablam! Oct 27 20:20:29.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.092 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.092 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.092 INFO kablam! ... Oct 27 20:20:29.092 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 27 20:20:29.092 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! Oct 27 20:20:29.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.092 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.092 INFO kablam! | ^^^^^ Oct 27 20:20:29.092 INFO kablam! ... Oct 27 20:20:29.092 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 27 20:20:29.092 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.092 INFO kablam! | Oct 27 20:20:29.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.093 INFO kablam! | Oct 27 20:20:29.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.093 INFO kablam! | Oct 27 20:20:29.093 INFO kablam! Oct 27 20:20:29.093 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.093 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.093 INFO kablam! | Oct 27 20:20:29.093 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.093 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.093 INFO kablam! ... Oct 27 20:20:29.093 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 27 20:20:29.093 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.093 INFO kablam! Oct 27 20:20:29.095 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.096 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.096 INFO kablam! | Oct 27 20:20:29.096 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.096 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.096 INFO kablam! ... Oct 27 20:20:29.096 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 27 20:20:29.096 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.096 INFO kablam! | Oct 27 20:20:29.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.096 INFO kablam! | Oct 27 20:20:29.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.096 INFO kablam! | Oct 27 20:20:29.096 INFO kablam! Oct 27 20:20:29.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.103 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.103 INFO kablam! | ^^^^^ Oct 27 20:20:29.103 INFO kablam! ... Oct 27 20:20:29.103 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 27 20:20:29.103 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! Oct 27 20:20:29.103 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.103 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.103 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.103 INFO kablam! ... Oct 27 20:20:29.103 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 27 20:20:29.103 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.103 INFO kablam! Oct 27 20:20:29.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.103 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.103 INFO kablam! ... Oct 27 20:20:29.103 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 27 20:20:29.103 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! Oct 27 20:20:29.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.103 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.103 INFO kablam! | ^^^^^ Oct 27 20:20:29.103 INFO kablam! ... Oct 27 20:20:29.103 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 27 20:20:29.103 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.103 INFO kablam! | Oct 27 20:20:29.103 INFO kablam! Oct 27 20:20:29.112 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.112 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.112 INFO kablam! | Oct 27 20:20:29.112 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.112 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.112 INFO kablam! ... Oct 27 20:20:29.112 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 27 20:20:29.112 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.113 INFO kablam! Oct 27 20:20:29.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.113 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.113 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.113 INFO kablam! ... Oct 27 20:20:29.113 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 27 20:20:29.113 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! Oct 27 20:20:29.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.113 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.113 INFO kablam! | ^^^^^ Oct 27 20:20:29.113 INFO kablam! ... Oct 27 20:20:29.113 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 27 20:20:29.113 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! Oct 27 20:20:29.113 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.113 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.113 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.113 INFO kablam! ... Oct 27 20:20:29.113 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 27 20:20:29.113 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.113 INFO kablam! Oct 27 20:20:29.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.113 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.113 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.113 INFO kablam! ... Oct 27 20:20:29.113 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 27 20:20:29.113 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! Oct 27 20:20:29.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.113 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.113 INFO kablam! | ^^^^^ Oct 27 20:20:29.113 INFO kablam! ... Oct 27 20:20:29.113 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Oct 27 20:20:29.113 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! Oct 27 20:20:29.113 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.113 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.113 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.113 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.113 INFO kablam! ... Oct 27 20:20:29.113 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Oct 27 20:20:29.113 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.113 INFO kablam! Oct 27 20:20:29.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.113 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.113 INFO kablam! | Oct 27 20:20:29.114 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.114 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.114 INFO kablam! ... Oct 27 20:20:29.114 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Oct 27 20:20:29.114 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.114 INFO kablam! | Oct 27 20:20:29.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.114 INFO kablam! | Oct 27 20:20:29.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.114 INFO kablam! | Oct 27 20:20:29.114 INFO kablam! Oct 27 20:20:29.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.117 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.117 INFO kablam! | ^^^^^ Oct 27 20:20:29.117 INFO kablam! ... Oct 27 20:20:29.117 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 27 20:20:29.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! Oct 27 20:20:29.117 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.117 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.117 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.117 INFO kablam! ... Oct 27 20:20:29.117 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 27 20:20:29.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.117 INFO kablam! Oct 27 20:20:29.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.117 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.117 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.117 INFO kablam! ... Oct 27 20:20:29.117 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 27 20:20:29.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! Oct 27 20:20:29.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.117 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.117 INFO kablam! | ^^^^^ Oct 27 20:20:29.117 INFO kablam! ... Oct 27 20:20:29.117 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 27 20:20:29.117 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! Oct 27 20:20:29.117 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.117 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.117 INFO kablam! | Oct 27 20:20:29.117 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.117 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.117 INFO kablam! ... Oct 27 20:20:29.117 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 27 20:20:29.118 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.118 INFO kablam! Oct 27 20:20:29.118 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.118 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.118 INFO kablam! | Oct 27 20:20:29.118 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.118 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.118 INFO kablam! ... Oct 27 20:20:29.118 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 27 20:20:29.118 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.118 INFO kablam! | Oct 27 20:20:29.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.118 INFO kablam! | Oct 27 20:20:29.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.118 INFO kablam! | Oct 27 20:20:29.118 INFO kablam! Oct 27 20:20:29.118 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.122 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.122 INFO kablam! | Oct 27 20:20:29.122 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.122 INFO kablam! | ^^^^^ Oct 27 20:20:29.122 INFO kablam! ... Oct 27 20:20:29.122 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 27 20:20:29.122 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.122 INFO kablam! | Oct 27 20:20:29.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.122 INFO kablam! | Oct 27 20:20:29.122 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.122 INFO kablam! | Oct 27 20:20:29.122 INFO kablam! Oct 27 20:20:29.122 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.122 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.122 INFO kablam! | Oct 27 20:20:29.122 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.122 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.122 INFO kablam! ... Oct 27 20:20:29.123 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 27 20:20:29.123 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.123 INFO kablam! Oct 27 20:20:29.123 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.123 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.123 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.123 INFO kablam! ... Oct 27 20:20:29.123 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 27 20:20:29.123 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! Oct 27 20:20:29.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.123 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.123 INFO kablam! | ^^^^^ Oct 27 20:20:29.123 INFO kablam! ... Oct 27 20:20:29.123 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 27 20:20:29.123 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! Oct 27 20:20:29.123 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.123 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.123 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.123 INFO kablam! ... Oct 27 20:20:29.123 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 27 20:20:29.123 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.123 INFO kablam! Oct 27 20:20:29.123 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.123 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.123 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.123 INFO kablam! ... Oct 27 20:20:29.123 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 27 20:20:29.123 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! Oct 27 20:20:29.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.123 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.123 INFO kablam! | ^^^^^ Oct 27 20:20:29.123 INFO kablam! ... Oct 27 20:20:29.123 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 27 20:20:29.123 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.123 INFO kablam! | Oct 27 20:20:29.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! Oct 27 20:20:29.132 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.132 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.132 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.132 INFO kablam! ... Oct 27 20:20:29.132 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 27 20:20:29.132 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.132 INFO kablam! Oct 27 20:20:29.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.132 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.132 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.132 INFO kablam! ... Oct 27 20:20:29.132 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 27 20:20:29.132 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! Oct 27 20:20:29.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.132 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.132 INFO kablam! | ^^^^^ Oct 27 20:20:29.132 INFO kablam! ... Oct 27 20:20:29.132 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 27 20:20:29.132 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! Oct 27 20:20:29.132 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.132 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.132 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.132 INFO kablam! ... Oct 27 20:20:29.132 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 27 20:20:29.132 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.132 INFO kablam! Oct 27 20:20:29.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.132 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.132 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.132 INFO kablam! ... Oct 27 20:20:29.132 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 27 20:20:29.132 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.132 INFO kablam! | Oct 27 20:20:29.132 INFO kablam! Oct 27 20:20:29.139 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.139 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.139 INFO kablam! | Oct 27 20:20:29.139 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.139 INFO kablam! | ^^^^^ Oct 27 20:20:29.139 INFO kablam! ... Oct 27 20:20:29.139 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 27 20:20:29.139 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.139 INFO kablam! | Oct 27 20:20:29.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.140 INFO kablam! | Oct 27 20:20:29.140 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.140 INFO kablam! | Oct 27 20:20:29.140 INFO kablam! Oct 27 20:20:29.140 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.140 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.140 INFO kablam! | Oct 27 20:20:29.140 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.140 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.140 INFO kablam! ... Oct 27 20:20:29.140 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 27 20:20:29.140 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.140 INFO kablam! Oct 27 20:20:29.140 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.140 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.140 INFO kablam! | Oct 27 20:20:29.140 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.140 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.140 INFO kablam! ... Oct 27 20:20:29.140 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 27 20:20:29.140 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.140 INFO kablam! | Oct 27 20:20:29.140 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.140 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.140 INFO kablam! | Oct 27 20:20:29.140 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.140 INFO kablam! | Oct 27 20:20:29.140 INFO kablam! Oct 27 20:20:29.146 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.146 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.146 INFO kablam! | Oct 27 20:20:29.146 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.146 INFO kablam! | ^^^^^ Oct 27 20:20:29.146 INFO kablam! ... Oct 27 20:20:29.147 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Oct 27 20:20:29.147 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! Oct 27 20:20:29.147 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.147 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.147 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.147 INFO kablam! ... Oct 27 20:20:29.147 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Oct 27 20:20:29.147 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.147 INFO kablam! Oct 27 20:20:29.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.147 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.147 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.147 INFO kablam! ... Oct 27 20:20:29.147 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Oct 27 20:20:29.147 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! Oct 27 20:20:29.147 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.147 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.147 INFO kablam! | ^^^^^ Oct 27 20:20:29.147 INFO kablam! ... Oct 27 20:20:29.147 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Oct 27 20:20:29.147 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! Oct 27 20:20:29.147 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.147 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.147 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.147 INFO kablam! ... Oct 27 20:20:29.147 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Oct 27 20:20:29.147 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.147 INFO kablam! Oct 27 20:20:29.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.147 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.147 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.147 INFO kablam! ... Oct 27 20:20:29.147 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Oct 27 20:20:29.147 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! Oct 27 20:20:29.147 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.147 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.147 INFO kablam! | Oct 27 20:20:29.147 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.147 INFO kablam! | ^^^^^ Oct 27 20:20:29.147 INFO kablam! ... Oct 27 20:20:29.147 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 27 20:20:29.147 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! Oct 27 20:20:29.148 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.148 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.148 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.148 INFO kablam! ... Oct 27 20:20:29.148 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 27 20:20:29.148 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.148 INFO kablam! Oct 27 20:20:29.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.148 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.148 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.148 INFO kablam! ... Oct 27 20:20:29.148 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 27 20:20:29.148 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! Oct 27 20:20:29.148 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.148 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.148 INFO kablam! | ^^^^^ Oct 27 20:20:29.148 INFO kablam! ... Oct 27 20:20:29.148 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 27 20:20:29.148 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! Oct 27 20:20:29.148 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.148 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.148 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.148 INFO kablam! ... Oct 27 20:20:29.148 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 27 20:20:29.148 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.148 INFO kablam! Oct 27 20:20:29.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.148 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.148 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.148 INFO kablam! ... Oct 27 20:20:29.148 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 27 20:20:29.148 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! Oct 27 20:20:29.148 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.148 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.148 INFO kablam! | ^^^^^ Oct 27 20:20:29.148 INFO kablam! ... Oct 27 20:20:29.148 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 27 20:20:29.148 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.148 INFO kablam! | Oct 27 20:20:29.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.149 INFO kablam! | Oct 27 20:20:29.149 INFO kablam! Oct 27 20:20:29.149 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.149 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.149 INFO kablam! | Oct 27 20:20:29.149 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.149 INFO kablam! ... Oct 27 20:20:29.149 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 27 20:20:29.149 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.149 INFO kablam! Oct 27 20:20:29.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.149 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.149 INFO kablam! | Oct 27 20:20:29.149 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.149 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.149 INFO kablam! ... Oct 27 20:20:29.149 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 27 20:20:29.149 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.149 INFO kablam! | Oct 27 20:20:29.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.149 INFO kablam! | Oct 27 20:20:29.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.149 INFO kablam! | Oct 27 20:20:29.149 INFO kablam! Oct 27 20:20:29.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.152 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.152 INFO kablam! | ^^^^^ Oct 27 20:20:29.152 INFO kablam! ... Oct 27 20:20:29.152 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 27 20:20:29.152 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! Oct 27 20:20:29.152 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.152 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.152 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.152 INFO kablam! ... Oct 27 20:20:29.152 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 27 20:20:29.152 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.152 INFO kablam! Oct 27 20:20:29.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.152 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.152 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.152 INFO kablam! ... Oct 27 20:20:29.152 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 27 20:20:29.152 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! Oct 27 20:20:29.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.152 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.152 INFO kablam! | ^^^^^ Oct 27 20:20:29.152 INFO kablam! ... Oct 27 20:20:29.152 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 27 20:20:29.152 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.152 INFO kablam! | Oct 27 20:20:29.152 INFO kablam! Oct 27 20:20:29.153 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.153 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.153 INFO kablam! | Oct 27 20:20:29.153 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.153 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.153 INFO kablam! ... Oct 27 20:20:29.153 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 27 20:20:29.153 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.153 INFO kablam! Oct 27 20:20:29.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.154 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.154 INFO kablam! | Oct 27 20:20:29.154 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.154 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.154 INFO kablam! ... Oct 27 20:20:29.154 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 27 20:20:29.154 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.154 INFO kablam! | Oct 27 20:20:29.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.154 INFO kablam! | Oct 27 20:20:29.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.154 INFO kablam! | Oct 27 20:20:29.154 INFO kablam! Oct 27 20:20:29.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.154 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.154 INFO kablam! | Oct 27 20:20:29.154 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.154 INFO kablam! | ^^^^^ Oct 27 20:20:29.155 INFO kablam! ... Oct 27 20:20:29.155 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 27 20:20:29.155 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.155 INFO kablam! | Oct 27 20:20:29.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.155 INFO kablam! | Oct 27 20:20:29.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.155 INFO kablam! | Oct 27 20:20:29.155 INFO kablam! Oct 27 20:20:29.156 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.156 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.156 INFO kablam! | Oct 27 20:20:29.156 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.156 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.156 INFO kablam! ... Oct 27 20:20:29.156 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 27 20:20:29.156 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.156 INFO kablam! Oct 27 20:20:29.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.157 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.157 INFO kablam! | Oct 27 20:20:29.157 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.157 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.157 INFO kablam! ... Oct 27 20:20:29.157 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 27 20:20:29.157 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.157 INFO kablam! | Oct 27 20:20:29.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.157 INFO kablam! | Oct 27 20:20:29.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.157 INFO kablam! | Oct 27 20:20:29.157 INFO kablam! Oct 27 20:20:29.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.157 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.157 INFO kablam! | Oct 27 20:20:29.157 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.157 INFO kablam! | ^^^^^ Oct 27 20:20:29.157 INFO kablam! ... Oct 27 20:20:29.157 INFO kablam! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Oct 27 20:20:29.157 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.157 INFO kablam! | Oct 27 20:20:29.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.157 INFO kablam! | Oct 27 20:20:29.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.158 INFO kablam! | Oct 27 20:20:29.158 INFO kablam! Oct 27 20:20:29.158 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.158 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.158 INFO kablam! | Oct 27 20:20:29.158 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.158 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.158 INFO kablam! ... Oct 27 20:20:29.158 INFO kablam! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Oct 27 20:20:29.158 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.158 INFO kablam! Oct 27 20:20:29.159 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.159 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.159 INFO kablam! | Oct 27 20:20:29.159 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.159 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.159 INFO kablam! ... Oct 27 20:20:29.159 INFO kablam! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Oct 27 20:20:29.159 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.159 INFO kablam! | Oct 27 20:20:29.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.159 INFO kablam! | Oct 27 20:20:29.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.159 INFO kablam! | Oct 27 20:20:29.159 INFO kablam! Oct 27 20:20:29.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.160 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.160 INFO kablam! | Oct 27 20:20:29.160 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.160 INFO kablam! | ^^^^^ Oct 27 20:20:29.160 INFO kablam! ... Oct 27 20:20:29.160 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 27 20:20:29.160 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.160 INFO kablam! | Oct 27 20:20:29.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.160 INFO kablam! | Oct 27 20:20:29.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.160 INFO kablam! | Oct 27 20:20:29.160 INFO kablam! Oct 27 20:20:29.161 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.161 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.161 INFO kablam! | Oct 27 20:20:29.161 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.161 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.161 INFO kablam! ... Oct 27 20:20:29.161 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 27 20:20:29.161 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.161 INFO kablam! Oct 27 20:20:29.162 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.162 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.162 INFO kablam! | Oct 27 20:20:29.162 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.162 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.162 INFO kablam! ... Oct 27 20:20:29.162 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 27 20:20:29.162 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.162 INFO kablam! | Oct 27 20:20:29.162 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.162 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.162 INFO kablam! | Oct 27 20:20:29.162 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.162 INFO kablam! | Oct 27 20:20:29.162 INFO kablam! Oct 27 20:20:29.167 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.167 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.167 INFO kablam! | Oct 27 20:20:29.167 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.167 INFO kablam! | ^^^^^ Oct 27 20:20:29.167 INFO kablam! ... Oct 27 20:20:29.167 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 27 20:20:29.167 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.167 INFO kablam! | Oct 27 20:20:29.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.167 INFO kablam! | Oct 27 20:20:29.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.167 INFO kablam! | Oct 27 20:20:29.167 INFO kablam! Oct 27 20:20:29.174 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.174 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.175 INFO kablam! | Oct 27 20:20:29.175 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.175 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.175 INFO kablam! ... Oct 27 20:20:29.175 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 27 20:20:29.175 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.175 INFO kablam! Oct 27 20:20:29.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.177 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.177 INFO kablam! | Oct 27 20:20:29.177 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.177 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.177 INFO kablam! ... Oct 27 20:20:29.177 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 27 20:20:29.177 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.177 INFO kablam! | Oct 27 20:20:29.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.177 INFO kablam! | Oct 27 20:20:29.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.177 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! Oct 27 20:20:29.180 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.180 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.180 INFO kablam! | ^^^^^ Oct 27 20:20:29.180 INFO kablam! ... Oct 27 20:20:29.180 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 27 20:20:29.180 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! Oct 27 20:20:29.180 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.180 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.180 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.180 INFO kablam! ... Oct 27 20:20:29.180 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 27 20:20:29.180 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.180 INFO kablam! Oct 27 20:20:29.180 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.180 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.180 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.180 INFO kablam! ... Oct 27 20:20:29.180 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 27 20:20:29.180 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! Oct 27 20:20:29.180 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.180 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.180 INFO kablam! | ^^^^^ Oct 27 20:20:29.180 INFO kablam! ... Oct 27 20:20:29.180 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 27 20:20:29.180 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! Oct 27 20:20:29.180 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.180 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.180 INFO kablam! | Oct 27 20:20:29.180 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.180 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.180 INFO kablam! ... Oct 27 20:20:29.180 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 27 20:20:29.180 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.181 INFO kablam! Oct 27 20:20:29.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.181 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.181 INFO kablam! | Oct 27 20:20:29.181 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.181 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.181 INFO kablam! ... Oct 27 20:20:29.181 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 27 20:20:29.181 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.181 INFO kablam! | Oct 27 20:20:29.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.181 INFO kablam! | Oct 27 20:20:29.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.181 INFO kablam! | Oct 27 20:20:29.181 INFO kablam! Oct 27 20:20:29.181 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.181 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.181 INFO kablam! | Oct 27 20:20:29.181 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.181 INFO kablam! | ^^^^^ Oct 27 20:20:29.181 INFO kablam! ... Oct 27 20:20:29.181 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 27 20:20:29.181 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.181 INFO kablam! | Oct 27 20:20:29.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.181 INFO kablam! | Oct 27 20:20:29.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.181 INFO kablam! | Oct 27 20:20:29.181 INFO kablam! Oct 27 20:20:29.181 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.181 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.181 INFO kablam! | Oct 27 20:20:29.181 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.181 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.181 INFO kablam! ... Oct 27 20:20:29.181 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 27 20:20:29.181 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.181 INFO kablam! Oct 27 20:20:29.186 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.186 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.186 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.186 INFO kablam! ... Oct 27 20:20:29.186 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 27 20:20:29.186 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! Oct 27 20:20:29.186 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.186 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.186 INFO kablam! | ^^^^^ Oct 27 20:20:29.186 INFO kablam! ... Oct 27 20:20:29.186 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Oct 27 20:20:29.186 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! Oct 27 20:20:29.186 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.186 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.186 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.186 INFO kablam! ... Oct 27 20:20:29.186 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Oct 27 20:20:29.186 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.186 INFO kablam! Oct 27 20:20:29.186 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.186 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.186 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.186 INFO kablam! ... Oct 27 20:20:29.186 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Oct 27 20:20:29.186 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! Oct 27 20:20:29.186 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.186 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.186 INFO kablam! | ^^^^^ Oct 27 20:20:29.186 INFO kablam! ... Oct 27 20:20:29.186 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 27 20:20:29.186 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.186 INFO kablam! | Oct 27 20:20:29.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! Oct 27 20:20:29.187 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.187 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.187 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.187 INFO kablam! ... Oct 27 20:20:29.187 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 27 20:20:29.187 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.187 INFO kablam! Oct 27 20:20:29.187 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.187 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.187 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.187 INFO kablam! ... Oct 27 20:20:29.187 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 27 20:20:29.187 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! Oct 27 20:20:29.187 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.187 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.187 INFO kablam! | ^^^^^ Oct 27 20:20:29.187 INFO kablam! ... Oct 27 20:20:29.187 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 27 20:20:29.187 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! Oct 27 20:20:29.187 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.187 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.187 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.187 INFO kablam! ... Oct 27 20:20:29.187 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 27 20:20:29.187 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.187 INFO kablam! Oct 27 20:20:29.187 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.187 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.187 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.187 INFO kablam! ... Oct 27 20:20:29.187 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 27 20:20:29.187 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.187 INFO kablam! | Oct 27 20:20:29.187 INFO kablam! Oct 27 20:20:29.194 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.194 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.194 INFO kablam! | Oct 27 20:20:29.194 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.194 INFO kablam! | ^^^^^ Oct 27 20:20:29.194 INFO kablam! ... Oct 27 20:20:29.194 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 27 20:20:29.194 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.194 INFO kablam! | Oct 27 20:20:29.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.194 INFO kablam! | Oct 27 20:20:29.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.194 INFO kablam! | Oct 27 20:20:29.194 INFO kablam! Oct 27 20:20:29.194 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.194 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.194 INFO kablam! | Oct 27 20:20:29.194 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.194 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.194 INFO kablam! ... Oct 27 20:20:29.194 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 27 20:20:29.194 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.194 INFO kablam! Oct 27 20:20:29.194 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.194 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.194 INFO kablam! | Oct 27 20:20:29.194 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.195 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.195 INFO kablam! ... Oct 27 20:20:29.195 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 27 20:20:29.195 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.195 INFO kablam! | Oct 27 20:20:29.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.195 INFO kablam! | Oct 27 20:20:29.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.195 INFO kablam! | Oct 27 20:20:29.195 INFO kablam! Oct 27 20:20:29.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.197 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.197 INFO kablam! | Oct 27 20:20:29.197 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.197 INFO kablam! | ^^^^^ Oct 27 20:20:29.197 INFO kablam! ... Oct 27 20:20:29.197 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 27 20:20:29.197 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.197 INFO kablam! | Oct 27 20:20:29.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.197 INFO kablam! | Oct 27 20:20:29.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.197 INFO kablam! | Oct 27 20:20:29.197 INFO kablam! Oct 27 20:20:29.197 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.197 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.197 INFO kablam! | Oct 27 20:20:29.197 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.197 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.197 INFO kablam! ... Oct 27 20:20:29.197 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 27 20:20:29.197 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.197 INFO kablam! Oct 27 20:20:29.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.198 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.198 INFO kablam! | Oct 27 20:20:29.198 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.198 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.198 INFO kablam! ... Oct 27 20:20:29.198 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 27 20:20:29.198 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.198 INFO kablam! | Oct 27 20:20:29.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.198 INFO kablam! | Oct 27 20:20:29.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.198 INFO kablam! | Oct 27 20:20:29.198 INFO kablam! Oct 27 20:20:29.203 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.203 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.203 INFO kablam! | Oct 27 20:20:29.203 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.204 INFO kablam! | ^^^^^ Oct 27 20:20:29.204 INFO kablam! ... Oct 27 20:20:29.204 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 27 20:20:29.204 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! Oct 27 20:20:29.204 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.204 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.204 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.204 INFO kablam! ... Oct 27 20:20:29.204 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 27 20:20:29.204 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.204 INFO kablam! Oct 27 20:20:29.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.204 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.204 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.204 INFO kablam! ... Oct 27 20:20:29.204 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 27 20:20:29.204 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! Oct 27 20:20:29.204 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.204 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.204 INFO kablam! | ^^^^^ Oct 27 20:20:29.204 INFO kablam! ... Oct 27 20:20:29.204 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 27 20:20:29.204 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.204 INFO kablam! | Oct 27 20:20:29.204 INFO kablam! Oct 27 20:20:29.211 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.211 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.211 INFO kablam! | Oct 27 20:20:29.211 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.211 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.211 INFO kablam! ... Oct 27 20:20:29.211 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 27 20:20:29.211 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.211 INFO kablam! Oct 27 20:20:29.211 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.211 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.211 INFO kablam! | Oct 27 20:20:29.211 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.211 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.211 INFO kablam! ... Oct 27 20:20:29.211 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 27 20:20:29.211 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.211 INFO kablam! | Oct 27 20:20:29.211 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.211 INFO kablam! | Oct 27 20:20:29.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.211 INFO kablam! | Oct 27 20:20:29.211 INFO kablam! Oct 27 20:20:29.211 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.211 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.212 INFO kablam! | ^^^^^ Oct 27 20:20:29.212 INFO kablam! ... Oct 27 20:20:29.212 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 27 20:20:29.212 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! Oct 27 20:20:29.212 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.212 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.212 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.212 INFO kablam! ... Oct 27 20:20:29.212 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 27 20:20:29.212 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.212 INFO kablam! Oct 27 20:20:29.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.212 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.212 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.212 INFO kablam! ... Oct 27 20:20:29.212 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 27 20:20:29.212 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! Oct 27 20:20:29.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.212 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.212 INFO kablam! | ^^^^^ Oct 27 20:20:29.212 INFO kablam! ... Oct 27 20:20:29.212 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 27 20:20:29.212 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! Oct 27 20:20:29.212 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.212 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.212 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.212 INFO kablam! ... Oct 27 20:20:29.212 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 27 20:20:29.212 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.212 INFO kablam! Oct 27 20:20:29.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.212 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.212 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.212 INFO kablam! ... Oct 27 20:20:29.212 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 27 20:20:29.212 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! Oct 27 20:20:29.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.212 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 27 20:20:29.212 INFO kablam! | Oct 27 20:20:29.212 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.212 INFO kablam! | ^^^^^ Oct 27 20:20:29.212 INFO kablam! ... Oct 27 20:20:29.212 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 27 20:20:29.213 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.213 INFO kablam! | Oct 27 20:20:29.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.213 INFO kablam! | Oct 27 20:20:29.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.213 INFO kablam! | Oct 27 20:20:29.213 INFO kablam! Oct 27 20:20:29.213 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.213 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 27 20:20:29.213 INFO kablam! | Oct 27 20:20:29.213 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 27 20:20:29.213 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.213 INFO kablam! ... Oct 27 20:20:29.213 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 27 20:20:29.213 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.213 INFO kablam! Oct 27 20:20:29.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.213 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 27 20:20:29.213 INFO kablam! | Oct 27 20:20:29.213 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.213 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.213 INFO kablam! ... Oct 27 20:20:29.213 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 27 20:20:29.213 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.213 INFO kablam! | Oct 27 20:20:29.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.213 INFO kablam! | Oct 27 20:20:29.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.213 INFO kablam! | Oct 27 20:20:29.213 INFO kablam! Oct 27 20:20:29.227 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.227 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.227 INFO kablam! | ^^^^^ Oct 27 20:20:29.227 INFO kablam! ... Oct 27 20:20:29.227 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 27 20:20:29.227 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! Oct 27 20:20:29.227 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.227 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.227 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.227 INFO kablam! ... Oct 27 20:20:29.227 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 27 20:20:29.227 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.227 INFO kablam! Oct 27 20:20:29.227 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.227 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.227 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.227 INFO kablam! ... Oct 27 20:20:29.227 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 27 20:20:29.227 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! Oct 27 20:20:29.227 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.227 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.227 INFO kablam! | ^^^^^ Oct 27 20:20:29.227 INFO kablam! ... Oct 27 20:20:29.227 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 27 20:20:29.227 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! Oct 27 20:20:29.227 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.227 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.227 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.227 INFO kablam! ... Oct 27 20:20:29.227 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 27 20:20:29.227 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.227 INFO kablam! Oct 27 20:20:29.227 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.227 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.227 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.227 INFO kablam! ... Oct 27 20:20:29.227 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 27 20:20:29.227 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.227 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.227 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.227 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! Oct 27 20:20:29.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.228 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.228 INFO kablam! | ^^^^^ Oct 27 20:20:29.228 INFO kablam! ... Oct 27 20:20:29.228 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Oct 27 20:20:29.228 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! Oct 27 20:20:29.228 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.228 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.228 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.228 INFO kablam! ... Oct 27 20:20:29.228 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Oct 27 20:20:29.228 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.228 INFO kablam! Oct 27 20:20:29.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.228 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.228 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.228 INFO kablam! ... Oct 27 20:20:29.228 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Oct 27 20:20:29.228 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! Oct 27 20:20:29.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.228 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.228 INFO kablam! | ^^^^^ Oct 27 20:20:29.228 INFO kablam! ... Oct 27 20:20:29.228 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Oct 27 20:20:29.228 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! Oct 27 20:20:29.228 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.228 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.228 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.228 INFO kablam! ... Oct 27 20:20:29.228 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Oct 27 20:20:29.228 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.228 INFO kablam! Oct 27 20:20:29.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.228 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.228 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.228 INFO kablam! ... Oct 27 20:20:29.228 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Oct 27 20:20:29.228 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! Oct 27 20:20:29.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.228 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.228 INFO kablam! | Oct 27 20:20:29.228 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.228 INFO kablam! | ^^^^^ Oct 27 20:20:29.229 INFO kablam! ... Oct 27 20:20:29.229 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 27 20:20:29.229 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.229 INFO kablam! | Oct 27 20:20:29.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.229 INFO kablam! | Oct 27 20:20:29.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.229 INFO kablam! | Oct 27 20:20:29.229 INFO kablam! Oct 27 20:20:29.229 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.229 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.229 INFO kablam! | Oct 27 20:20:29.229 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.229 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.229 INFO kablam! ... Oct 27 20:20:29.229 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 27 20:20:29.229 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.229 INFO kablam! Oct 27 20:20:29.240 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.240 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.240 INFO kablam! | Oct 27 20:20:29.240 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.240 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.240 INFO kablam! ... Oct 27 20:20:29.240 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 27 20:20:29.241 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! Oct 27 20:20:29.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.241 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.241 INFO kablam! | ^^^^^ Oct 27 20:20:29.241 INFO kablam! ... Oct 27 20:20:29.241 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 27 20:20:29.241 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! Oct 27 20:20:29.241 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.241 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.241 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.241 INFO kablam! ... Oct 27 20:20:29.241 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 27 20:20:29.241 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.241 INFO kablam! Oct 27 20:20:29.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.241 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.241 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.241 INFO kablam! ... Oct 27 20:20:29.241 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 27 20:20:29.241 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! Oct 27 20:20:29.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.241 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.241 INFO kablam! | ^^^^^ Oct 27 20:20:29.241 INFO kablam! ... Oct 27 20:20:29.241 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 27 20:20:29.241 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! Oct 27 20:20:29.241 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.241 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.241 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.241 INFO kablam! ... Oct 27 20:20:29.241 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 27 20:20:29.241 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.241 INFO kablam! Oct 27 20:20:29.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.241 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.241 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.241 INFO kablam! ... Oct 27 20:20:29.241 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 27 20:20:29.241 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.241 INFO kablam! | Oct 27 20:20:29.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.242 INFO kablam! | Oct 27 20:20:29.242 INFO kablam! Oct 27 20:20:29.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.248 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.248 INFO kablam! | Oct 27 20:20:29.248 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.248 INFO kablam! | ^^^^^ Oct 27 20:20:29.248 INFO kablam! ... Oct 27 20:20:29.248 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 27 20:20:29.248 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.248 INFO kablam! | Oct 27 20:20:29.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.248 INFO kablam! | Oct 27 20:20:29.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.248 INFO kablam! | Oct 27 20:20:29.248 INFO kablam! Oct 27 20:20:29.248 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.249 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.249 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.249 INFO kablam! ... Oct 27 20:20:29.249 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 27 20:20:29.249 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.249 INFO kablam! Oct 27 20:20:29.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.249 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.249 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.249 INFO kablam! ... Oct 27 20:20:29.249 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 27 20:20:29.249 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! Oct 27 20:20:29.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.249 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.249 INFO kablam! | ^^^^^ Oct 27 20:20:29.249 INFO kablam! ... Oct 27 20:20:29.249 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 27 20:20:29.249 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! Oct 27 20:20:29.249 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.249 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.249 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.249 INFO kablam! ... Oct 27 20:20:29.249 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 27 20:20:29.249 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.249 INFO kablam! Oct 27 20:20:29.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.249 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.249 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.249 INFO kablam! ... Oct 27 20:20:29.249 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 27 20:20:29.249 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! Oct 27 20:20:29.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.249 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.249 INFO kablam! | ^^^^^ Oct 27 20:20:29.249 INFO kablam! ... Oct 27 20:20:29.249 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 27 20:20:29.249 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.249 INFO kablam! | Oct 27 20:20:29.249 INFO kablam! Oct 27 20:20:29.255 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.255 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.255 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.255 INFO kablam! ... Oct 27 20:20:29.255 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 27 20:20:29.255 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.255 INFO kablam! Oct 27 20:20:29.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.255 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.255 INFO kablam! ... Oct 27 20:20:29.255 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 27 20:20:29.255 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! Oct 27 20:20:29.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.255 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.255 INFO kablam! | ^^^^^ Oct 27 20:20:29.255 INFO kablam! ... Oct 27 20:20:29.255 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 27 20:20:29.255 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! Oct 27 20:20:29.255 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.255 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.255 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.255 INFO kablam! ... Oct 27 20:20:29.255 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 27 20:20:29.255 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.255 INFO kablam! Oct 27 20:20:29.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.255 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.255 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.255 INFO kablam! ... Oct 27 20:20:29.255 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 27 20:20:29.255 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! Oct 27 20:20:29.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.255 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.255 INFO kablam! | ^^^^^ Oct 27 20:20:29.255 INFO kablam! ... Oct 27 20:20:29.255 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 27 20:20:29.255 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.255 INFO kablam! | Oct 27 20:20:29.255 INFO kablam! Oct 27 20:20:29.255 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.256 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.256 INFO kablam! | Oct 27 20:20:29.256 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.256 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.256 INFO kablam! ... Oct 27 20:20:29.256 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 27 20:20:29.256 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.256 INFO kablam! Oct 27 20:20:29.262 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.262 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.262 INFO kablam! | Oct 27 20:20:29.262 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.262 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.262 INFO kablam! ... Oct 27 20:20:29.262 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 27 20:20:29.262 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.262 INFO kablam! | Oct 27 20:20:29.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.262 INFO kablam! | Oct 27 20:20:29.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.262 INFO kablam! | Oct 27 20:20:29.262 INFO kablam! Oct 27 20:20:29.262 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.262 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.262 INFO kablam! | Oct 27 20:20:29.262 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.262 INFO kablam! | ^^^^^ Oct 27 20:20:29.262 INFO kablam! ... Oct 27 20:20:29.262 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 27 20:20:29.262 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.262 INFO kablam! | Oct 27 20:20:29.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.262 INFO kablam! | Oct 27 20:20:29.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.262 INFO kablam! | Oct 27 20:20:29.262 INFO kablam! Oct 27 20:20:29.262 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.262 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.262 INFO kablam! | Oct 27 20:20:29.262 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.262 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.263 INFO kablam! ... Oct 27 20:20:29.263 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 27 20:20:29.263 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.263 INFO kablam! Oct 27 20:20:29.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.263 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.263 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.263 INFO kablam! ... Oct 27 20:20:29.263 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 27 20:20:29.263 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! Oct 27 20:20:29.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.263 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.263 INFO kablam! | ^^^^^ Oct 27 20:20:29.263 INFO kablam! ... Oct 27 20:20:29.263 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 27 20:20:29.263 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! Oct 27 20:20:29.263 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.263 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.263 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.263 INFO kablam! ... Oct 27 20:20:29.263 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 27 20:20:29.263 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.263 INFO kablam! Oct 27 20:20:29.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.263 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.263 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.263 INFO kablam! ... Oct 27 20:20:29.263 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 27 20:20:29.263 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.263 INFO kablam! | Oct 27 20:20:29.263 INFO kablam! Oct 27 20:20:29.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.273 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.273 INFO kablam! | ^^^^^ Oct 27 20:20:29.273 INFO kablam! ... Oct 27 20:20:29.273 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 27 20:20:29.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! Oct 27 20:20:29.273 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.273 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.273 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.273 INFO kablam! ... Oct 27 20:20:29.273 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 27 20:20:29.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.273 INFO kablam! Oct 27 20:20:29.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.273 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.273 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.273 INFO kablam! ... Oct 27 20:20:29.273 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 27 20:20:29.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! Oct 27 20:20:29.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.273 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.273 INFO kablam! | ^^^^^ Oct 27 20:20:29.273 INFO kablam! ... Oct 27 20:20:29.273 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 27 20:20:29.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! Oct 27 20:20:29.273 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.273 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.273 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.273 INFO kablam! ... Oct 27 20:20:29.273 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 27 20:20:29.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.273 INFO kablam! Oct 27 20:20:29.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.273 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.273 INFO kablam! | Oct 27 20:20:29.273 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.273 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.273 INFO kablam! ... Oct 27 20:20:29.273 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 27 20:20:29.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.274 INFO kablam! | Oct 27 20:20:29.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.274 INFO kablam! | Oct 27 20:20:29.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.274 INFO kablam! | Oct 27 20:20:29.274 INFO kablam! Oct 27 20:20:29.274 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.274 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.274 INFO kablam! | Oct 27 20:20:29.274 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.274 INFO kablam! | ^^^^^ Oct 27 20:20:29.274 INFO kablam! ... Oct 27 20:20:29.274 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 27 20:20:29.274 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.274 INFO kablam! | Oct 27 20:20:29.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.274 INFO kablam! | Oct 27 20:20:29.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.274 INFO kablam! | Oct 27 20:20:29.274 INFO kablam! Oct 27 20:20:29.274 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.274 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.274 INFO kablam! | Oct 27 20:20:29.274 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.274 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.274 INFO kablam! ... Oct 27 20:20:29.274 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 27 20:20:29.274 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.274 INFO kablam! Oct 27 20:20:29.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.276 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.276 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.276 INFO kablam! ... Oct 27 20:20:29.276 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 27 20:20:29.276 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! Oct 27 20:20:29.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.276 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.276 INFO kablam! | ^^^^^ Oct 27 20:20:29.276 INFO kablam! ... Oct 27 20:20:29.276 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 27 20:20:29.276 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! Oct 27 20:20:29.276 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.276 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.276 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.276 INFO kablam! ... Oct 27 20:20:29.276 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 27 20:20:29.276 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.276 INFO kablam! Oct 27 20:20:29.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.276 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.276 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.276 INFO kablam! ... Oct 27 20:20:29.276 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 27 20:20:29.276 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! Oct 27 20:20:29.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.276 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.276 INFO kablam! | Oct 27 20:20:29.276 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.276 INFO kablam! | ^^^^^ Oct 27 20:20:29.276 INFO kablam! ... Oct 27 20:20:29.276 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 27 20:20:29.276 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.277 INFO kablam! | Oct 27 20:20:29.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.277 INFO kablam! | Oct 27 20:20:29.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.277 INFO kablam! | Oct 27 20:20:29.277 INFO kablam! Oct 27 20:20:29.277 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.277 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.277 INFO kablam! | Oct 27 20:20:29.277 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.277 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.277 INFO kablam! ... Oct 27 20:20:29.277 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 27 20:20:29.277 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.277 INFO kablam! Oct 27 20:20:29.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.277 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.277 INFO kablam! | Oct 27 20:20:29.277 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.277 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.277 INFO kablam! ... Oct 27 20:20:29.277 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 27 20:20:29.277 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.277 INFO kablam! | Oct 27 20:20:29.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.277 INFO kablam! | Oct 27 20:20:29.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.277 INFO kablam! | Oct 27 20:20:29.277 INFO kablam! Oct 27 20:20:29.286 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.287 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.287 INFO kablam! | ^^^^^ Oct 27 20:20:29.287 INFO kablam! ... Oct 27 20:20:29.287 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 27 20:20:29.287 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! Oct 27 20:20:29.287 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.287 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.287 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.287 INFO kablam! ... Oct 27 20:20:29.287 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 27 20:20:29.287 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.287 INFO kablam! Oct 27 20:20:29.287 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.287 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.287 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.287 INFO kablam! ... Oct 27 20:20:29.287 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 27 20:20:29.287 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! Oct 27 20:20:29.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.287 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.287 INFO kablam! | ^^^^^ Oct 27 20:20:29.287 INFO kablam! ... Oct 27 20:20:29.287 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 27 20:20:29.287 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! Oct 27 20:20:29.287 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.287 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.287 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.287 INFO kablam! ... Oct 27 20:20:29.287 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 27 20:20:29.287 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.287 INFO kablam! Oct 27 20:20:29.287 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.287 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.287 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.287 INFO kablam! ... Oct 27 20:20:29.287 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 27 20:20:29.287 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! Oct 27 20:20:29.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.287 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.287 INFO kablam! | Oct 27 20:20:29.287 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.287 INFO kablam! | ^^^^^ Oct 27 20:20:29.287 INFO kablam! ... Oct 27 20:20:29.288 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Oct 27 20:20:29.288 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.288 INFO kablam! | Oct 27 20:20:29.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.288 INFO kablam! | Oct 27 20:20:29.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.288 INFO kablam! | Oct 27 20:20:29.288 INFO kablam! Oct 27 20:20:29.295 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.295 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.295 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.295 INFO kablam! ... Oct 27 20:20:29.295 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Oct 27 20:20:29.295 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.295 INFO kablam! Oct 27 20:20:29.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.295 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.295 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.295 INFO kablam! ... Oct 27 20:20:29.295 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Oct 27 20:20:29.295 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! Oct 27 20:20:29.295 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.295 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.295 INFO kablam! | ^^^^^ Oct 27 20:20:29.295 INFO kablam! ... Oct 27 20:20:29.295 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 27 20:20:29.295 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! Oct 27 20:20:29.295 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.295 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.295 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.295 INFO kablam! ... Oct 27 20:20:29.295 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 27 20:20:29.295 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.295 INFO kablam! Oct 27 20:20:29.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.295 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.295 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.295 INFO kablam! ... Oct 27 20:20:29.295 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 27 20:20:29.295 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! Oct 27 20:20:29.295 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.295 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.295 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.295 INFO kablam! | ^^^^^ Oct 27 20:20:29.295 INFO kablam! ... Oct 27 20:20:29.295 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 27 20:20:29.295 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.295 INFO kablam! | Oct 27 20:20:29.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.296 INFO kablam! | Oct 27 20:20:29.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.296 INFO kablam! | Oct 27 20:20:29.296 INFO kablam! Oct 27 20:20:29.296 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.296 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.296 INFO kablam! | Oct 27 20:20:29.296 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.296 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.296 INFO kablam! ... Oct 27 20:20:29.296 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 27 20:20:29.296 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.296 INFO kablam! Oct 27 20:20:29.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.296 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.296 INFO kablam! | Oct 27 20:20:29.296 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.296 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.296 INFO kablam! ... Oct 27 20:20:29.296 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 27 20:20:29.296 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.296 INFO kablam! | Oct 27 20:20:29.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.296 INFO kablam! | Oct 27 20:20:29.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.296 INFO kablam! | Oct 27 20:20:29.296 INFO kablam! Oct 27 20:20:29.302 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.303 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.303 INFO kablam! | ^^^^^ Oct 27 20:20:29.303 INFO kablam! ... Oct 27 20:20:29.303 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 27 20:20:29.303 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! Oct 27 20:20:29.303 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.303 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.303 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.303 INFO kablam! ... Oct 27 20:20:29.303 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 27 20:20:29.303 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.303 INFO kablam! Oct 27 20:20:29.303 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.303 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.303 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.303 INFO kablam! ... Oct 27 20:20:29.303 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 27 20:20:29.303 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! Oct 27 20:20:29.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.303 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.303 INFO kablam! | ^^^^^ Oct 27 20:20:29.303 INFO kablam! ... Oct 27 20:20:29.303 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 27 20:20:29.303 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! Oct 27 20:20:29.303 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.303 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.303 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.303 INFO kablam! ... Oct 27 20:20:29.303 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 27 20:20:29.303 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.303 INFO kablam! Oct 27 20:20:29.303 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.303 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.303 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.303 INFO kablam! ... Oct 27 20:20:29.303 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 27 20:20:29.303 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.303 INFO kablam! | Oct 27 20:20:29.303 INFO kablam! Oct 27 20:20:29.310 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.311 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.311 INFO kablam! | ^^^^^ Oct 27 20:20:29.311 INFO kablam! ... Oct 27 20:20:29.311 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 27 20:20:29.311 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! Oct 27 20:20:29.311 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.311 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.311 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.311 INFO kablam! ... Oct 27 20:20:29.311 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 27 20:20:29.311 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.311 INFO kablam! Oct 27 20:20:29.311 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.311 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.311 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.311 INFO kablam! ... Oct 27 20:20:29.311 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 27 20:20:29.311 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! Oct 27 20:20:29.311 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.311 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.311 INFO kablam! | ^^^^^ Oct 27 20:20:29.311 INFO kablam! ... Oct 27 20:20:29.311 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Oct 27 20:20:29.311 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! Oct 27 20:20:29.311 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.311 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.311 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.311 INFO kablam! ... Oct 27 20:20:29.311 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Oct 27 20:20:29.311 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.311 INFO kablam! Oct 27 20:20:29.311 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.311 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.311 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.311 INFO kablam! ... Oct 27 20:20:29.311 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Oct 27 20:20:29.311 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! Oct 27 20:20:29.311 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.311 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.311 INFO kablam! | Oct 27 20:20:29.311 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.311 INFO kablam! | ^^^^^ Oct 27 20:20:29.311 INFO kablam! ... Oct 27 20:20:29.312 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 27 20:20:29.312 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.312 INFO kablam! | Oct 27 20:20:29.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.312 INFO kablam! | Oct 27 20:20:29.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.312 INFO kablam! | Oct 27 20:20:29.312 INFO kablam! Oct 27 20:20:29.318 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.319 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.319 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.319 INFO kablam! ... Oct 27 20:20:29.319 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 27 20:20:29.319 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.319 INFO kablam! Oct 27 20:20:29.319 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.319 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.319 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.319 INFO kablam! ... Oct 27 20:20:29.319 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 27 20:20:29.319 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! Oct 27 20:20:29.319 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.319 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.319 INFO kablam! | ^^^^^ Oct 27 20:20:29.319 INFO kablam! ... Oct 27 20:20:29.319 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 27 20:20:29.319 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! Oct 27 20:20:29.319 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.319 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.319 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.319 INFO kablam! ... Oct 27 20:20:29.319 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 27 20:20:29.319 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.319 INFO kablam! Oct 27 20:20:29.319 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.319 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.319 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.319 INFO kablam! ... Oct 27 20:20:29.319 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 27 20:20:29.319 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! Oct 27 20:20:29.319 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.319 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.319 INFO kablam! | ^^^^^ Oct 27 20:20:29.319 INFO kablam! ... Oct 27 20:20:29.319 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 27 20:20:29.319 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! Oct 27 20:20:29.319 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.319 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.319 INFO kablam! | Oct 27 20:20:29.319 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.319 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.320 INFO kablam! ... Oct 27 20:20:29.320 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 27 20:20:29.320 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.320 INFO kablam! Oct 27 20:20:29.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.327 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.327 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.327 INFO kablam! ... Oct 27 20:20:29.327 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 27 20:20:29.327 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! Oct 27 20:20:29.327 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.327 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.327 INFO kablam! | ^^^^^ Oct 27 20:20:29.327 INFO kablam! ... Oct 27 20:20:29.327 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 27 20:20:29.327 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! Oct 27 20:20:29.327 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.327 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.327 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.327 INFO kablam! ... Oct 27 20:20:29.327 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 27 20:20:29.327 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.327 INFO kablam! Oct 27 20:20:29.327 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.327 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.327 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.327 INFO kablam! ... Oct 27 20:20:29.327 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 27 20:20:29.327 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! Oct 27 20:20:29.327 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.327 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.327 INFO kablam! | ^^^^^ Oct 27 20:20:29.327 INFO kablam! ... Oct 27 20:20:29.327 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 27 20:20:29.327 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! Oct 27 20:20:29.327 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.327 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.327 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.327 INFO kablam! ... Oct 27 20:20:29.327 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 27 20:20:29.327 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.327 INFO kablam! Oct 27 20:20:29.327 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.327 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.327 INFO kablam! | Oct 27 20:20:29.327 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.327 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.327 INFO kablam! ... Oct 27 20:20:29.327 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 27 20:20:29.328 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.328 INFO kablam! | Oct 27 20:20:29.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.328 INFO kablam! | Oct 27 20:20:29.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.328 INFO kablam! | Oct 27 20:20:29.328 INFO kablam! Oct 27 20:20:29.334 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.335 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.335 INFO kablam! | ^^^^^ Oct 27 20:20:29.335 INFO kablam! ... Oct 27 20:20:29.335 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 27 20:20:29.335 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! Oct 27 20:20:29.335 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.335 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.335 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.335 INFO kablam! ... Oct 27 20:20:29.335 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 27 20:20:29.335 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.335 INFO kablam! Oct 27 20:20:29.335 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.335 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.335 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.335 INFO kablam! ... Oct 27 20:20:29.335 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 27 20:20:29.335 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! Oct 27 20:20:29.335 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.335 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.335 INFO kablam! | ^^^^^ Oct 27 20:20:29.335 INFO kablam! ... Oct 27 20:20:29.335 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 27 20:20:29.335 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! Oct 27 20:20:29.335 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.335 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.335 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.335 INFO kablam! ... Oct 27 20:20:29.335 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 27 20:20:29.335 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.335 INFO kablam! Oct 27 20:20:29.335 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.335 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.335 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.335 INFO kablam! ... Oct 27 20:20:29.335 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 27 20:20:29.335 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! Oct 27 20:20:29.335 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.335 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.335 INFO kablam! | Oct 27 20:20:29.335 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.335 INFO kablam! | ^^^^^ Oct 27 20:20:29.336 INFO kablam! ... Oct 27 20:20:29.336 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Oct 27 20:20:29.336 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.336 INFO kablam! | Oct 27 20:20:29.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.336 INFO kablam! | Oct 27 20:20:29.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.336 INFO kablam! | Oct 27 20:20:29.336 INFO kablam! Oct 27 20:20:29.336 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.336 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.336 INFO kablam! | Oct 27 20:20:29.336 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.336 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.336 INFO kablam! ... Oct 27 20:20:29.336 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Oct 27 20:20:29.336 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.336 INFO kablam! Oct 27 20:20:29.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.342 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.343 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.343 INFO kablam! ... Oct 27 20:20:29.343 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Oct 27 20:20:29.343 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! Oct 27 20:20:29.343 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.343 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.343 INFO kablam! | ^^^^^ Oct 27 20:20:29.343 INFO kablam! ... Oct 27 20:20:29.343 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 27 20:20:29.343 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! Oct 27 20:20:29.343 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.343 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.343 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.343 INFO kablam! ... Oct 27 20:20:29.343 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 27 20:20:29.343 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.343 INFO kablam! Oct 27 20:20:29.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.343 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.343 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.343 INFO kablam! ... Oct 27 20:20:29.343 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 27 20:20:29.343 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! Oct 27 20:20:29.343 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.343 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.343 INFO kablam! | ^^^^^ Oct 27 20:20:29.343 INFO kablam! ... Oct 27 20:20:29.343 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 27 20:20:29.343 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! Oct 27 20:20:29.343 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.343 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.343 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.343 INFO kablam! ... Oct 27 20:20:29.343 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 27 20:20:29.343 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.343 INFO kablam! Oct 27 20:20:29.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.343 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.343 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.343 INFO kablam! ... Oct 27 20:20:29.343 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 27 20:20:29.343 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.343 INFO kablam! | Oct 27 20:20:29.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.344 INFO kablam! | Oct 27 20:20:29.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.344 INFO kablam! | Oct 27 20:20:29.344 INFO kablam! Oct 27 20:20:29.350 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.350 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.351 INFO kablam! | ^^^^^ Oct 27 20:20:29.351 INFO kablam! ... Oct 27 20:20:29.351 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 27 20:20:29.351 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! Oct 27 20:20:29.351 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.351 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.351 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.351 INFO kablam! ... Oct 27 20:20:29.351 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 27 20:20:29.351 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.351 INFO kablam! Oct 27 20:20:29.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.351 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.351 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.351 INFO kablam! ... Oct 27 20:20:29.351 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 27 20:20:29.351 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! Oct 27 20:20:29.351 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.351 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.351 INFO kablam! | ^^^^^ Oct 27 20:20:29.351 INFO kablam! ... Oct 27 20:20:29.351 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 27 20:20:29.351 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! Oct 27 20:20:29.351 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.351 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.351 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.351 INFO kablam! ... Oct 27 20:20:29.351 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 27 20:20:29.351 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.351 INFO kablam! Oct 27 20:20:29.351 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.351 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.351 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.351 INFO kablam! ... Oct 27 20:20:29.351 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 27 20:20:29.351 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! Oct 27 20:20:29.351 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.351 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.351 INFO kablam! | ^^^^^ Oct 27 20:20:29.351 INFO kablam! ... Oct 27 20:20:29.351 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 27 20:20:29.351 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.351 INFO kablam! | Oct 27 20:20:29.351 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.351 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.352 INFO kablam! | Oct 27 20:20:29.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.352 INFO kablam! | Oct 27 20:20:29.352 INFO kablam! Oct 27 20:20:29.352 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.352 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.352 INFO kablam! | Oct 27 20:20:29.352 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.352 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.352 INFO kablam! ... Oct 27 20:20:29.352 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 27 20:20:29.352 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.352 INFO kablam! Oct 27 20:20:29.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.363 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.363 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.363 INFO kablam! ... Oct 27 20:20:29.363 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 27 20:20:29.363 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! Oct 27 20:20:29.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.363 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.363 INFO kablam! | ^^^^^ Oct 27 20:20:29.363 INFO kablam! ... Oct 27 20:20:29.363 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 27 20:20:29.363 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! Oct 27 20:20:29.363 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.363 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.363 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.363 INFO kablam! ... Oct 27 20:20:29.363 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 27 20:20:29.363 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.363 INFO kablam! Oct 27 20:20:29.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.363 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.363 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.363 INFO kablam! ... Oct 27 20:20:29.363 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 27 20:20:29.363 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! Oct 27 20:20:29.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.363 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.363 INFO kablam! | ^^^^^ Oct 27 20:20:29.363 INFO kablam! ... Oct 27 20:20:29.363 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 27 20:20:29.363 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! Oct 27 20:20:29.363 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.363 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.363 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.363 INFO kablam! ... Oct 27 20:20:29.363 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 27 20:20:29.363 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.363 INFO kablam! Oct 27 20:20:29.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.363 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.363 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.363 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.363 INFO kablam! ... Oct 27 20:20:29.363 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 27 20:20:29.363 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.363 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! Oct 27 20:20:29.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.364 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.364 INFO kablam! | ^^^^^ Oct 27 20:20:29.364 INFO kablam! ... Oct 27 20:20:29.364 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 27 20:20:29.364 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! Oct 27 20:20:29.364 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.364 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.364 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.364 INFO kablam! ... Oct 27 20:20:29.364 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 27 20:20:29.364 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.364 INFO kablam! Oct 27 20:20:29.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.364 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.364 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.364 INFO kablam! ... Oct 27 20:20:29.364 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 27 20:20:29.364 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! Oct 27 20:20:29.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.364 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.364 INFO kablam! | ^^^^^ Oct 27 20:20:29.364 INFO kablam! ... Oct 27 20:20:29.364 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 27 20:20:29.364 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.364 INFO kablam! | Oct 27 20:20:29.364 INFO kablam! Oct 27 20:20:29.374 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.375 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.375 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.375 INFO kablam! ... Oct 27 20:20:29.375 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 27 20:20:29.375 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.375 INFO kablam! Oct 27 20:20:29.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.375 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.375 INFO kablam! ... Oct 27 20:20:29.375 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 27 20:20:29.375 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! Oct 27 20:20:29.375 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.375 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.375 INFO kablam! | ^^^^^ Oct 27 20:20:29.375 INFO kablam! ... Oct 27 20:20:29.375 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 27 20:20:29.375 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! Oct 27 20:20:29.375 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.375 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.375 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.375 INFO kablam! ... Oct 27 20:20:29.375 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 27 20:20:29.375 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.375 INFO kablam! Oct 27 20:20:29.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.375 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.375 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.375 INFO kablam! ... Oct 27 20:20:29.375 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 27 20:20:29.375 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! Oct 27 20:20:29.375 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.375 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.375 INFO kablam! | ^^^^^ Oct 27 20:20:29.375 INFO kablam! ... Oct 27 20:20:29.375 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 27 20:20:29.375 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! Oct 27 20:20:29.375 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.375 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.375 INFO kablam! | Oct 27 20:20:29.375 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.375 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.375 INFO kablam! ... Oct 27 20:20:29.375 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 27 20:20:29.376 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.376 INFO kablam! Oct 27 20:20:29.376 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.376 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.376 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.376 INFO kablam! ... Oct 27 20:20:29.376 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 27 20:20:29.376 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! Oct 27 20:20:29.376 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.376 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.376 INFO kablam! | ^^^^^ Oct 27 20:20:29.376 INFO kablam! ... Oct 27 20:20:29.376 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 27 20:20:29.376 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! Oct 27 20:20:29.376 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.376 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.376 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.376 INFO kablam! ... Oct 27 20:20:29.376 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 27 20:20:29.376 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.376 INFO kablam! Oct 27 20:20:29.376 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.376 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.376 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.376 INFO kablam! ... Oct 27 20:20:29.376 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 27 20:20:29.376 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! Oct 27 20:20:29.376 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.376 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.376 INFO kablam! | ^^^^^ Oct 27 20:20:29.376 INFO kablam! ... Oct 27 20:20:29.376 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 27 20:20:29.376 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! Oct 27 20:20:29.376 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.376 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.376 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.376 INFO kablam! ... Oct 27 20:20:29.376 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 27 20:20:29.376 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.376 INFO kablam! Oct 27 20:20:29.376 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.376 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.376 INFO kablam! | Oct 27 20:20:29.376 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.376 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.377 INFO kablam! ... Oct 27 20:20:29.377 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 27 20:20:29.377 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.377 INFO kablam! | Oct 27 20:20:29.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.377 INFO kablam! | Oct 27 20:20:29.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.377 INFO kablam! | Oct 27 20:20:29.377 INFO kablam! Oct 27 20:20:29.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.383 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.383 INFO kablam! | Oct 27 20:20:29.383 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.383 INFO kablam! | ^^^^^ Oct 27 20:20:29.383 INFO kablam! ... Oct 27 20:20:29.384 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 27 20:20:29.384 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! Oct 27 20:20:29.384 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.384 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.384 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.384 INFO kablam! ... Oct 27 20:20:29.384 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 27 20:20:29.384 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.384 INFO kablam! Oct 27 20:20:29.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.384 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.384 INFO kablam! ... Oct 27 20:20:29.384 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 27 20:20:29.384 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! Oct 27 20:20:29.384 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.384 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.384 INFO kablam! | ^^^^^ Oct 27 20:20:29.384 INFO kablam! ... Oct 27 20:20:29.384 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 27 20:20:29.384 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! Oct 27 20:20:29.384 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.384 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.384 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.384 INFO kablam! ... Oct 27 20:20:29.384 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 27 20:20:29.384 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.384 INFO kablam! Oct 27 20:20:29.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.384 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.384 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.384 INFO kablam! ... Oct 27 20:20:29.384 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 27 20:20:29.384 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! Oct 27 20:20:29.384 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.384 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.384 INFO kablam! | ^^^^^ Oct 27 20:20:29.384 INFO kablam! ... Oct 27 20:20:29.384 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 27 20:20:29.384 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.384 INFO kablam! | Oct 27 20:20:29.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.385 INFO kablam! | Oct 27 20:20:29.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.385 INFO kablam! | Oct 27 20:20:29.385 INFO kablam! Oct 27 20:20:29.385 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.385 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.385 INFO kablam! | Oct 27 20:20:29.385 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.385 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.385 INFO kablam! ... Oct 27 20:20:29.385 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 27 20:20:29.385 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.385 INFO kablam! Oct 27 20:20:29.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.395 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.395 INFO kablam! ... Oct 27 20:20:29.395 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 27 20:20:29.395 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! Oct 27 20:20:29.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.395 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.395 INFO kablam! | ^^^^^ Oct 27 20:20:29.395 INFO kablam! ... Oct 27 20:20:29.395 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 27 20:20:29.395 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! Oct 27 20:20:29.395 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.395 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.395 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.395 INFO kablam! ... Oct 27 20:20:29.395 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 27 20:20:29.395 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.395 INFO kablam! Oct 27 20:20:29.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.395 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.395 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.395 INFO kablam! ... Oct 27 20:20:29.395 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 27 20:20:29.395 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! Oct 27 20:20:29.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.395 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.395 INFO kablam! | ^^^^^ Oct 27 20:20:29.395 INFO kablam! ... Oct 27 20:20:29.395 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 27 20:20:29.395 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! Oct 27 20:20:29.395 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.395 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.395 INFO kablam! | Oct 27 20:20:29.395 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.395 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.395 INFO kablam! ... Oct 27 20:20:29.395 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 27 20:20:29.396 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.396 INFO kablam! Oct 27 20:20:29.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.396 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.396 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.396 INFO kablam! ... Oct 27 20:20:29.396 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 27 20:20:29.396 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! Oct 27 20:20:29.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.396 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.396 INFO kablam! | ^^^^^ Oct 27 20:20:29.396 INFO kablam! ... Oct 27 20:20:29.396 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 27 20:20:29.396 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! Oct 27 20:20:29.396 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.396 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.396 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.396 INFO kablam! ... Oct 27 20:20:29.396 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 27 20:20:29.396 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.396 INFO kablam! Oct 27 20:20:29.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.396 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.396 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.396 INFO kablam! ... Oct 27 20:20:29.396 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 27 20:20:29.396 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.396 INFO kablam! | Oct 27 20:20:29.396 INFO kablam! Oct 27 20:20:29.399 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.399 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.399 INFO kablam! | Oct 27 20:20:29.399 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.400 INFO kablam! | ^^^^^ Oct 27 20:20:29.400 INFO kablam! ... Oct 27 20:20:29.400 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 27 20:20:29.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! Oct 27 20:20:29.400 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.400 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.400 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.400 INFO kablam! ... Oct 27 20:20:29.400 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 27 20:20:29.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.400 INFO kablam! Oct 27 20:20:29.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.400 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.400 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.400 INFO kablam! ... Oct 27 20:20:29.400 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 27 20:20:29.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! Oct 27 20:20:29.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.400 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.400 INFO kablam! | ^^^^^ Oct 27 20:20:29.400 INFO kablam! ... Oct 27 20:20:29.400 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 27 20:20:29.400 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.400 INFO kablam! | Oct 27 20:20:29.400 INFO kablam! Oct 27 20:20:29.403 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.403 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.403 INFO kablam! | Oct 27 20:20:29.403 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.403 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.403 INFO kablam! ... Oct 27 20:20:29.403 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 27 20:20:29.403 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.403 INFO kablam! Oct 27 20:20:29.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.403 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.403 INFO kablam! | Oct 27 20:20:29.403 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.403 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.403 INFO kablam! ... Oct 27 20:20:29.403 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 27 20:20:29.403 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.403 INFO kablam! | Oct 27 20:20:29.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.403 INFO kablam! | Oct 27 20:20:29.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.403 INFO kablam! | Oct 27 20:20:29.403 INFO kablam! Oct 27 20:20:29.403 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.403 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.403 INFO kablam! | Oct 27 20:20:29.403 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.403 INFO kablam! | ^^^^^ Oct 27 20:20:29.403 INFO kablam! ... Oct 27 20:20:29.403 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 27 20:20:29.403 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.403 INFO kablam! | Oct 27 20:20:29.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.403 INFO kablam! | Oct 27 20:20:29.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.403 INFO kablam! | Oct 27 20:20:29.403 INFO kablam! Oct 27 20:20:29.409 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.409 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.409 INFO kablam! | Oct 27 20:20:29.409 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.409 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.409 INFO kablam! ... Oct 27 20:20:29.409 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 27 20:20:29.409 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.409 INFO kablam! Oct 27 20:20:29.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.409 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.409 INFO kablam! | Oct 27 20:20:29.409 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.409 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.409 INFO kablam! ... Oct 27 20:20:29.409 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 27 20:20:29.409 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.409 INFO kablam! | Oct 27 20:20:29.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.409 INFO kablam! | Oct 27 20:20:29.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.409 INFO kablam! | Oct 27 20:20:29.409 INFO kablam! Oct 27 20:20:29.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.409 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.409 INFO kablam! | Oct 27 20:20:29.409 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.409 INFO kablam! | ^^^^^ Oct 27 20:20:29.409 INFO kablam! ... Oct 27 20:20:29.409 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 27 20:20:29.409 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.409 INFO kablam! | Oct 27 20:20:29.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! Oct 27 20:20:29.410 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.410 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.410 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.410 INFO kablam! ... Oct 27 20:20:29.410 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 27 20:20:29.410 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.410 INFO kablam! Oct 27 20:20:29.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.410 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.410 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.410 INFO kablam! ... Oct 27 20:20:29.410 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 27 20:20:29.410 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! Oct 27 20:20:29.410 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.410 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.410 INFO kablam! | ^^^^^ Oct 27 20:20:29.410 INFO kablam! ... Oct 27 20:20:29.410 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 27 20:20:29.410 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! Oct 27 20:20:29.410 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.410 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.410 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.410 INFO kablam! ... Oct 27 20:20:29.410 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 27 20:20:29.410 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.410 INFO kablam! Oct 27 20:20:29.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.410 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.410 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.410 INFO kablam! ... Oct 27 20:20:29.410 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 27 20:20:29.410 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.410 INFO kablam! | Oct 27 20:20:29.410 INFO kablam! Oct 27 20:20:29.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.416 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.416 INFO kablam! | ^^^^^ Oct 27 20:20:29.416 INFO kablam! ... Oct 27 20:20:29.416 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 27 20:20:29.416 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! Oct 27 20:20:29.416 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.416 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.416 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.416 INFO kablam! ... Oct 27 20:20:29.416 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 27 20:20:29.416 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.416 INFO kablam! Oct 27 20:20:29.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.416 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.416 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.416 INFO kablam! ... Oct 27 20:20:29.416 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 27 20:20:29.416 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! Oct 27 20:20:29.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.416 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.416 INFO kablam! | ^^^^^ Oct 27 20:20:29.416 INFO kablam! ... Oct 27 20:20:29.416 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 27 20:20:29.416 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! Oct 27 20:20:29.416 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.416 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.416 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.416 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.416 INFO kablam! ... Oct 27 20:20:29.416 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 27 20:20:29.416 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.416 INFO kablam! Oct 27 20:20:29.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.416 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.416 INFO kablam! | Oct 27 20:20:29.417 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.417 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.417 INFO kablam! ... Oct 27 20:20:29.417 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 27 20:20:29.417 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.417 INFO kablam! | Oct 27 20:20:29.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.417 INFO kablam! | Oct 27 20:20:29.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.417 INFO kablam! | Oct 27 20:20:29.417 INFO kablam! Oct 27 20:20:29.419 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.419 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.419 INFO kablam! | Oct 27 20:20:29.419 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.419 INFO kablam! | ^^^^^ Oct 27 20:20:29.419 INFO kablam! ... Oct 27 20:20:29.419 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 27 20:20:29.419 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.419 INFO kablam! | Oct 27 20:20:29.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.419 INFO kablam! | Oct 27 20:20:29.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.419 INFO kablam! | Oct 27 20:20:29.419 INFO kablam! Oct 27 20:20:29.419 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.419 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.419 INFO kablam! | Oct 27 20:20:29.419 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.419 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.419 INFO kablam! ... Oct 27 20:20:29.419 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 27 20:20:29.419 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.419 INFO kablam! Oct 27 20:20:29.419 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.419 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.419 INFO kablam! | Oct 27 20:20:29.419 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.419 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.419 INFO kablam! ... Oct 27 20:20:29.419 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 27 20:20:29.419 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.419 INFO kablam! | Oct 27 20:20:29.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.419 INFO kablam! | Oct 27 20:20:29.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.419 INFO kablam! | Oct 27 20:20:29.419 INFO kablam! Oct 27 20:20:29.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.427 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.427 INFO kablam! | ^^^^^ Oct 27 20:20:29.427 INFO kablam! ... Oct 27 20:20:29.427 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 27 20:20:29.427 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! Oct 27 20:20:29.427 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.427 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.427 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.427 INFO kablam! ... Oct 27 20:20:29.427 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 27 20:20:29.427 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.427 INFO kablam! Oct 27 20:20:29.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.427 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.427 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.427 INFO kablam! ... Oct 27 20:20:29.427 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 27 20:20:29.427 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! Oct 27 20:20:29.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.427 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.427 INFO kablam! | ^^^^^ Oct 27 20:20:29.427 INFO kablam! ... Oct 27 20:20:29.427 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 27 20:20:29.427 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! Oct 27 20:20:29.427 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.427 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.427 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.427 INFO kablam! ... Oct 27 20:20:29.427 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 27 20:20:29.427 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.427 INFO kablam! Oct 27 20:20:29.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.427 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.427 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.427 INFO kablam! ... Oct 27 20:20:29.427 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 27 20:20:29.427 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.427 INFO kablam! | Oct 27 20:20:29.427 INFO kablam! Oct 27 20:20:29.431 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.432 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.432 INFO kablam! | ^^^^^ Oct 27 20:20:29.432 INFO kablam! ... Oct 27 20:20:29.432 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 27 20:20:29.432 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! Oct 27 20:20:29.432 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.432 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.432 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.432 INFO kablam! ... Oct 27 20:20:29.432 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 27 20:20:29.432 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.432 INFO kablam! Oct 27 20:20:29.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.432 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.432 INFO kablam! ... Oct 27 20:20:29.432 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 27 20:20:29.432 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! Oct 27 20:20:29.432 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.432 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.432 INFO kablam! | ^^^^^ Oct 27 20:20:29.432 INFO kablam! ... Oct 27 20:20:29.432 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 27 20:20:29.432 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! Oct 27 20:20:29.432 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.432 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.432 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.432 INFO kablam! ... Oct 27 20:20:29.432 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 27 20:20:29.432 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.432 INFO kablam! Oct 27 20:20:29.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.432 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.432 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.432 INFO kablam! ... Oct 27 20:20:29.432 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 27 20:20:29.432 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.432 INFO kablam! Oct 27 20:20:29.432 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.432 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.432 INFO kablam! | Oct 27 20:20:29.433 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.433 INFO kablam! | ^^^^^ Oct 27 20:20:29.433 INFO kablam! ... Oct 27 20:20:29.433 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 27 20:20:29.433 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.433 INFO kablam! | Oct 27 20:20:29.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.433 INFO kablam! | Oct 27 20:20:29.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.433 INFO kablam! | Oct 27 20:20:29.433 INFO kablam! Oct 27 20:20:29.433 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.433 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.433 INFO kablam! | Oct 27 20:20:29.433 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.433 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.433 INFO kablam! ... Oct 27 20:20:29.433 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 27 20:20:29.433 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.433 INFO kablam! Oct 27 20:20:29.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.433 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.433 INFO kablam! | Oct 27 20:20:29.433 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.433 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.433 INFO kablam! ... Oct 27 20:20:29.433 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 27 20:20:29.433 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.433 INFO kablam! | Oct 27 20:20:29.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.433 INFO kablam! | Oct 27 20:20:29.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.433 INFO kablam! | Oct 27 20:20:29.433 INFO kablam! Oct 27 20:20:29.439 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.439 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.439 INFO kablam! | ^^^^^ Oct 27 20:20:29.439 INFO kablam! ... Oct 27 20:20:29.439 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 27 20:20:29.439 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! Oct 27 20:20:29.439 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.439 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.439 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.439 INFO kablam! ... Oct 27 20:20:29.439 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 27 20:20:29.439 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.439 INFO kablam! Oct 27 20:20:29.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.439 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.439 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.439 INFO kablam! ... Oct 27 20:20:29.439 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 27 20:20:29.439 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! Oct 27 20:20:29.439 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.439 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.439 INFO kablam! | ^^^^^ Oct 27 20:20:29.439 INFO kablam! ... Oct 27 20:20:29.439 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 27 20:20:29.439 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! Oct 27 20:20:29.439 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.439 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.439 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.439 INFO kablam! ... Oct 27 20:20:29.439 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 27 20:20:29.439 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.439 INFO kablam! Oct 27 20:20:29.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.439 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.439 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.439 INFO kablam! ... Oct 27 20:20:29.439 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 27 20:20:29.439 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.439 INFO kablam! | Oct 27 20:20:29.439 INFO kablam! Oct 27 20:20:29.446 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.447 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.447 INFO kablam! | ^^^^^ Oct 27 20:20:29.447 INFO kablam! ... Oct 27 20:20:29.447 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 27 20:20:29.447 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! Oct 27 20:20:29.447 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.447 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.447 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.447 INFO kablam! ... Oct 27 20:20:29.447 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 27 20:20:29.447 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.447 INFO kablam! Oct 27 20:20:29.447 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.447 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.447 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.447 INFO kablam! ... Oct 27 20:20:29.447 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 27 20:20:29.447 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! Oct 27 20:20:29.447 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.447 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.447 INFO kablam! | ^^^^^ Oct 27 20:20:29.447 INFO kablam! ... Oct 27 20:20:29.447 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 27 20:20:29.447 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! Oct 27 20:20:29.447 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.447 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.447 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.447 INFO kablam! ... Oct 27 20:20:29.447 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 27 20:20:29.447 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.447 INFO kablam! Oct 27 20:20:29.447 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.447 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.447 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.447 INFO kablam! ... Oct 27 20:20:29.447 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 27 20:20:29.447 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.447 INFO kablam! | Oct 27 20:20:29.447 INFO kablam! Oct 27 20:20:29.447 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.447 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.448 INFO kablam! | Oct 27 20:20:29.448 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.448 INFO kablam! | ^^^^^ Oct 27 20:20:29.448 INFO kablam! ... Oct 27 20:20:29.448 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 27 20:20:29.448 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.448 INFO kablam! | Oct 27 20:20:29.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.448 INFO kablam! | Oct 27 20:20:29.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.448 INFO kablam! | Oct 27 20:20:29.448 INFO kablam! Oct 27 20:20:29.448 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.448 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.448 INFO kablam! | Oct 27 20:20:29.448 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.448 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.448 INFO kablam! ... Oct 27 20:20:29.448 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 27 20:20:29.448 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.448 INFO kablam! Oct 27 20:20:29.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.448 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.448 INFO kablam! | Oct 27 20:20:29.448 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.448 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.448 INFO kablam! ... Oct 27 20:20:29.448 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 27 20:20:29.448 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.448 INFO kablam! | Oct 27 20:20:29.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.448 INFO kablam! | Oct 27 20:20:29.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.448 INFO kablam! | Oct 27 20:20:29.448 INFO kablam! Oct 27 20:20:29.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.455 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.455 INFO kablam! | ^^^^^ Oct 27 20:20:29.455 INFO kablam! ... Oct 27 20:20:29.455 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 27 20:20:29.455 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! Oct 27 20:20:29.455 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.455 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.455 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.455 INFO kablam! ... Oct 27 20:20:29.455 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 27 20:20:29.455 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.455 INFO kablam! Oct 27 20:20:29.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.455 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.455 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.455 INFO kablam! ... Oct 27 20:20:29.455 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 27 20:20:29.455 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! Oct 27 20:20:29.455 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.455 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.455 INFO kablam! | ^^^^^ Oct 27 20:20:29.455 INFO kablam! ... Oct 27 20:20:29.455 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 27 20:20:29.455 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! Oct 27 20:20:29.455 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.455 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.455 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.455 INFO kablam! ... Oct 27 20:20:29.455 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 27 20:20:29.455 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.455 INFO kablam! Oct 27 20:20:29.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.455 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.455 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.455 INFO kablam! ... Oct 27 20:20:29.455 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 27 20:20:29.455 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.455 INFO kablam! Oct 27 20:20:29.455 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.455 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.455 INFO kablam! | Oct 27 20:20:29.456 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.456 INFO kablam! | ^^^^^ Oct 27 20:20:29.456 INFO kablam! ... Oct 27 20:20:29.456 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 27 20:20:29.456 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.456 INFO kablam! | Oct 27 20:20:29.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.456 INFO kablam! | Oct 27 20:20:29.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.456 INFO kablam! | Oct 27 20:20:29.456 INFO kablam! Oct 27 20:20:29.456 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.456 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.456 INFO kablam! | Oct 27 20:20:29.456 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.456 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.456 INFO kablam! ... Oct 27 20:20:29.456 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 27 20:20:29.456 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.456 INFO kablam! Oct 27 20:20:29.462 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.463 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.463 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.463 INFO kablam! ... Oct 27 20:20:29.463 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 27 20:20:29.463 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! Oct 27 20:20:29.463 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.463 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.463 INFO kablam! | ^^^^^ Oct 27 20:20:29.463 INFO kablam! ... Oct 27 20:20:29.463 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 27 20:20:29.463 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! Oct 27 20:20:29.463 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.463 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.463 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.463 INFO kablam! ... Oct 27 20:20:29.463 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 27 20:20:29.463 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.463 INFO kablam! Oct 27 20:20:29.463 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.463 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.463 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.463 INFO kablam! ... Oct 27 20:20:29.463 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 27 20:20:29.463 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! Oct 27 20:20:29.463 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.463 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.463 INFO kablam! | ^^^^^ Oct 27 20:20:29.463 INFO kablam! ... Oct 27 20:20:29.463 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 27 20:20:29.463 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! Oct 27 20:20:29.463 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.463 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.463 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.463 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.463 INFO kablam! ... Oct 27 20:20:29.463 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 27 20:20:29.463 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.463 INFO kablam! Oct 27 20:20:29.463 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.463 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.463 INFO kablam! | Oct 27 20:20:29.464 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.464 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.464 INFO kablam! ... Oct 27 20:20:29.464 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 27 20:20:29.464 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.464 INFO kablam! | Oct 27 20:20:29.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.464 INFO kablam! | Oct 27 20:20:29.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.464 INFO kablam! | Oct 27 20:20:29.464 INFO kablam! Oct 27 20:20:29.471 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.471 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.471 INFO kablam! | ^^^^^ Oct 27 20:20:29.471 INFO kablam! ... Oct 27 20:20:29.471 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 27 20:20:29.471 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! Oct 27 20:20:29.471 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.471 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.471 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.471 INFO kablam! ... Oct 27 20:20:29.471 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 27 20:20:29.471 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.471 INFO kablam! Oct 27 20:20:29.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.471 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.471 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.471 INFO kablam! ... Oct 27 20:20:29.471 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 27 20:20:29.471 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! Oct 27 20:20:29.471 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.471 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.471 INFO kablam! | ^^^^^ Oct 27 20:20:29.471 INFO kablam! ... Oct 27 20:20:29.471 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 27 20:20:29.471 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! Oct 27 20:20:29.471 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.471 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.471 INFO kablam! | Oct 27 20:20:29.471 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.471 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.471 INFO kablam! ... Oct 27 20:20:29.471 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 27 20:20:29.471 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.471 INFO kablam! Oct 27 20:20:29.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.471 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.472 INFO kablam! | Oct 27 20:20:29.472 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.472 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.472 INFO kablam! ... Oct 27 20:20:29.472 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 27 20:20:29.472 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.472 INFO kablam! | Oct 27 20:20:29.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.472 INFO kablam! | Oct 27 20:20:29.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.472 INFO kablam! | Oct 27 20:20:29.472 INFO kablam! Oct 27 20:20:29.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.472 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.472 INFO kablam! | Oct 27 20:20:29.472 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.472 INFO kablam! | ^^^^^ Oct 27 20:20:29.472 INFO kablam! ... Oct 27 20:20:29.472 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 27 20:20:29.472 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.472 INFO kablam! | Oct 27 20:20:29.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.472 INFO kablam! | Oct 27 20:20:29.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.472 INFO kablam! | Oct 27 20:20:29.472 INFO kablam! Oct 27 20:20:29.479 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.479 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.479 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.479 INFO kablam! ... Oct 27 20:20:29.479 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 27 20:20:29.479 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.479 INFO kablam! Oct 27 20:20:29.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.479 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.479 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.479 INFO kablam! ... Oct 27 20:20:29.479 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 27 20:20:29.479 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! Oct 27 20:20:29.479 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.479 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.479 INFO kablam! | ^^^^^ Oct 27 20:20:29.479 INFO kablam! ... Oct 27 20:20:29.479 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 27 20:20:29.479 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! Oct 27 20:20:29.479 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.479 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.479 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.479 INFO kablam! ... Oct 27 20:20:29.479 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 27 20:20:29.479 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.479 INFO kablam! Oct 27 20:20:29.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.479 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.479 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.479 INFO kablam! ... Oct 27 20:20:29.479 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 27 20:20:29.479 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.479 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.480 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! Oct 27 20:20:29.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.480 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.480 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.480 INFO kablam! | ^^^^^ Oct 27 20:20:29.480 INFO kablam! ... Oct 27 20:20:29.480 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 27 20:20:29.480 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.480 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.480 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.480 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! Oct 27 20:20:29.480 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.480 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.480 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.480 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.480 INFO kablam! ... Oct 27 20:20:29.480 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 27 20:20:29.480 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.480 INFO kablam! Oct 27 20:20:29.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.480 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.480 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.480 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.480 INFO kablam! ... Oct 27 20:20:29.480 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 27 20:20:29.480 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.480 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.480 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.480 INFO kablam! | Oct 27 20:20:29.480 INFO kablam! Oct 27 20:20:29.487 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.487 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.487 INFO kablam! | Oct 27 20:20:29.487 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.487 INFO kablam! | ^^^^^ Oct 27 20:20:29.487 INFO kablam! ... Oct 27 20:20:29.487 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 27 20:20:29.487 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.487 INFO kablam! | Oct 27 20:20:29.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.487 INFO kablam! | Oct 27 20:20:29.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.487 INFO kablam! | Oct 27 20:20:29.487 INFO kablam! Oct 27 20:20:29.487 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.487 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.487 INFO kablam! | Oct 27 20:20:29.487 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.487 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.487 INFO kablam! ... Oct 27 20:20:29.487 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 27 20:20:29.487 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.487 INFO kablam! Oct 27 20:20:29.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.488 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.488 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.488 INFO kablam! ... Oct 27 20:20:29.488 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 27 20:20:29.488 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! Oct 27 20:20:29.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.488 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.488 INFO kablam! | ^^^^^ Oct 27 20:20:29.488 INFO kablam! ... Oct 27 20:20:29.488 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 27 20:20:29.488 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! Oct 27 20:20:29.488 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.488 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.488 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.488 INFO kablam! ... Oct 27 20:20:29.488 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 27 20:20:29.488 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.488 INFO kablam! Oct 27 20:20:29.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.488 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.488 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.488 INFO kablam! ... Oct 27 20:20:29.488 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 27 20:20:29.488 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! Oct 27 20:20:29.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.488 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.488 INFO kablam! | ^^^^^ Oct 27 20:20:29.488 INFO kablam! ... Oct 27 20:20:29.488 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 27 20:20:29.488 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.488 INFO kablam! | Oct 27 20:20:29.488 INFO kablam! Oct 27 20:20:29.494 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.495 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.495 INFO kablam! | Oct 27 20:20:29.495 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.495 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.495 INFO kablam! ... Oct 27 20:20:29.495 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 27 20:20:29.495 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.495 INFO kablam! Oct 27 20:20:29.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.495 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.495 INFO kablam! | Oct 27 20:20:29.495 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.495 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.495 INFO kablam! ... Oct 27 20:20:29.495 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 27 20:20:29.495 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.495 INFO kablam! | Oct 27 20:20:29.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.495 INFO kablam! | Oct 27 20:20:29.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.495 INFO kablam! | Oct 27 20:20:29.495 INFO kablam! Oct 27 20:20:29.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.495 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.495 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.503 INFO kablam! | ^^^^^ Oct 27 20:20:29.503 INFO kablam! ... Oct 27 20:20:29.503 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 27 20:20:29.503 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! Oct 27 20:20:29.503 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.503 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.503 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.503 INFO kablam! ... Oct 27 20:20:29.503 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 27 20:20:29.503 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.503 INFO kablam! Oct 27 20:20:29.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.503 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.503 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.503 INFO kablam! ... Oct 27 20:20:29.503 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 27 20:20:29.503 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! Oct 27 20:20:29.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.503 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.503 INFO kablam! | ^^^^^ Oct 27 20:20:29.503 INFO kablam! ... Oct 27 20:20:29.503 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 27 20:20:29.503 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! Oct 27 20:20:29.503 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.503 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.503 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.503 INFO kablam! ... Oct 27 20:20:29.503 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 27 20:20:29.503 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.503 INFO kablam! Oct 27 20:20:29.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.503 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.503 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.503 INFO kablam! ... Oct 27 20:20:29.503 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 27 20:20:29.503 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! Oct 27 20:20:29.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.503 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.503 INFO kablam! | Oct 27 20:20:29.503 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.504 INFO kablam! | ^^^^^ Oct 27 20:20:29.504 INFO kablam! ... Oct 27 20:20:29.504 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 27 20:20:29.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! Oct 27 20:20:29.504 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.504 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.504 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.504 INFO kablam! ... Oct 27 20:20:29.504 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 27 20:20:29.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.504 INFO kablam! Oct 27 20:20:29.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.504 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.504 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.504 INFO kablam! ... Oct 27 20:20:29.504 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 27 20:20:29.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! Oct 27 20:20:29.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.504 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.504 INFO kablam! | ^^^^^ Oct 27 20:20:29.504 INFO kablam! ... Oct 27 20:20:29.504 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 27 20:20:29.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! Oct 27 20:20:29.504 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.504 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.504 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.504 INFO kablam! ... Oct 27 20:20:29.504 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 27 20:20:29.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.504 INFO kablam! Oct 27 20:20:29.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.504 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.504 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.504 INFO kablam! ... Oct 27 20:20:29.504 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 27 20:20:29.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! Oct 27 20:20:29.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.504 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.504 INFO kablam! | ^^^^^ Oct 27 20:20:29.504 INFO kablam! ... Oct 27 20:20:29.504 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 27 20:20:29.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.504 INFO kablam! | Oct 27 20:20:29.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.505 INFO kablam! | Oct 27 20:20:29.505 INFO kablam! Oct 27 20:20:29.505 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.505 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.505 INFO kablam! | Oct 27 20:20:29.505 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.505 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.505 INFO kablam! ... Oct 27 20:20:29.505 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 27 20:20:29.505 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.505 INFO kablam! Oct 27 20:20:29.511 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.511 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.511 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.511 INFO kablam! ... Oct 27 20:20:29.511 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 27 20:20:29.511 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! Oct 27 20:20:29.511 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.511 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.511 INFO kablam! | ^^^^^ Oct 27 20:20:29.511 INFO kablam! ... Oct 27 20:20:29.511 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 27 20:20:29.511 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! Oct 27 20:20:29.511 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.511 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.511 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.511 INFO kablam! ... Oct 27 20:20:29.511 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 27 20:20:29.511 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.511 INFO kablam! Oct 27 20:20:29.511 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.511 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.511 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.511 INFO kablam! ... Oct 27 20:20:29.511 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 27 20:20:29.511 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! Oct 27 20:20:29.511 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.511 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.511 INFO kablam! | ^^^^^ Oct 27 20:20:29.511 INFO kablam! ... Oct 27 20:20:29.511 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 27 20:20:29.511 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! Oct 27 20:20:29.511 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.511 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.511 INFO kablam! | Oct 27 20:20:29.511 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.511 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.511 INFO kablam! ... Oct 27 20:20:29.511 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 27 20:20:29.511 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.511 INFO kablam! Oct 27 20:20:29.511 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.512 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.512 INFO kablam! | Oct 27 20:20:29.512 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.512 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.512 INFO kablam! ... Oct 27 20:20:29.512 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 27 20:20:29.512 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.512 INFO kablam! | Oct 27 20:20:29.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.512 INFO kablam! | Oct 27 20:20:29.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.512 INFO kablam! | Oct 27 20:20:29.512 INFO kablam! Oct 27 20:20:29.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.512 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.512 INFO kablam! | Oct 27 20:20:29.512 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.512 INFO kablam! | ^^^^^ Oct 27 20:20:29.512 INFO kablam! ... Oct 27 20:20:29.512 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 27 20:20:29.512 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.512 INFO kablam! | Oct 27 20:20:29.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.512 INFO kablam! | Oct 27 20:20:29.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.512 INFO kablam! | Oct 27 20:20:29.512 INFO kablam! Oct 27 20:20:29.522 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.523 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.523 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.523 INFO kablam! ... Oct 27 20:20:29.523 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 27 20:20:29.523 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.523 INFO kablam! Oct 27 20:20:29.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.523 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.523 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.523 INFO kablam! ... Oct 27 20:20:29.523 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 27 20:20:29.523 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! Oct 27 20:20:29.523 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.523 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.523 INFO kablam! | ^^^^^ Oct 27 20:20:29.523 INFO kablam! ... Oct 27 20:20:29.523 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 27 20:20:29.523 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! Oct 27 20:20:29.523 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.523 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.523 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.523 INFO kablam! ... Oct 27 20:20:29.523 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 27 20:20:29.523 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.523 INFO kablam! Oct 27 20:20:29.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.523 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.523 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.523 INFO kablam! ... Oct 27 20:20:29.523 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 27 20:20:29.523 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! Oct 27 20:20:29.523 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.523 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.523 INFO kablam! | ^^^^^ Oct 27 20:20:29.523 INFO kablam! ... Oct 27 20:20:29.523 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 27 20:20:29.523 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.523 INFO kablam! | Oct 27 20:20:29.523 INFO kablam! Oct 27 20:20:29.523 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.523 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.524 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.524 INFO kablam! ... Oct 27 20:20:29.524 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 27 20:20:29.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.524 INFO kablam! Oct 27 20:20:29.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.524 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.524 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.524 INFO kablam! ... Oct 27 20:20:29.524 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 27 20:20:29.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! Oct 27 20:20:29.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.524 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.524 INFO kablam! | ^^^^^ Oct 27 20:20:29.524 INFO kablam! ... Oct 27 20:20:29.524 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 27 20:20:29.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! Oct 27 20:20:29.524 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.524 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.524 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.524 INFO kablam! ... Oct 27 20:20:29.524 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 27 20:20:29.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.524 INFO kablam! Oct 27 20:20:29.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.524 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.524 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.524 INFO kablam! ... Oct 27 20:20:29.524 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 27 20:20:29.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! Oct 27 20:20:29.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.524 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.524 INFO kablam! | ^^^^^ Oct 27 20:20:29.524 INFO kablam! ... Oct 27 20:20:29.524 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 27 20:20:29.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.524 INFO kablam! | Oct 27 20:20:29.524 INFO kablam! Oct 27 20:20:29.530 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.531 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.531 INFO kablam! | Oct 27 20:20:29.531 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.531 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.531 INFO kablam! ... Oct 27 20:20:29.531 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 27 20:20:29.531 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.531 INFO kablam! Oct 27 20:20:29.531 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.531 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.531 INFO kablam! | Oct 27 20:20:29.531 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.531 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.531 INFO kablam! ... Oct 27 20:20:29.531 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 27 20:20:29.531 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.531 INFO kablam! | Oct 27 20:20:29.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.531 INFO kablam! | Oct 27 20:20:29.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.531 INFO kablam! | Oct 27 20:20:29.531 INFO kablam! Oct 27 20:20:29.531 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.531 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.531 INFO kablam! | Oct 27 20:20:29.531 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.531 INFO kablam! | ^^^^^ Oct 27 20:20:29.531 INFO kablam! ... Oct 27 20:20:29.531 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 27 20:20:29.531 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.531 INFO kablam! | Oct 27 20:20:29.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.531 INFO kablam! | Oct 27 20:20:29.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.531 INFO kablam! | Oct 27 20:20:29.531 INFO kablam! Oct 27 20:20:29.531 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.531 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.531 INFO kablam! | Oct 27 20:20:29.531 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.532 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.532 INFO kablam! ... Oct 27 20:20:29.532 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 27 20:20:29.532 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.532 INFO kablam! Oct 27 20:20:29.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.532 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.532 INFO kablam! | Oct 27 20:20:29.532 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.532 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.532 INFO kablam! ... Oct 27 20:20:29.532 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 27 20:20:29.532 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.532 INFO kablam! | Oct 27 20:20:29.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.532 INFO kablam! | Oct 27 20:20:29.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.532 INFO kablam! | Oct 27 20:20:29.532 INFO kablam! Oct 27 20:20:29.532 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.532 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.532 INFO kablam! | Oct 27 20:20:29.532 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.532 INFO kablam! | ^^^^^ Oct 27 20:20:29.532 INFO kablam! ... Oct 27 20:20:29.532 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 27 20:20:29.532 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.532 INFO kablam! | Oct 27 20:20:29.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.532 INFO kablam! | Oct 27 20:20:29.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.532 INFO kablam! | Oct 27 20:20:29.532 INFO kablam! Oct 27 20:20:29.532 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.532 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.532 INFO kablam! | Oct 27 20:20:29.533 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.533 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.533 INFO kablam! ... Oct 27 20:20:29.533 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 27 20:20:29.533 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.533 INFO kablam! Oct 27 20:20:29.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.533 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.533 INFO kablam! | Oct 27 20:20:29.533 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.533 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.533 INFO kablam! ... Oct 27 20:20:29.533 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 27 20:20:29.533 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.533 INFO kablam! | Oct 27 20:20:29.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.533 INFO kablam! | Oct 27 20:20:29.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.533 INFO kablam! | Oct 27 20:20:29.533 INFO kablam! Oct 27 20:20:29.533 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.533 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.533 INFO kablam! | Oct 27 20:20:29.533 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.533 INFO kablam! | ^^^^^ Oct 27 20:20:29.533 INFO kablam! ... Oct 27 20:20:29.533 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 27 20:20:29.533 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.533 INFO kablam! | Oct 27 20:20:29.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.533 INFO kablam! | Oct 27 20:20:29.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.533 INFO kablam! | Oct 27 20:20:29.533 INFO kablam! Oct 27 20:20:29.533 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.533 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.533 INFO kablam! | Oct 27 20:20:29.533 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.533 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.533 INFO kablam! ... Oct 27 20:20:29.533 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 27 20:20:29.533 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.533 INFO kablam! Oct 27 20:20:29.547 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.547 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.547 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.547 INFO kablam! ... Oct 27 20:20:29.547 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 27 20:20:29.547 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! Oct 27 20:20:29.547 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.547 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.547 INFO kablam! | ^^^^^ Oct 27 20:20:29.547 INFO kablam! ... Oct 27 20:20:29.547 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 27 20:20:29.547 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! Oct 27 20:20:29.547 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.547 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.547 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.547 INFO kablam! ... Oct 27 20:20:29.547 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 27 20:20:29.547 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.547 INFO kablam! Oct 27 20:20:29.547 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.547 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.547 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.547 INFO kablam! ... Oct 27 20:20:29.547 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 27 20:20:29.547 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! Oct 27 20:20:29.547 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.547 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.547 INFO kablam! | ^^^^^ Oct 27 20:20:29.547 INFO kablam! ... Oct 27 20:20:29.547 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 27 20:20:29.547 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! Oct 27 20:20:29.547 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.547 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.547 INFO kablam! | Oct 27 20:20:29.547 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.547 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.547 INFO kablam! ... Oct 27 20:20:29.547 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 27 20:20:29.547 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.547 INFO kablam! Oct 27 20:20:29.547 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.548 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.548 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.548 INFO kablam! ... Oct 27 20:20:29.548 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 27 20:20:29.548 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! Oct 27 20:20:29.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.548 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.548 INFO kablam! | ^^^^^ Oct 27 20:20:29.548 INFO kablam! ... Oct 27 20:20:29.548 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 27 20:20:29.548 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! Oct 27 20:20:29.548 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.548 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.548 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.548 INFO kablam! ... Oct 27 20:20:29.548 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 27 20:20:29.548 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.548 INFO kablam! Oct 27 20:20:29.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.548 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.548 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.548 INFO kablam! ... Oct 27 20:20:29.548 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 27 20:20:29.548 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! Oct 27 20:20:29.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.548 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.548 INFO kablam! | ^^^^^ Oct 27 20:20:29.548 INFO kablam! ... Oct 27 20:20:29.548 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 27 20:20:29.548 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! Oct 27 20:20:29.548 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.548 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.548 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.548 INFO kablam! ... Oct 27 20:20:29.548 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 27 20:20:29.548 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.548 INFO kablam! Oct 27 20:20:29.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.548 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.548 INFO kablam! | Oct 27 20:20:29.548 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.548 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.548 INFO kablam! ... Oct 27 20:20:29.549 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 27 20:20:29.549 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! Oct 27 20:20:29.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.549 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.549 INFO kablam! | ^^^^^ Oct 27 20:20:29.549 INFO kablam! ... Oct 27 20:20:29.549 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 27 20:20:29.549 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! Oct 27 20:20:29.549 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.549 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.549 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.549 INFO kablam! ... Oct 27 20:20:29.549 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 27 20:20:29.549 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.549 INFO kablam! Oct 27 20:20:29.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.549 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.549 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.549 INFO kablam! ... Oct 27 20:20:29.549 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 27 20:20:29.549 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! Oct 27 20:20:29.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.549 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.549 INFO kablam! | ^^^^^ Oct 27 20:20:29.549 INFO kablam! ... Oct 27 20:20:29.549 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 27 20:20:29.549 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.549 INFO kablam! | Oct 27 20:20:29.549 INFO kablam! Oct 27 20:20:29.560 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.560 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.560 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.560 INFO kablam! ... Oct 27 20:20:29.560 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 27 20:20:29.560 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.560 INFO kablam! Oct 27 20:20:29.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.560 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.560 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.560 INFO kablam! ... Oct 27 20:20:29.560 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 27 20:20:29.560 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! Oct 27 20:20:29.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.560 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.560 INFO kablam! | ^^^^^ Oct 27 20:20:29.560 INFO kablam! ... Oct 27 20:20:29.560 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 27 20:20:29.560 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! Oct 27 20:20:29.560 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.560 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.560 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.560 INFO kablam! ... Oct 27 20:20:29.560 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 27 20:20:29.560 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.560 INFO kablam! Oct 27 20:20:29.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.560 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.560 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.560 INFO kablam! ... Oct 27 20:20:29.560 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 27 20:20:29.560 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.560 INFO kablam! | Oct 27 20:20:29.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! Oct 27 20:20:29.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.561 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.561 INFO kablam! | ^^^^^ Oct 27 20:20:29.561 INFO kablam! ... Oct 27 20:20:29.561 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 27 20:20:29.561 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! Oct 27 20:20:29.561 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.561 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.561 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.561 INFO kablam! ... Oct 27 20:20:29.561 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 27 20:20:29.561 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.561 INFO kablam! Oct 27 20:20:29.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.561 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.561 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.561 INFO kablam! ... Oct 27 20:20:29.561 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 27 20:20:29.561 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! Oct 27 20:20:29.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.561 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.561 INFO kablam! | ^^^^^ Oct 27 20:20:29.561 INFO kablam! ... Oct 27 20:20:29.561 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 27 20:20:29.561 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.561 INFO kablam! | Oct 27 20:20:29.561 INFO kablam! Oct 27 20:20:29.566 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.567 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.567 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.567 INFO kablam! ... Oct 27 20:20:29.567 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 27 20:20:29.567 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.567 INFO kablam! Oct 27 20:20:29.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.567 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.567 INFO kablam! ... Oct 27 20:20:29.567 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 27 20:20:29.567 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! Oct 27 20:20:29.567 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.567 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.567 INFO kablam! | ^^^^^ Oct 27 20:20:29.567 INFO kablam! ... Oct 27 20:20:29.567 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 27 20:20:29.567 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! Oct 27 20:20:29.567 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.567 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.567 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.567 INFO kablam! ... Oct 27 20:20:29.567 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 27 20:20:29.567 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.567 INFO kablam! Oct 27 20:20:29.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.567 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.567 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.567 INFO kablam! ... Oct 27 20:20:29.567 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 27 20:20:29.567 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! Oct 27 20:20:29.567 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.567 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.567 INFO kablam! | ^^^^^ Oct 27 20:20:29.567 INFO kablam! ... Oct 27 20:20:29.567 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 27 20:20:29.567 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.567 INFO kablam! | Oct 27 20:20:29.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! Oct 27 20:20:29.568 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.568 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.568 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.568 INFO kablam! ... Oct 27 20:20:29.568 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 27 20:20:29.568 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.568 INFO kablam! Oct 27 20:20:29.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.568 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.568 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.568 INFO kablam! ... Oct 27 20:20:29.568 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 27 20:20:29.568 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! Oct 27 20:20:29.568 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.568 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.568 INFO kablam! | ^^^^^ Oct 27 20:20:29.568 INFO kablam! ... Oct 27 20:20:29.568 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 27 20:20:29.568 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! Oct 27 20:20:29.568 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.568 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.568 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.568 INFO kablam! ... Oct 27 20:20:29.568 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 27 20:20:29.568 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.568 INFO kablam! Oct 27 20:20:29.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.568 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.568 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.568 INFO kablam! ... Oct 27 20:20:29.568 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 27 20:20:29.568 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! Oct 27 20:20:29.568 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.568 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.568 INFO kablam! | ^^^^^ Oct 27 20:20:29.568 INFO kablam! ... Oct 27 20:20:29.568 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 27 20:20:29.568 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.568 INFO kablam! | Oct 27 20:20:29.568 INFO kablam! Oct 27 20:20:29.568 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.568 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.569 INFO kablam! | Oct 27 20:20:29.569 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.569 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.569 INFO kablam! ... Oct 27 20:20:29.569 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 27 20:20:29.569 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.569 INFO kablam! Oct 27 20:20:29.569 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.569 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.569 INFO kablam! | Oct 27 20:20:29.569 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.569 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.569 INFO kablam! ... Oct 27 20:20:29.569 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 27 20:20:29.569 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.569 INFO kablam! | Oct 27 20:20:29.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.569 INFO kablam! | Oct 27 20:20:29.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.569 INFO kablam! | Oct 27 20:20:29.569 INFO kablam! Oct 27 20:20:29.574 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.575 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.575 INFO kablam! | ^^^^^ Oct 27 20:20:29.575 INFO kablam! ... Oct 27 20:20:29.575 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 27 20:20:29.575 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! Oct 27 20:20:29.575 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.575 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.575 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.575 INFO kablam! ... Oct 27 20:20:29.575 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 27 20:20:29.575 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.575 INFO kablam! Oct 27 20:20:29.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.575 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.575 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.575 INFO kablam! ... Oct 27 20:20:29.575 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 27 20:20:29.575 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! Oct 27 20:20:29.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.575 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.575 INFO kablam! | ^^^^^ Oct 27 20:20:29.575 INFO kablam! ... Oct 27 20:20:29.575 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 27 20:20:29.575 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.575 INFO kablam! | Oct 27 20:20:29.575 INFO kablam! Oct 27 20:20:29.580 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.580 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.580 INFO kablam! | Oct 27 20:20:29.580 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.580 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.580 INFO kablam! ... Oct 27 20:20:29.580 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 27 20:20:29.580 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.580 INFO kablam! Oct 27 20:20:29.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.580 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.580 INFO kablam! | Oct 27 20:20:29.580 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.580 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.580 INFO kablam! ... Oct 27 20:20:29.580 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 27 20:20:29.580 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.580 INFO kablam! | Oct 27 20:20:29.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.580 INFO kablam! | Oct 27 20:20:29.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.580 INFO kablam! | Oct 27 20:20:29.580 INFO kablam! Oct 27 20:20:29.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.580 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.580 INFO kablam! | Oct 27 20:20:29.580 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.580 INFO kablam! | ^^^^^ Oct 27 20:20:29.580 INFO kablam! ... Oct 27 20:20:29.580 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 27 20:20:29.580 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.580 INFO kablam! | Oct 27 20:20:29.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.580 INFO kablam! | Oct 27 20:20:29.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.580 INFO kablam! | Oct 27 20:20:29.580 INFO kablam! Oct 27 20:20:29.580 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.581 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.581 INFO kablam! | Oct 27 20:20:29.581 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.581 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.581 INFO kablam! ... Oct 27 20:20:29.581 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 27 20:20:29.581 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.581 INFO kablam! Oct 27 20:20:29.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.581 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.581 INFO kablam! | Oct 27 20:20:29.581 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.581 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.581 INFO kablam! ... Oct 27 20:20:29.581 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 27 20:20:29.581 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.581 INFO kablam! | Oct 27 20:20:29.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.581 INFO kablam! | Oct 27 20:20:29.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.581 INFO kablam! | Oct 27 20:20:29.581 INFO kablam! Oct 27 20:20:29.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.584 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.584 INFO kablam! | Oct 27 20:20:29.584 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.584 INFO kablam! | ^^^^^ Oct 27 20:20:29.584 INFO kablam! ... Oct 27 20:20:29.584 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 27 20:20:29.585 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! Oct 27 20:20:29.585 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.585 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.585 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.585 INFO kablam! ... Oct 27 20:20:29.585 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 27 20:20:29.585 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.585 INFO kablam! Oct 27 20:20:29.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.585 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.585 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.585 INFO kablam! ... Oct 27 20:20:29.585 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 27 20:20:29.585 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! Oct 27 20:20:29.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.585 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.585 INFO kablam! | ^^^^^ Oct 27 20:20:29.585 INFO kablam! ... Oct 27 20:20:29.585 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 27 20:20:29.585 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! Oct 27 20:20:29.585 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.585 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.585 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.585 INFO kablam! ... Oct 27 20:20:29.585 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 27 20:20:29.585 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.585 INFO kablam! Oct 27 20:20:29.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.585 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.585 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.585 INFO kablam! ... Oct 27 20:20:29.585 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 27 20:20:29.585 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! Oct 27 20:20:29.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.585 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.585 INFO kablam! | ^^^^^ Oct 27 20:20:29.585 INFO kablam! ... Oct 27 20:20:29.585 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 27 20:20:29.585 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.585 INFO kablam! | Oct 27 20:20:29.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.586 INFO kablam! | Oct 27 20:20:29.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.586 INFO kablam! | Oct 27 20:20:29.586 INFO kablam! Oct 27 20:20:29.586 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.586 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.586 INFO kablam! | Oct 27 20:20:29.586 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.586 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.586 INFO kablam! ... Oct 27 20:20:29.586 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 27 20:20:29.586 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.586 INFO kablam! Oct 27 20:20:29.599 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.599 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.599 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.599 INFO kablam! ... Oct 27 20:20:29.599 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 27 20:20:29.599 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! Oct 27 20:20:29.599 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.599 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.599 INFO kablam! | ^^^^^ Oct 27 20:20:29.599 INFO kablam! ... Oct 27 20:20:29.599 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 27 20:20:29.599 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! Oct 27 20:20:29.599 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.599 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.599 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.599 INFO kablam! ... Oct 27 20:20:29.599 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 27 20:20:29.599 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.599 INFO kablam! Oct 27 20:20:29.599 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.599 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.599 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.599 INFO kablam! ... Oct 27 20:20:29.599 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 27 20:20:29.599 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! Oct 27 20:20:29.599 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.599 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.599 INFO kablam! | ^^^^^ Oct 27 20:20:29.599 INFO kablam! ... Oct 27 20:20:29.599 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 27 20:20:29.599 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.599 INFO kablam! | Oct 27 20:20:29.599 INFO kablam! Oct 27 20:20:29.602 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.602 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.602 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.603 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.603 INFO kablam! ... Oct 27 20:20:29.603 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 27 20:20:29.603 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.603 INFO kablam! Oct 27 20:20:29.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.603 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.603 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.603 INFO kablam! ... Oct 27 20:20:29.603 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 27 20:20:29.603 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! Oct 27 20:20:29.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.603 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.603 INFO kablam! | ^^^^^ Oct 27 20:20:29.603 INFO kablam! ... Oct 27 20:20:29.603 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 27 20:20:29.603 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! Oct 27 20:20:29.603 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.603 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.603 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.603 INFO kablam! ... Oct 27 20:20:29.603 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 27 20:20:29.603 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.603 INFO kablam! Oct 27 20:20:29.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.603 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.603 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.603 INFO kablam! ... Oct 27 20:20:29.603 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 27 20:20:29.603 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! Oct 27 20:20:29.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.603 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.603 INFO kablam! | ^^^^^ Oct 27 20:20:29.603 INFO kablam! ... Oct 27 20:20:29.603 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 27 20:20:29.603 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! Oct 27 20:20:29.603 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.603 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.603 INFO kablam! | Oct 27 20:20:29.603 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.603 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.603 INFO kablam! ... Oct 27 20:20:29.604 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 27 20:20:29.604 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.604 INFO kablam! Oct 27 20:20:29.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.604 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.604 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.604 INFO kablam! ... Oct 27 20:20:29.604 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 27 20:20:29.604 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! Oct 27 20:20:29.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.604 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.604 INFO kablam! | ^^^^^ Oct 27 20:20:29.604 INFO kablam! ... Oct 27 20:20:29.604 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 27 20:20:29.604 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! Oct 27 20:20:29.604 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.604 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.604 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.604 INFO kablam! ... Oct 27 20:20:29.604 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 27 20:20:29.604 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.604 INFO kablam! Oct 27 20:20:29.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.604 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.604 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.604 INFO kablam! ... Oct 27 20:20:29.604 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 27 20:20:29.604 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! Oct 27 20:20:29.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.604 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.604 INFO kablam! | ^^^^^ Oct 27 20:20:29.604 INFO kablam! ... Oct 27 20:20:29.604 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 27 20:20:29.604 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.604 INFO kablam! | Oct 27 20:20:29.604 INFO kablam! Oct 27 20:20:29.607 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.607 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.607 INFO kablam! | Oct 27 20:20:29.607 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.607 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.607 INFO kablam! ... Oct 27 20:20:29.607 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 27 20:20:29.607 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.607 INFO kablam! Oct 27 20:20:29.607 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.607 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.607 INFO kablam! | Oct 27 20:20:29.607 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.607 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.607 INFO kablam! ... Oct 27 20:20:29.607 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 27 20:20:29.607 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.607 INFO kablam! | Oct 27 20:20:29.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.607 INFO kablam! | Oct 27 20:20:29.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.607 INFO kablam! | Oct 27 20:20:29.607 INFO kablam! Oct 27 20:20:29.607 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.607 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.607 INFO kablam! | Oct 27 20:20:29.607 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.607 INFO kablam! | ^^^^^ Oct 27 20:20:29.607 INFO kablam! ... Oct 27 20:20:29.607 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 27 20:20:29.607 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.607 INFO kablam! | Oct 27 20:20:29.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.610 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! Oct 27 20:20:29.611 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.611 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.611 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.611 INFO kablam! ... Oct 27 20:20:29.611 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 27 20:20:29.611 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.611 INFO kablam! Oct 27 20:20:29.611 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.611 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.611 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.611 INFO kablam! ... Oct 27 20:20:29.611 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 27 20:20:29.611 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! Oct 27 20:20:29.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.611 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.611 INFO kablam! | ^^^^^ Oct 27 20:20:29.611 INFO kablam! ... Oct 27 20:20:29.611 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 27 20:20:29.611 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! Oct 27 20:20:29.611 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.611 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.611 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.611 INFO kablam! ... Oct 27 20:20:29.611 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 27 20:20:29.611 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.611 INFO kablam! Oct 27 20:20:29.611 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.611 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.611 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.611 INFO kablam! ... Oct 27 20:20:29.611 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 27 20:20:29.611 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! Oct 27 20:20:29.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.611 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.611 INFO kablam! | ^^^^^ Oct 27 20:20:29.611 INFO kablam! ... Oct 27 20:20:29.611 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 27 20:20:29.611 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.611 INFO kablam! | Oct 27 20:20:29.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! Oct 27 20:20:29.612 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.612 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.612 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.612 INFO kablam! ... Oct 27 20:20:29.612 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 27 20:20:29.612 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.612 INFO kablam! Oct 27 20:20:29.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.612 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.612 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.612 INFO kablam! ... Oct 27 20:20:29.612 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 27 20:20:29.612 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! Oct 27 20:20:29.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.612 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.612 INFO kablam! | ^^^^^ Oct 27 20:20:29.612 INFO kablam! ... Oct 27 20:20:29.612 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 27 20:20:29.612 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! Oct 27 20:20:29.612 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.612 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.612 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.612 INFO kablam! ... Oct 27 20:20:29.612 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 27 20:20:29.612 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.612 INFO kablam! Oct 27 20:20:29.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.612 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.612 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.612 INFO kablam! ... Oct 27 20:20:29.612 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 27 20:20:29.612 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.612 INFO kablam! | Oct 27 20:20:29.612 INFO kablam! Oct 27 20:20:29.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.617 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.617 INFO kablam! | Oct 27 20:20:29.617 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.617 INFO kablam! | ^^^^^ Oct 27 20:20:29.617 INFO kablam! ... Oct 27 20:20:29.617 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 27 20:20:29.617 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.618 INFO kablam! | Oct 27 20:20:29.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.618 INFO kablam! | Oct 27 20:20:29.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.618 INFO kablam! | Oct 27 20:20:29.618 INFO kablam! Oct 27 20:20:29.618 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.618 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.618 INFO kablam! | Oct 27 20:20:29.618 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.618 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.618 INFO kablam! ... Oct 27 20:20:29.618 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 27 20:20:29.618 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.618 INFO kablam! Oct 27 20:20:29.618 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.618 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.618 INFO kablam! | Oct 27 20:20:29.618 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.618 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.618 INFO kablam! ... Oct 27 20:20:29.618 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 27 20:20:29.618 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.618 INFO kablam! | Oct 27 20:20:29.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.618 INFO kablam! | Oct 27 20:20:29.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.618 INFO kablam! | Oct 27 20:20:29.618 INFO kablam! Oct 27 20:20:29.623 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.624 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.624 INFO kablam! | ^^^^^ Oct 27 20:20:29.624 INFO kablam! ... Oct 27 20:20:29.624 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 27 20:20:29.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! Oct 27 20:20:29.624 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.624 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.624 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.624 INFO kablam! ... Oct 27 20:20:29.624 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 27 20:20:29.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.624 INFO kablam! Oct 27 20:20:29.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.624 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.624 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.624 INFO kablam! ... Oct 27 20:20:29.624 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 27 20:20:29.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! Oct 27 20:20:29.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.624 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.624 INFO kablam! | ^^^^^ Oct 27 20:20:29.624 INFO kablam! ... Oct 27 20:20:29.624 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 27 20:20:29.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! Oct 27 20:20:29.624 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.624 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.624 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.624 INFO kablam! ... Oct 27 20:20:29.624 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 27 20:20:29.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.624 INFO kablam! Oct 27 20:20:29.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.624 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.624 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.624 INFO kablam! ... Oct 27 20:20:29.624 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 27 20:20:29.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! Oct 27 20:20:29.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.624 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.624 INFO kablam! | Oct 27 20:20:29.624 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.624 INFO kablam! | ^^^^^ Oct 27 20:20:29.625 INFO kablam! ... Oct 27 20:20:29.625 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 27 20:20:29.625 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.625 INFO kablam! | Oct 27 20:20:29.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.625 INFO kablam! | Oct 27 20:20:29.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.625 INFO kablam! | Oct 27 20:20:29.625 INFO kablam! Oct 27 20:20:29.625 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.625 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.625 INFO kablam! | Oct 27 20:20:29.625 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.625 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.625 INFO kablam! ... Oct 27 20:20:29.625 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 27 20:20:29.625 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.625 INFO kablam! Oct 27 20:20:29.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.625 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.625 INFO kablam! | Oct 27 20:20:29.625 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.625 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.625 INFO kablam! ... Oct 27 20:20:29.625 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 27 20:20:29.625 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.625 INFO kablam! | Oct 27 20:20:29.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.625 INFO kablam! | Oct 27 20:20:29.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.625 INFO kablam! | Oct 27 20:20:29.625 INFO kablam! Oct 27 20:20:29.631 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.631 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.631 INFO kablam! | Oct 27 20:20:29.631 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.631 INFO kablam! | ^^^^^ Oct 27 20:20:29.631 INFO kablam! ... Oct 27 20:20:29.631 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 27 20:20:29.631 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.631 INFO kablam! | Oct 27 20:20:29.631 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.631 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.631 INFO kablam! | Oct 27 20:20:29.631 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.631 INFO kablam! | Oct 27 20:20:29.631 INFO kablam! Oct 27 20:20:29.631 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.631 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.631 INFO kablam! | Oct 27 20:20:29.631 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.631 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.631 INFO kablam! ... Oct 27 20:20:29.631 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 27 20:20:29.631 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.631 INFO kablam! Oct 27 20:20:29.631 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.631 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.631 INFO kablam! | Oct 27 20:20:29.631 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.631 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.631 INFO kablam! ... Oct 27 20:20:29.631 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 27 20:20:29.631 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.631 INFO kablam! | Oct 27 20:20:29.631 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.631 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.631 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! Oct 27 20:20:29.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.632 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.632 INFO kablam! | ^^^^^ Oct 27 20:20:29.632 INFO kablam! ... Oct 27 20:20:29.632 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 27 20:20:29.632 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! Oct 27 20:20:29.632 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.632 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.632 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.632 INFO kablam! ... Oct 27 20:20:29.632 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 27 20:20:29.632 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.632 INFO kablam! Oct 27 20:20:29.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.632 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.632 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.632 INFO kablam! ... Oct 27 20:20:29.632 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 27 20:20:29.632 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! Oct 27 20:20:29.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.632 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.632 INFO kablam! | ^^^^^ Oct 27 20:20:29.632 INFO kablam! ... Oct 27 20:20:29.632 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 27 20:20:29.632 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! Oct 27 20:20:29.632 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.632 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.632 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.632 INFO kablam! ... Oct 27 20:20:29.632 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 27 20:20:29.632 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.632 INFO kablam! Oct 27 20:20:29.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.632 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.632 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.632 INFO kablam! ... Oct 27 20:20:29.632 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 27 20:20:29.632 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.632 INFO kablam! | Oct 27 20:20:29.632 INFO kablam! Oct 27 20:20:29.639 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.639 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.639 INFO kablam! | ^^^^^ Oct 27 20:20:29.639 INFO kablam! ... Oct 27 20:20:29.639 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 27 20:20:29.639 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! Oct 27 20:20:29.639 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.639 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.639 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.639 INFO kablam! ... Oct 27 20:20:29.639 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 27 20:20:29.639 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.639 INFO kablam! Oct 27 20:20:29.639 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.639 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.639 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.639 INFO kablam! ... Oct 27 20:20:29.639 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 27 20:20:29.639 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! Oct 27 20:20:29.639 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.639 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.639 INFO kablam! | ^^^^^ Oct 27 20:20:29.639 INFO kablam! ... Oct 27 20:20:29.639 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 27 20:20:29.639 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! Oct 27 20:20:29.639 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.639 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.639 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.639 INFO kablam! ... Oct 27 20:20:29.639 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 27 20:20:29.639 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.639 INFO kablam! Oct 27 20:20:29.639 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.639 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.639 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.639 INFO kablam! ... Oct 27 20:20:29.639 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 27 20:20:29.639 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.639 INFO kablam! | Oct 27 20:20:29.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.640 INFO kablam! | Oct 27 20:20:29.640 INFO kablam! Oct 27 20:20:29.640 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.640 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.640 INFO kablam! | Oct 27 20:20:29.640 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.640 INFO kablam! | ^^^^^ Oct 27 20:20:29.640 INFO kablam! ... Oct 27 20:20:29.640 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 27 20:20:29.640 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.640 INFO kablam! | Oct 27 20:20:29.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.640 INFO kablam! | Oct 27 20:20:29.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.640 INFO kablam! | Oct 27 20:20:29.640 INFO kablam! Oct 27 20:20:29.640 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.640 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.640 INFO kablam! | Oct 27 20:20:29.640 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.640 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.640 INFO kablam! ... Oct 27 20:20:29.640 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 27 20:20:29.640 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.640 INFO kablam! Oct 27 20:20:29.640 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.640 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.640 INFO kablam! | Oct 27 20:20:29.640 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.640 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.640 INFO kablam! ... Oct 27 20:20:29.640 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 27 20:20:29.640 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.640 INFO kablam! | Oct 27 20:20:29.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.640 INFO kablam! | Oct 27 20:20:29.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.640 INFO kablam! | Oct 27 20:20:29.640 INFO kablam! Oct 27 20:20:29.647 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.647 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.647 INFO kablam! | Oct 27 20:20:29.648 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.648 INFO kablam! | ^^^^^ Oct 27 20:20:29.648 INFO kablam! ... Oct 27 20:20:29.648 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 27 20:20:29.648 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.648 INFO kablam! | Oct 27 20:20:29.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.648 INFO kablam! | Oct 27 20:20:29.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.648 INFO kablam! | Oct 27 20:20:29.648 INFO kablam! Oct 27 20:20:29.648 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.648 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.648 INFO kablam! | Oct 27 20:20:29.648 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.648 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.648 INFO kablam! ... Oct 27 20:20:29.648 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 27 20:20:29.648 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.648 INFO kablam! Oct 27 20:20:29.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.648 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.648 INFO kablam! | Oct 27 20:20:29.649 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.649 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.649 INFO kablam! ... Oct 27 20:20:29.649 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 27 20:20:29.649 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.649 INFO kablam! | Oct 27 20:20:29.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.649 INFO kablam! | Oct 27 20:20:29.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.649 INFO kablam! | Oct 27 20:20:29.649 INFO kablam! Oct 27 20:20:29.649 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.649 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.649 INFO kablam! | Oct 27 20:20:29.649 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.649 INFO kablam! | ^^^^^ Oct 27 20:20:29.649 INFO kablam! ... Oct 27 20:20:29.649 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 27 20:20:29.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.649 INFO kablam! | Oct 27 20:20:29.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.649 INFO kablam! | Oct 27 20:20:29.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.650 INFO kablam! | Oct 27 20:20:29.650 INFO kablam! Oct 27 20:20:29.650 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.650 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.650 INFO kablam! | Oct 27 20:20:29.650 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.650 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.650 INFO kablam! ... Oct 27 20:20:29.650 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 27 20:20:29.650 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.650 INFO kablam! Oct 27 20:20:29.650 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.650 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.650 INFO kablam! | Oct 27 20:20:29.650 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.650 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.650 INFO kablam! ... Oct 27 20:20:29.650 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 27 20:20:29.650 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.650 INFO kablam! | Oct 27 20:20:29.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.650 INFO kablam! | Oct 27 20:20:29.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.650 INFO kablam! | Oct 27 20:20:29.650 INFO kablam! Oct 27 20:20:29.651 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.651 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.651 INFO kablam! | Oct 27 20:20:29.651 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.651 INFO kablam! | ^^^^^ Oct 27 20:20:29.651 INFO kablam! ... Oct 27 20:20:29.651 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 27 20:20:29.651 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.651 INFO kablam! | Oct 27 20:20:29.651 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.651 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.651 INFO kablam! | Oct 27 20:20:29.651 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.651 INFO kablam! | Oct 27 20:20:29.651 INFO kablam! Oct 27 20:20:29.651 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.651 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.651 INFO kablam! | Oct 27 20:20:29.651 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.651 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.651 INFO kablam! ... Oct 27 20:20:29.651 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 27 20:20:29.651 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.651 INFO kablam! Oct 27 20:20:29.656 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.656 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.656 INFO kablam! | Oct 27 20:20:29.656 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.656 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.656 INFO kablam! ... Oct 27 20:20:29.656 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 27 20:20:29.656 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.656 INFO kablam! | Oct 27 20:20:29.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.656 INFO kablam! | Oct 27 20:20:29.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.656 INFO kablam! | Oct 27 20:20:29.656 INFO kablam! Oct 27 20:20:29.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.656 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.657 INFO kablam! | Oct 27 20:20:29.657 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.657 INFO kablam! | ^^^^^ Oct 27 20:20:29.657 INFO kablam! ... Oct 27 20:20:29.657 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 27 20:20:29.657 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.657 INFO kablam! | Oct 27 20:20:29.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.657 INFO kablam! | Oct 27 20:20:29.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.657 INFO kablam! | Oct 27 20:20:29.657 INFO kablam! Oct 27 20:20:29.657 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.657 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.657 INFO kablam! | Oct 27 20:20:29.657 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.657 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.657 INFO kablam! ... Oct 27 20:20:29.657 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 27 20:20:29.657 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.657 INFO kablam! Oct 27 20:20:29.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.657 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.658 INFO kablam! | Oct 27 20:20:29.658 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.658 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.658 INFO kablam! ... Oct 27 20:20:29.658 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 27 20:20:29.658 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.658 INFO kablam! | Oct 27 20:20:29.658 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.658 INFO kablam! | Oct 27 20:20:29.658 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.658 INFO kablam! | Oct 27 20:20:29.658 INFO kablam! Oct 27 20:20:29.658 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.658 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.658 INFO kablam! | Oct 27 20:20:29.658 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.658 INFO kablam! | ^^^^^ Oct 27 20:20:29.658 INFO kablam! ... Oct 27 20:20:29.658 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 27 20:20:29.658 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.658 INFO kablam! | Oct 27 20:20:29.659 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.659 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.659 INFO kablam! | Oct 27 20:20:29.659 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.659 INFO kablam! | Oct 27 20:20:29.659 INFO kablam! Oct 27 20:20:29.659 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.659 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.659 INFO kablam! | Oct 27 20:20:29.659 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.659 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.659 INFO kablam! ... Oct 27 20:20:29.659 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 27 20:20:29.659 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.659 INFO kablam! Oct 27 20:20:29.659 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.659 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.659 INFO kablam! | Oct 27 20:20:29.659 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.659 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.659 INFO kablam! ... Oct 27 20:20:29.659 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 27 20:20:29.659 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.659 INFO kablam! | Oct 27 20:20:29.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.660 INFO kablam! | Oct 27 20:20:29.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.660 INFO kablam! | Oct 27 20:20:29.660 INFO kablam! Oct 27 20:20:29.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.660 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.660 INFO kablam! | Oct 27 20:20:29.660 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.660 INFO kablam! | ^^^^^ Oct 27 20:20:29.660 INFO kablam! ... Oct 27 20:20:29.660 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 27 20:20:29.660 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.660 INFO kablam! | Oct 27 20:20:29.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.660 INFO kablam! | Oct 27 20:20:29.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.660 INFO kablam! | Oct 27 20:20:29.660 INFO kablam! Oct 27 20:20:29.666 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.666 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.666 INFO kablam! | Oct 27 20:20:29.666 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.666 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.666 INFO kablam! ... Oct 27 20:20:29.666 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 27 20:20:29.666 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.666 INFO kablam! Oct 27 20:20:29.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.666 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.666 INFO kablam! | Oct 27 20:20:29.666 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.666 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.666 INFO kablam! ... Oct 27 20:20:29.666 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 27 20:20:29.666 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.666 INFO kablam! | Oct 27 20:20:29.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.666 INFO kablam! | Oct 27 20:20:29.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.666 INFO kablam! | Oct 27 20:20:29.666 INFO kablam! Oct 27 20:20:29.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.666 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.666 INFO kablam! | Oct 27 20:20:29.666 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.666 INFO kablam! | ^^^^^ Oct 27 20:20:29.666 INFO kablam! ... Oct 27 20:20:29.666 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 27 20:20:29.666 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.666 INFO kablam! | Oct 27 20:20:29.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.666 INFO kablam! | Oct 27 20:20:29.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.666 INFO kablam! | Oct 27 20:20:29.666 INFO kablam! Oct 27 20:20:29.667 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.667 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.667 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.667 INFO kablam! ... Oct 27 20:20:29.667 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 27 20:20:29.667 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.667 INFO kablam! Oct 27 20:20:29.667 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.667 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.667 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.667 INFO kablam! ... Oct 27 20:20:29.667 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 27 20:20:29.667 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! Oct 27 20:20:29.667 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.667 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.667 INFO kablam! | ^^^^^ Oct 27 20:20:29.667 INFO kablam! ... Oct 27 20:20:29.667 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 27 20:20:29.667 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! Oct 27 20:20:29.667 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.667 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.667 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.667 INFO kablam! ... Oct 27 20:20:29.667 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 27 20:20:29.667 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.667 INFO kablam! Oct 27 20:20:29.667 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.667 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.667 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.667 INFO kablam! ... Oct 27 20:20:29.667 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 27 20:20:29.667 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! Oct 27 20:20:29.667 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.667 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.667 INFO kablam! | ^^^^^ Oct 27 20:20:29.667 INFO kablam! ... Oct 27 20:20:29.667 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 27 20:20:29.667 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.667 INFO kablam! | Oct 27 20:20:29.667 INFO kablam! Oct 27 20:20:29.676 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.677 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.677 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.677 INFO kablam! ... Oct 27 20:20:29.677 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 27 20:20:29.677 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.677 INFO kablam! Oct 27 20:20:29.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.677 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.677 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.677 INFO kablam! ... Oct 27 20:20:29.677 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 27 20:20:29.677 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! Oct 27 20:20:29.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.677 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.677 INFO kablam! | ^^^^^ Oct 27 20:20:29.677 INFO kablam! ... Oct 27 20:20:29.677 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 27 20:20:29.677 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! Oct 27 20:20:29.677 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.677 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.677 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.677 INFO kablam! ... Oct 27 20:20:29.677 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 27 20:20:29.677 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.677 INFO kablam! Oct 27 20:20:29.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.677 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.677 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.677 INFO kablam! ... Oct 27 20:20:29.677 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 27 20:20:29.677 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! Oct 27 20:20:29.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.677 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.677 INFO kablam! | ^^^^^ Oct 27 20:20:29.677 INFO kablam! ... Oct 27 20:20:29.677 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 27 20:20:29.677 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! Oct 27 20:20:29.677 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.677 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.677 INFO kablam! | Oct 27 20:20:29.677 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.677 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.677 INFO kablam! ... Oct 27 20:20:29.677 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 27 20:20:29.677 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.678 INFO kablam! Oct 27 20:20:29.678 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.678 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.678 INFO kablam! | Oct 27 20:20:29.678 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.678 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.678 INFO kablam! ... Oct 27 20:20:29.678 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 27 20:20:29.678 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.678 INFO kablam! | Oct 27 20:20:29.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.678 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.678 INFO kablam! | Oct 27 20:20:29.678 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.678 INFO kablam! | Oct 27 20:20:29.678 INFO kablam! Oct 27 20:20:29.678 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.678 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.678 INFO kablam! | Oct 27 20:20:29.678 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.678 INFO kablam! | ^^^^^ Oct 27 20:20:29.678 INFO kablam! ... Oct 27 20:20:29.678 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 27 20:20:29.678 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.678 INFO kablam! | Oct 27 20:20:29.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.678 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.678 INFO kablam! | Oct 27 20:20:29.678 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.678 INFO kablam! | Oct 27 20:20:29.678 INFO kablam! Oct 27 20:20:29.683 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.683 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.683 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.683 INFO kablam! ... Oct 27 20:20:29.683 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 27 20:20:29.683 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.683 INFO kablam! Oct 27 20:20:29.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.683 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.683 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.683 INFO kablam! ... Oct 27 20:20:29.683 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 27 20:20:29.683 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! Oct 27 20:20:29.683 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.683 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.683 INFO kablam! | ^^^^^ Oct 27 20:20:29.683 INFO kablam! ... Oct 27 20:20:29.683 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 27 20:20:29.683 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! Oct 27 20:20:29.683 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.683 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.683 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.683 INFO kablam! ... Oct 27 20:20:29.683 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 27 20:20:29.683 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.683 INFO kablam! Oct 27 20:20:29.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.683 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.683 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.683 INFO kablam! ... Oct 27 20:20:29.683 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 27 20:20:29.683 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! Oct 27 20:20:29.683 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.683 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.683 INFO kablam! | ^^^^^ Oct 27 20:20:29.683 INFO kablam! ... Oct 27 20:20:29.683 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 27 20:20:29.683 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.683 INFO kablam! | Oct 27 20:20:29.683 INFO kablam! Oct 27 20:20:29.683 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.684 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.684 INFO kablam! | Oct 27 20:20:29.684 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.684 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.684 INFO kablam! ... Oct 27 20:20:29.684 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 27 20:20:29.684 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.684 INFO kablam! Oct 27 20:20:29.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.684 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.684 INFO kablam! | Oct 27 20:20:29.684 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.684 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.684 INFO kablam! ... Oct 27 20:20:29.684 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 27 20:20:29.684 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.684 INFO kablam! | Oct 27 20:20:29.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.684 INFO kablam! | Oct 27 20:20:29.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.684 INFO kablam! | Oct 27 20:20:29.684 INFO kablam! Oct 27 20:20:29.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.690 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.690 INFO kablam! | Oct 27 20:20:29.690 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.690 INFO kablam! | ^^^^^ Oct 27 20:20:29.690 INFO kablam! ... Oct 27 20:20:29.690 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 27 20:20:29.690 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.690 INFO kablam! | Oct 27 20:20:29.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.690 INFO kablam! | Oct 27 20:20:29.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.690 INFO kablam! | Oct 27 20:20:29.690 INFO kablam! Oct 27 20:20:29.690 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.690 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.690 INFO kablam! | Oct 27 20:20:29.690 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.690 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.690 INFO kablam! ... Oct 27 20:20:29.690 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 27 20:20:29.690 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.690 INFO kablam! Oct 27 20:20:29.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.690 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.690 INFO kablam! | Oct 27 20:20:29.690 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.690 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.690 INFO kablam! ... Oct 27 20:20:29.690 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 27 20:20:29.690 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.690 INFO kablam! | Oct 27 20:20:29.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.690 INFO kablam! | Oct 27 20:20:29.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.690 INFO kablam! | Oct 27 20:20:29.690 INFO kablam! Oct 27 20:20:29.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.691 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.691 INFO kablam! | ^^^^^ Oct 27 20:20:29.691 INFO kablam! ... Oct 27 20:20:29.691 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 27 20:20:29.691 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! Oct 27 20:20:29.691 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.691 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.691 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.691 INFO kablam! ... Oct 27 20:20:29.691 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 27 20:20:29.691 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.691 INFO kablam! Oct 27 20:20:29.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.691 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.691 INFO kablam! ... Oct 27 20:20:29.691 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 27 20:20:29.691 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! Oct 27 20:20:29.691 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.691 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.691 INFO kablam! | ^^^^^ Oct 27 20:20:29.691 INFO kablam! ... Oct 27 20:20:29.691 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 27 20:20:29.691 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! Oct 27 20:20:29.691 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.691 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.691 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.691 INFO kablam! ... Oct 27 20:20:29.691 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 27 20:20:29.691 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.691 INFO kablam! Oct 27 20:20:29.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.691 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.691 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.691 INFO kablam! ... Oct 27 20:20:29.691 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 27 20:20:29.691 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! Oct 27 20:20:29.691 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.691 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.691 INFO kablam! | Oct 27 20:20:29.691 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.691 INFO kablam! | ^^^^^ Oct 27 20:20:29.691 INFO kablam! ... Oct 27 20:20:29.692 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 27 20:20:29.692 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.692 INFO kablam! | Oct 27 20:20:29.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.692 INFO kablam! | Oct 27 20:20:29.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.692 INFO kablam! | Oct 27 20:20:29.692 INFO kablam! Oct 27 20:20:29.699 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.699 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.699 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.699 INFO kablam! ... Oct 27 20:20:29.699 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 27 20:20:29.699 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.699 INFO kablam! Oct 27 20:20:29.699 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.699 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.699 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.699 INFO kablam! ... Oct 27 20:20:29.699 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 27 20:20:29.699 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! Oct 27 20:20:29.699 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.699 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.699 INFO kablam! | ^^^^^ Oct 27 20:20:29.699 INFO kablam! ... Oct 27 20:20:29.699 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 27 20:20:29.699 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! Oct 27 20:20:29.699 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.699 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.699 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.699 INFO kablam! ... Oct 27 20:20:29.699 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 27 20:20:29.699 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.699 INFO kablam! Oct 27 20:20:29.699 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.699 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.699 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.699 INFO kablam! ... Oct 27 20:20:29.699 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 27 20:20:29.699 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.699 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.699 INFO kablam! | Oct 27 20:20:29.699 INFO kablam! Oct 27 20:20:29.699 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.699 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.700 INFO kablam! | Oct 27 20:20:29.700 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.700 INFO kablam! | ^^^^^ Oct 27 20:20:29.700 INFO kablam! ... Oct 27 20:20:29.700 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 27 20:20:29.700 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.700 INFO kablam! | Oct 27 20:20:29.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.700 INFO kablam! | Oct 27 20:20:29.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.700 INFO kablam! | Oct 27 20:20:29.700 INFO kablam! Oct 27 20:20:29.704 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.704 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.704 INFO kablam! | Oct 27 20:20:29.704 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.704 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.704 INFO kablam! ... Oct 27 20:20:29.704 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 27 20:20:29.704 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.704 INFO kablam! Oct 27 20:20:29.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.704 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.704 INFO kablam! | Oct 27 20:20:29.704 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.704 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.704 INFO kablam! ... Oct 27 20:20:29.704 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 27 20:20:29.704 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.704 INFO kablam! | Oct 27 20:20:29.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.704 INFO kablam! | Oct 27 20:20:29.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.704 INFO kablam! | Oct 27 20:20:29.704 INFO kablam! Oct 27 20:20:29.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.704 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.704 INFO kablam! | Oct 27 20:20:29.704 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.704 INFO kablam! | ^^^^^ Oct 27 20:20:29.704 INFO kablam! ... Oct 27 20:20:29.704 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 27 20:20:29.704 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.704 INFO kablam! | Oct 27 20:20:29.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.704 INFO kablam! | Oct 27 20:20:29.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.704 INFO kablam! | Oct 27 20:20:29.704 INFO kablam! Oct 27 20:20:29.704 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.704 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.704 INFO kablam! | Oct 27 20:20:29.704 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.704 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.704 INFO kablam! ... Oct 27 20:20:29.704 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 27 20:20:29.704 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.704 INFO kablam! Oct 27 20:20:29.710 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.710 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.711 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.711 INFO kablam! ... Oct 27 20:20:29.711 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 27 20:20:29.711 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! Oct 27 20:20:29.711 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.711 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.711 INFO kablam! | ^^^^^ Oct 27 20:20:29.711 INFO kablam! ... Oct 27 20:20:29.711 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 27 20:20:29.711 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! Oct 27 20:20:29.711 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.711 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.711 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.711 INFO kablam! ... Oct 27 20:20:29.711 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 27 20:20:29.711 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.711 INFO kablam! Oct 27 20:20:29.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.711 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.711 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.711 INFO kablam! ... Oct 27 20:20:29.711 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 27 20:20:29.711 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! Oct 27 20:20:29.711 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.711 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.711 INFO kablam! | ^^^^^ Oct 27 20:20:29.711 INFO kablam! ... Oct 27 20:20:29.711 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 27 20:20:29.711 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.711 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! Oct 27 20:20:29.711 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.711 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.711 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.711 INFO kablam! ... Oct 27 20:20:29.711 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 27 20:20:29.711 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.711 INFO kablam! Oct 27 20:20:29.711 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.711 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.711 INFO kablam! | Oct 27 20:20:29.711 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.711 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.711 INFO kablam! ... Oct 27 20:20:29.711 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 27 20:20:29.712 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.712 INFO kablam! | Oct 27 20:20:29.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.712 INFO kablam! | Oct 27 20:20:29.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.712 INFO kablam! | Oct 27 20:20:29.712 INFO kablam! Oct 27 20:20:29.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.712 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.712 INFO kablam! | Oct 27 20:20:29.712 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.712 INFO kablam! | ^^^^^ Oct 27 20:20:29.712 INFO kablam! ... Oct 27 20:20:29.712 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 27 20:20:29.712 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.712 INFO kablam! | Oct 27 20:20:29.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.712 INFO kablam! | Oct 27 20:20:29.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.712 INFO kablam! | Oct 27 20:20:29.712 INFO kablam! Oct 27 20:20:29.717 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.717 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.717 INFO kablam! | Oct 27 20:20:29.717 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.717 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.717 INFO kablam! ... Oct 27 20:20:29.717 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 27 20:20:29.717 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.717 INFO kablam! Oct 27 20:20:29.717 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.717 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.717 INFO kablam! | Oct 27 20:20:29.717 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.717 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.717 INFO kablam! ... Oct 27 20:20:29.717 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 27 20:20:29.717 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.717 INFO kablam! | Oct 27 20:20:29.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.717 INFO kablam! | Oct 27 20:20:29.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.717 INFO kablam! | Oct 27 20:20:29.717 INFO kablam! Oct 27 20:20:29.717 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.717 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.717 INFO kablam! | Oct 27 20:20:29.717 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.717 INFO kablam! | ^^^^^ Oct 27 20:20:29.717 INFO kablam! ... Oct 27 20:20:29.717 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 27 20:20:29.717 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! Oct 27 20:20:29.718 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.718 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.718 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.718 INFO kablam! ... Oct 27 20:20:29.718 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 27 20:20:29.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.718 INFO kablam! Oct 27 20:20:29.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.718 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.718 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.718 INFO kablam! ... Oct 27 20:20:29.718 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 27 20:20:29.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! Oct 27 20:20:29.718 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.718 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.718 INFO kablam! | ^^^^^ Oct 27 20:20:29.718 INFO kablam! ... Oct 27 20:20:29.718 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 27 20:20:29.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! Oct 27 20:20:29.718 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.718 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.718 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.718 INFO kablam! ... Oct 27 20:20:29.718 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 27 20:20:29.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.718 INFO kablam! Oct 27 20:20:29.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.718 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.718 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.718 INFO kablam! ... Oct 27 20:20:29.718 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 27 20:20:29.718 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.718 INFO kablam! | Oct 27 20:20:29.718 INFO kablam! Oct 27 20:20:29.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.724 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.724 INFO kablam! | ^^^^^ Oct 27 20:20:29.724 INFO kablam! ... Oct 27 20:20:29.724 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 27 20:20:29.724 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! Oct 27 20:20:29.724 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.724 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.724 INFO kablam! ... Oct 27 20:20:29.724 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 27 20:20:29.724 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.724 INFO kablam! Oct 27 20:20:29.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.724 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.724 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.724 INFO kablam! ... Oct 27 20:20:29.724 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 27 20:20:29.724 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! Oct 27 20:20:29.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.724 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.724 INFO kablam! | ^^^^^ Oct 27 20:20:29.724 INFO kablam! ... Oct 27 20:20:29.724 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 27 20:20:29.724 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! Oct 27 20:20:29.724 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.724 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.724 INFO kablam! ... Oct 27 20:20:29.724 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 27 20:20:29.724 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.724 INFO kablam! Oct 27 20:20:29.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.724 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.724 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.724 INFO kablam! ... Oct 27 20:20:29.724 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 27 20:20:29.724 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! Oct 27 20:20:29.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.724 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.724 INFO kablam! | Oct 27 20:20:29.724 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.724 INFO kablam! | ^^^^^ Oct 27 20:20:29.724 INFO kablam! ... Oct 27 20:20:29.725 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 27 20:20:29.725 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.725 INFO kablam! | Oct 27 20:20:29.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.725 INFO kablam! | Oct 27 20:20:29.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.725 INFO kablam! | Oct 27 20:20:29.725 INFO kablam! Oct 27 20:20:29.725 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.725 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.725 INFO kablam! | Oct 27 20:20:29.725 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.725 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.725 INFO kablam! ... Oct 27 20:20:29.725 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 27 20:20:29.725 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.725 INFO kablam! Oct 27 20:20:29.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.732 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.732 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.732 INFO kablam! ... Oct 27 20:20:29.732 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 27 20:20:29.732 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! Oct 27 20:20:29.732 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.732 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.732 INFO kablam! | ^^^^^ Oct 27 20:20:29.732 INFO kablam! ... Oct 27 20:20:29.732 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 27 20:20:29.732 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! Oct 27 20:20:29.732 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.732 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.732 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.732 INFO kablam! ... Oct 27 20:20:29.732 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 27 20:20:29.732 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.732 INFO kablam! Oct 27 20:20:29.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.732 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.732 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.732 INFO kablam! ... Oct 27 20:20:29.732 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 27 20:20:29.732 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! Oct 27 20:20:29.732 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.732 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.732 INFO kablam! | ^^^^^ Oct 27 20:20:29.732 INFO kablam! ... Oct 27 20:20:29.732 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 27 20:20:29.732 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! Oct 27 20:20:29.732 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.732 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.732 INFO kablam! | Oct 27 20:20:29.732 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.732 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.732 INFO kablam! ... Oct 27 20:20:29.732 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 27 20:20:29.732 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.732 INFO kablam! Oct 27 20:20:29.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.738 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.739 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.739 INFO kablam! ... Oct 27 20:20:29.739 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 27 20:20:29.739 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! Oct 27 20:20:29.739 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.739 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.739 INFO kablam! | ^^^^^ Oct 27 20:20:29.739 INFO kablam! ... Oct 27 20:20:29.739 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 27 20:20:29.739 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! Oct 27 20:20:29.739 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.739 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.739 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.739 INFO kablam! ... Oct 27 20:20:29.739 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 27 20:20:29.739 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.739 INFO kablam! Oct 27 20:20:29.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.739 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.739 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.739 INFO kablam! ... Oct 27 20:20:29.739 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 27 20:20:29.739 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.739 INFO kablam! | Oct 27 20:20:29.739 INFO kablam! Oct 27 20:20:29.746 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.747 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.747 INFO kablam! | ^^^^^ Oct 27 20:20:29.747 INFO kablam! ... Oct 27 20:20:29.747 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 27 20:20:29.747 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! Oct 27 20:20:29.747 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.747 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.747 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.747 INFO kablam! ... Oct 27 20:20:29.747 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 27 20:20:29.747 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.747 INFO kablam! Oct 27 20:20:29.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.747 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.747 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.747 INFO kablam! ... Oct 27 20:20:29.747 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 27 20:20:29.747 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! Oct 27 20:20:29.747 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.747 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.747 INFO kablam! | ^^^^^ Oct 27 20:20:29.747 INFO kablam! ... Oct 27 20:20:29.747 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 27 20:20:29.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! Oct 27 20:20:29.747 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.747 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.747 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.747 INFO kablam! ... Oct 27 20:20:29.747 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 27 20:20:29.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.747 INFO kablam! Oct 27 20:20:29.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.747 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.747 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.747 INFO kablam! ... Oct 27 20:20:29.747 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 27 20:20:29.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! Oct 27 20:20:29.747 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.747 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.747 INFO kablam! | Oct 27 20:20:29.747 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.747 INFO kablam! | ^^^^^ Oct 27 20:20:29.747 INFO kablam! ... Oct 27 20:20:29.747 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 27 20:20:29.747 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! Oct 27 20:20:29.748 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.748 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.748 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.748 INFO kablam! ... Oct 27 20:20:29.748 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 27 20:20:29.748 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.748 INFO kablam! Oct 27 20:20:29.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.748 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.748 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.748 INFO kablam! ... Oct 27 20:20:29.748 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 27 20:20:29.748 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! Oct 27 20:20:29.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.748 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.748 INFO kablam! | ^^^^^ Oct 27 20:20:29.748 INFO kablam! ... Oct 27 20:20:29.748 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 27 20:20:29.748 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.748 INFO kablam! | Oct 27 20:20:29.748 INFO kablam! Oct 27 20:20:29.750 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.750 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.750 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.750 INFO kablam! ... Oct 27 20:20:29.750 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 27 20:20:29.750 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.750 INFO kablam! Oct 27 20:20:29.750 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.750 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.750 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.750 INFO kablam! ... Oct 27 20:20:29.750 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 27 20:20:29.750 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! Oct 27 20:20:29.750 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.750 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.750 INFO kablam! | ^^^^^ Oct 27 20:20:29.750 INFO kablam! ... Oct 27 20:20:29.750 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 27 20:20:29.750 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! Oct 27 20:20:29.750 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.750 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.750 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.750 INFO kablam! ... Oct 27 20:20:29.750 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 27 20:20:29.750 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.750 INFO kablam! Oct 27 20:20:29.750 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.750 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.750 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.750 INFO kablam! ... Oct 27 20:20:29.750 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 27 20:20:29.750 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.750 INFO kablam! | Oct 27 20:20:29.750 INFO kablam! Oct 27 20:20:29.756 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.756 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.756 INFO kablam! | Oct 27 20:20:29.756 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.756 INFO kablam! | ^^^^^ Oct 27 20:20:29.756 INFO kablam! ... Oct 27 20:20:29.756 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Oct 27 20:20:29.756 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.756 INFO kablam! | Oct 27 20:20:29.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.756 INFO kablam! | Oct 27 20:20:29.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.756 INFO kablam! | Oct 27 20:20:29.756 INFO kablam! Oct 27 20:20:29.756 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.756 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.756 INFO kablam! | Oct 27 20:20:29.756 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.756 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.756 INFO kablam! ... Oct 27 20:20:29.756 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Oct 27 20:20:29.756 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.756 INFO kablam! Oct 27 20:20:29.756 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.756 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.756 INFO kablam! | Oct 27 20:20:29.756 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.756 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.756 INFO kablam! ... Oct 27 20:20:29.756 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Oct 27 20:20:29.756 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.756 INFO kablam! | Oct 27 20:20:29.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.756 INFO kablam! | Oct 27 20:20:29.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.756 INFO kablam! | Oct 27 20:20:29.756 INFO kablam! Oct 27 20:20:29.766 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.767 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.767 INFO kablam! | ^^^^^ Oct 27 20:20:29.767 INFO kablam! ... Oct 27 20:20:29.767 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 27 20:20:29.767 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! Oct 27 20:20:29.767 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.767 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.767 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.767 INFO kablam! ... Oct 27 20:20:29.767 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 27 20:20:29.767 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.767 INFO kablam! Oct 27 20:20:29.767 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.767 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.767 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.767 INFO kablam! ... Oct 27 20:20:29.767 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 27 20:20:29.767 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! Oct 27 20:20:29.767 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.767 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.767 INFO kablam! | ^^^^^ Oct 27 20:20:29.767 INFO kablam! ... Oct 27 20:20:29.767 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 27 20:20:29.767 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! Oct 27 20:20:29.767 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.767 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.767 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.767 INFO kablam! ... Oct 27 20:20:29.767 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 27 20:20:29.767 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.767 INFO kablam! Oct 27 20:20:29.767 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.767 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.767 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.767 INFO kablam! ... Oct 27 20:20:29.767 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 27 20:20:29.767 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! Oct 27 20:20:29.767 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.767 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.767 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.767 INFO kablam! | ^^^^^ Oct 27 20:20:29.767 INFO kablam! ... Oct 27 20:20:29.767 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 27 20:20:29.767 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.767 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! Oct 27 20:20:29.768 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.768 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.768 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.768 INFO kablam! ... Oct 27 20:20:29.768 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 27 20:20:29.768 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.768 INFO kablam! Oct 27 20:20:29.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.768 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.768 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.768 INFO kablam! ... Oct 27 20:20:29.768 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 27 20:20:29.768 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! Oct 27 20:20:29.768 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.768 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.768 INFO kablam! | ^^^^^ Oct 27 20:20:29.768 INFO kablam! ... Oct 27 20:20:29.768 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 27 20:20:29.768 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! Oct 27 20:20:29.768 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.768 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.768 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.768 INFO kablam! ... Oct 27 20:20:29.768 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 27 20:20:29.768 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.768 INFO kablam! Oct 27 20:20:29.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.768 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.768 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.768 INFO kablam! ... Oct 27 20:20:29.768 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 27 20:20:29.768 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! Oct 27 20:20:29.768 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.768 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.768 INFO kablam! | ^^^^^ Oct 27 20:20:29.768 INFO kablam! ... Oct 27 20:20:29.768 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 27 20:20:29.768 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.768 INFO kablam! | Oct 27 20:20:29.768 INFO kablam! Oct 27 20:20:29.768 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.768 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.769 INFO kablam! | Oct 27 20:20:29.769 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.769 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.769 INFO kablam! ... Oct 27 20:20:29.769 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 27 20:20:29.769 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.769 INFO kablam! Oct 27 20:20:29.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.769 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.769 INFO kablam! | Oct 27 20:20:29.769 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.769 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.769 INFO kablam! ... Oct 27 20:20:29.769 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 27 20:20:29.769 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.769 INFO kablam! | Oct 27 20:20:29.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.769 INFO kablam! | Oct 27 20:20:29.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.769 INFO kablam! | Oct 27 20:20:29.769 INFO kablam! Oct 27 20:20:29.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.769 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.769 INFO kablam! | Oct 27 20:20:29.769 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.769 INFO kablam! | ^^^^^ Oct 27 20:20:29.769 INFO kablam! ... Oct 27 20:20:29.769 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 27 20:20:29.769 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.769 INFO kablam! | Oct 27 20:20:29.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.771 INFO kablam! | Oct 27 20:20:29.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.771 INFO kablam! | Oct 27 20:20:29.771 INFO kablam! Oct 27 20:20:29.771 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.771 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.771 INFO kablam! | Oct 27 20:20:29.771 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.771 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.771 INFO kablam! ... Oct 27 20:20:29.771 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 27 20:20:29.771 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.771 INFO kablam! Oct 27 20:20:29.771 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.771 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.771 INFO kablam! | Oct 27 20:20:29.771 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.771 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.771 INFO kablam! ... Oct 27 20:20:29.772 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 27 20:20:29.772 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.772 INFO kablam! | Oct 27 20:20:29.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.772 INFO kablam! | Oct 27 20:20:29.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.772 INFO kablam! | Oct 27 20:20:29.772 INFO kablam! Oct 27 20:20:29.780 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.780 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.780 INFO kablam! | ^^^^^ Oct 27 20:20:29.780 INFO kablam! ... Oct 27 20:20:29.780 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 27 20:20:29.780 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! Oct 27 20:20:29.780 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.780 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.780 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.780 INFO kablam! ... Oct 27 20:20:29.780 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 27 20:20:29.780 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.780 INFO kablam! Oct 27 20:20:29.780 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.780 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.780 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.780 INFO kablam! ... Oct 27 20:20:29.780 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 27 20:20:29.780 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! Oct 27 20:20:29.780 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.780 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.780 INFO kablam! | ^^^^^ Oct 27 20:20:29.780 INFO kablam! ... Oct 27 20:20:29.780 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 27 20:20:29.780 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.780 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! Oct 27 20:20:29.781 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.781 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.781 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.781 INFO kablam! ... Oct 27 20:20:29.781 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 27 20:20:29.781 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.781 INFO kablam! Oct 27 20:20:29.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.781 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.781 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.781 INFO kablam! ... Oct 27 20:20:29.781 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 27 20:20:29.781 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! Oct 27 20:20:29.781 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.781 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.781 INFO kablam! | ^^^^^ Oct 27 20:20:29.781 INFO kablam! ... Oct 27 20:20:29.781 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 27 20:20:29.781 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! Oct 27 20:20:29.781 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.781 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.781 INFO kablam! | Oct 27 20:20:29.781 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.781 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.781 INFO kablam! ... Oct 27 20:20:29.781 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 27 20:20:29.781 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.781 INFO kablam! Oct 27 20:20:29.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.788 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.788 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.788 INFO kablam! ... Oct 27 20:20:29.788 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 27 20:20:29.788 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! Oct 27 20:20:29.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.788 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.788 INFO kablam! | ^^^^^ Oct 27 20:20:29.788 INFO kablam! ... Oct 27 20:20:29.788 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 27 20:20:29.788 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! Oct 27 20:20:29.788 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.788 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.788 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.788 INFO kablam! ... Oct 27 20:20:29.788 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 27 20:20:29.788 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.788 INFO kablam! Oct 27 20:20:29.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.788 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.788 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.788 INFO kablam! ... Oct 27 20:20:29.788 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 27 20:20:29.788 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! Oct 27 20:20:29.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.788 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.788 INFO kablam! | ^^^^^ Oct 27 20:20:29.788 INFO kablam! ... Oct 27 20:20:29.788 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 27 20:20:29.788 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.788 INFO kablam! | Oct 27 20:20:29.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.789 INFO kablam! | Oct 27 20:20:29.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.789 INFO kablam! | Oct 27 20:20:29.789 INFO kablam! Oct 27 20:20:29.789 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.789 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.789 INFO kablam! | Oct 27 20:20:29.789 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.789 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.789 INFO kablam! ... Oct 27 20:20:29.789 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 27 20:20:29.789 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.789 INFO kablam! Oct 27 20:20:29.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.792 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.792 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.792 INFO kablam! ... Oct 27 20:20:29.792 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 27 20:20:29.792 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! Oct 27 20:20:29.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.792 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.792 INFO kablam! | ^^^^^ Oct 27 20:20:29.792 INFO kablam! ... Oct 27 20:20:29.792 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 27 20:20:29.792 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! Oct 27 20:20:29.792 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.792 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.792 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.792 INFO kablam! ... Oct 27 20:20:29.792 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 27 20:20:29.792 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.792 INFO kablam! Oct 27 20:20:29.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.792 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.792 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.792 INFO kablam! ... Oct 27 20:20:29.792 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 27 20:20:29.792 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! Oct 27 20:20:29.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.792 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.792 INFO kablam! | ^^^^^ Oct 27 20:20:29.792 INFO kablam! ... Oct 27 20:20:29.792 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 27 20:20:29.792 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! Oct 27 20:20:29.792 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.792 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.792 INFO kablam! | Oct 27 20:20:29.792 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.792 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.793 INFO kablam! ... Oct 27 20:20:29.793 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 27 20:20:29.793 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.793 INFO kablam! Oct 27 20:20:29.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.793 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.793 INFO kablam! | Oct 27 20:20:29.793 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.793 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.793 INFO kablam! ... Oct 27 20:20:29.793 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 27 20:20:29.793 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.793 INFO kablam! | Oct 27 20:20:29.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.793 INFO kablam! | Oct 27 20:20:29.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.793 INFO kablam! | Oct 27 20:20:29.793 INFO kablam! Oct 27 20:20:29.800 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.800 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.800 INFO kablam! | Oct 27 20:20:29.800 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.800 INFO kablam! | ^^^^^ Oct 27 20:20:29.800 INFO kablam! ... Oct 27 20:20:29.800 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Oct 27 20:20:29.800 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.800 INFO kablam! | Oct 27 20:20:29.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.800 INFO kablam! | Oct 27 20:20:29.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.800 INFO kablam! | Oct 27 20:20:29.800 INFO kablam! Oct 27 20:20:29.800 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.800 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.800 INFO kablam! | Oct 27 20:20:29.800 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.800 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.800 INFO kablam! ... Oct 27 20:20:29.800 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Oct 27 20:20:29.800 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.800 INFO kablam! Oct 27 20:20:29.800 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.800 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.800 INFO kablam! | Oct 27 20:20:29.800 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.800 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.800 INFO kablam! ... Oct 27 20:20:29.800 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Oct 27 20:20:29.800 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.800 INFO kablam! | Oct 27 20:20:29.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.800 INFO kablam! | Oct 27 20:20:29.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.800 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! Oct 27 20:20:29.801 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.801 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.801 INFO kablam! | ^^^^^ Oct 27 20:20:29.801 INFO kablam! ... Oct 27 20:20:29.801 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 27 20:20:29.801 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! Oct 27 20:20:29.801 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.801 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.801 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.801 INFO kablam! ... Oct 27 20:20:29.801 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 27 20:20:29.801 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.801 INFO kablam! Oct 27 20:20:29.801 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.801 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.801 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.801 INFO kablam! ... Oct 27 20:20:29.801 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 27 20:20:29.801 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! Oct 27 20:20:29.801 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.801 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.801 INFO kablam! | ^^^^^ Oct 27 20:20:29.801 INFO kablam! ... Oct 27 20:20:29.801 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 27 20:20:29.801 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! Oct 27 20:20:29.801 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.801 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.801 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.801 INFO kablam! ... Oct 27 20:20:29.801 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 27 20:20:29.801 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.801 INFO kablam! Oct 27 20:20:29.801 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.801 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.801 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.801 INFO kablam! ... Oct 27 20:20:29.801 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 27 20:20:29.801 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.801 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.801 INFO kablam! | Oct 27 20:20:29.801 INFO kablam! Oct 27 20:20:29.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.808 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.808 INFO kablam! | ^^^^^ Oct 27 20:20:29.808 INFO kablam! ... Oct 27 20:20:29.808 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 27 20:20:29.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! Oct 27 20:20:29.808 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.808 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.808 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.808 INFO kablam! ... Oct 27 20:20:29.808 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 27 20:20:29.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.808 INFO kablam! Oct 27 20:20:29.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.808 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.808 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.808 INFO kablam! ... Oct 27 20:20:29.808 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 27 20:20:29.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! Oct 27 20:20:29.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.808 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.808 INFO kablam! | ^^^^^ Oct 27 20:20:29.808 INFO kablam! ... Oct 27 20:20:29.808 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 27 20:20:29.808 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! Oct 27 20:20:29.808 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.808 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.808 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.808 INFO kablam! ... Oct 27 20:20:29.808 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 27 20:20:29.808 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.808 INFO kablam! Oct 27 20:20:29.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.808 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.808 INFO kablam! | Oct 27 20:20:29.808 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.808 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.808 INFO kablam! ... Oct 27 20:20:29.809 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 27 20:20:29.809 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.809 INFO kablam! | Oct 27 20:20:29.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.809 INFO kablam! | Oct 27 20:20:29.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.809 INFO kablam! | Oct 27 20:20:29.809 INFO kablam! Oct 27 20:20:29.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.814 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.814 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.815 INFO kablam! | ^^^^^ Oct 27 20:20:29.815 INFO kablam! ... Oct 27 20:20:29.815 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 27 20:20:29.815 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! Oct 27 20:20:29.815 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.815 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.815 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.815 INFO kablam! ... Oct 27 20:20:29.815 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 27 20:20:29.815 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.815 INFO kablam! Oct 27 20:20:29.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.815 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.815 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.815 INFO kablam! ... Oct 27 20:20:29.815 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 27 20:20:29.815 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! Oct 27 20:20:29.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.815 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.815 INFO kablam! | ^^^^^ Oct 27 20:20:29.815 INFO kablam! ... Oct 27 20:20:29.815 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 27 20:20:29.815 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! Oct 27 20:20:29.815 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.815 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.815 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.815 INFO kablam! ... Oct 27 20:20:29.815 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 27 20:20:29.815 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.815 INFO kablam! Oct 27 20:20:29.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.815 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.815 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.815 INFO kablam! ... Oct 27 20:20:29.815 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 27 20:20:29.815 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! Oct 27 20:20:29.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.815 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.815 INFO kablam! | ^^^^^ Oct 27 20:20:29.815 INFO kablam! ... Oct 27 20:20:29.815 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 27 20:20:29.815 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.815 INFO kablam! | Oct 27 20:20:29.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.816 INFO kablam! | Oct 27 20:20:29.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.816 INFO kablam! | Oct 27 20:20:29.816 INFO kablam! Oct 27 20:20:29.816 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.816 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.816 INFO kablam! | Oct 27 20:20:29.816 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.816 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.816 INFO kablam! ... Oct 27 20:20:29.816 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 27 20:20:29.816 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.816 INFO kablam! Oct 27 20:20:29.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.816 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.816 INFO kablam! | Oct 27 20:20:29.816 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.816 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.816 INFO kablam! ... Oct 27 20:20:29.816 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 27 20:20:29.816 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.816 INFO kablam! | Oct 27 20:20:29.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.816 INFO kablam! | Oct 27 20:20:29.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.816 INFO kablam! | Oct 27 20:20:29.816 INFO kablam! Oct 27 20:20:29.818 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.819 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.819 INFO kablam! | ^^^^^ Oct 27 20:20:29.819 INFO kablam! ... Oct 27 20:20:29.819 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 27 20:20:29.819 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! Oct 27 20:20:29.819 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.819 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.819 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.819 INFO kablam! ... Oct 27 20:20:29.819 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 27 20:20:29.819 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.819 INFO kablam! Oct 27 20:20:29.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.819 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.819 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.819 INFO kablam! ... Oct 27 20:20:29.819 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 27 20:20:29.819 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! Oct 27 20:20:29.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.819 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.819 INFO kablam! | ^^^^^ Oct 27 20:20:29.819 INFO kablam! ... Oct 27 20:20:29.819 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 27 20:20:29.819 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.819 INFO kablam! | Oct 27 20:20:29.819 INFO kablam! Oct 27 20:20:29.826 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.826 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.826 INFO kablam! | Oct 27 20:20:29.827 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.827 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.827 INFO kablam! ... Oct 27 20:20:29.827 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 27 20:20:29.827 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.827 INFO kablam! Oct 27 20:20:29.827 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.827 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.827 INFO kablam! | Oct 27 20:20:29.827 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.827 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.827 INFO kablam! ... Oct 27 20:20:29.827 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 27 20:20:29.827 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.827 INFO kablam! | Oct 27 20:20:29.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.827 INFO kablam! | Oct 27 20:20:29.827 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.827 INFO kablam! | Oct 27 20:20:29.827 INFO kablam! Oct 27 20:20:29.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.831 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.831 INFO kablam! | Oct 27 20:20:29.831 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.831 INFO kablam! | ^^^^^ Oct 27 20:20:29.831 INFO kablam! ... Oct 27 20:20:29.831 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 27 20:20:29.831 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.831 INFO kablam! | Oct 27 20:20:29.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.831 INFO kablam! | Oct 27 20:20:29.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.831 INFO kablam! | Oct 27 20:20:29.831 INFO kablam! Oct 27 20:20:29.831 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.832 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.832 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.832 INFO kablam! ... Oct 27 20:20:29.832 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 27 20:20:29.832 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.832 INFO kablam! Oct 27 20:20:29.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.832 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.832 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.832 INFO kablam! ... Oct 27 20:20:29.832 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 27 20:20:29.832 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! Oct 27 20:20:29.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.832 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.832 INFO kablam! | ^^^^^ Oct 27 20:20:29.832 INFO kablam! ... Oct 27 20:20:29.832 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 27 20:20:29.832 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! Oct 27 20:20:29.832 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.832 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.832 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.832 INFO kablam! ... Oct 27 20:20:29.832 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 27 20:20:29.832 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.832 INFO kablam! Oct 27 20:20:29.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.832 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.832 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.832 INFO kablam! ... Oct 27 20:20:29.832 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 27 20:20:29.832 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! Oct 27 20:20:29.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.832 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.832 INFO kablam! | ^^^^^ Oct 27 20:20:29.832 INFO kablam! ... Oct 27 20:20:29.832 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 27 20:20:29.832 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! Oct 27 20:20:29.832 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.832 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.832 INFO kablam! | Oct 27 20:20:29.832 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.832 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.832 INFO kablam! ... Oct 27 20:20:29.832 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 27 20:20:29.832 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.832 INFO kablam! Oct 27 20:20:29.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.833 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.833 INFO kablam! | Oct 27 20:20:29.833 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.833 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.833 INFO kablam! ... Oct 27 20:20:29.833 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 27 20:20:29.833 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.833 INFO kablam! | Oct 27 20:20:29.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.833 INFO kablam! | Oct 27 20:20:29.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.833 INFO kablam! | Oct 27 20:20:29.833 INFO kablam! Oct 27 20:20:29.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.833 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.833 INFO kablam! | Oct 27 20:20:29.833 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.833 INFO kablam! | ^^^^^ Oct 27 20:20:29.833 INFO kablam! ... Oct 27 20:20:29.833 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 27 20:20:29.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.833 INFO kablam! | Oct 27 20:20:29.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.833 INFO kablam! | Oct 27 20:20:29.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.833 INFO kablam! | Oct 27 20:20:29.833 INFO kablam! Oct 27 20:20:29.835 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.835 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.835 INFO kablam! | Oct 27 20:20:29.835 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.835 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.836 INFO kablam! ... Oct 27 20:20:29.836 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 27 20:20:29.836 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.836 INFO kablam! Oct 27 20:20:29.836 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.836 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.836 INFO kablam! | Oct 27 20:20:29.836 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.836 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.836 INFO kablam! ... Oct 27 20:20:29.836 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 27 20:20:29.836 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.836 INFO kablam! | Oct 27 20:20:29.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.836 INFO kablam! | Oct 27 20:20:29.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.836 INFO kablam! | Oct 27 20:20:29.836 INFO kablam! Oct 27 20:20:29.836 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.836 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.836 INFO kablam! | Oct 27 20:20:29.836 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.836 INFO kablam! | ^^^^^ Oct 27 20:20:29.836 INFO kablam! ... Oct 27 20:20:29.836 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 27 20:20:29.836 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.836 INFO kablam! | Oct 27 20:20:29.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.836 INFO kablam! | Oct 27 20:20:29.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.836 INFO kablam! | Oct 27 20:20:29.836 INFO kablam! Oct 27 20:20:29.836 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.836 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.836 INFO kablam! | Oct 27 20:20:29.836 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.836 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.836 INFO kablam! ... Oct 27 20:20:29.836 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 27 20:20:29.836 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.836 INFO kablam! Oct 27 20:20:29.838 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.839 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.839 INFO kablam! | Oct 27 20:20:29.839 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.839 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.839 INFO kablam! ... Oct 27 20:20:29.839 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 27 20:20:29.839 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.839 INFO kablam! | Oct 27 20:20:29.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.839 INFO kablam! | Oct 27 20:20:29.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.839 INFO kablam! | Oct 27 20:20:29.839 INFO kablam! Oct 27 20:20:29.839 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.839 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.839 INFO kablam! | Oct 27 20:20:29.839 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.839 INFO kablam! | ^^^^^ Oct 27 20:20:29.839 INFO kablam! ... Oct 27 20:20:29.839 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 27 20:20:29.839 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.839 INFO kablam! | Oct 27 20:20:29.839 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.839 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.839 INFO kablam! | Oct 27 20:20:29.839 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.839 INFO kablam! | Oct 27 20:20:29.839 INFO kablam! Oct 27 20:20:29.844 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.844 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.844 INFO kablam! | Oct 27 20:20:29.844 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.844 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.844 INFO kablam! ... Oct 27 20:20:29.844 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 27 20:20:29.844 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.844 INFO kablam! Oct 27 20:20:29.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.844 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.844 INFO kablam! | Oct 27 20:20:29.844 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.844 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.844 INFO kablam! ... Oct 27 20:20:29.844 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 27 20:20:29.844 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.844 INFO kablam! | Oct 27 20:20:29.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.844 INFO kablam! | Oct 27 20:20:29.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.844 INFO kablam! | Oct 27 20:20:29.844 INFO kablam! Oct 27 20:20:29.850 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.851 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.851 INFO kablam! | ^^^^^ Oct 27 20:20:29.851 INFO kablam! ... Oct 27 20:20:29.851 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 27 20:20:29.851 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! Oct 27 20:20:29.851 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.851 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.851 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.851 INFO kablam! ... Oct 27 20:20:29.851 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 27 20:20:29.851 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.851 INFO kablam! Oct 27 20:20:29.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.851 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.851 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.851 INFO kablam! ... Oct 27 20:20:29.851 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 27 20:20:29.851 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! Oct 27 20:20:29.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.851 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.851 INFO kablam! | ^^^^^ Oct 27 20:20:29.851 INFO kablam! ... Oct 27 20:20:29.851 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 27 20:20:29.851 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! Oct 27 20:20:29.851 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.851 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.851 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.851 INFO kablam! ... Oct 27 20:20:29.851 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 27 20:20:29.851 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.851 INFO kablam! Oct 27 20:20:29.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.851 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.851 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.851 INFO kablam! ... Oct 27 20:20:29.851 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 27 20:20:29.851 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! Oct 27 20:20:29.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.851 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.851 INFO kablam! | Oct 27 20:20:29.851 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.851 INFO kablam! | ^^^^^ Oct 27 20:20:29.851 INFO kablam! ... Oct 27 20:20:29.851 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 27 20:20:29.852 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.852 INFO kablam! | Oct 27 20:20:29.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.852 INFO kablam! | Oct 27 20:20:29.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.852 INFO kablam! | Oct 27 20:20:29.852 INFO kablam! Oct 27 20:20:29.852 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.852 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.852 INFO kablam! | Oct 27 20:20:29.852 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.852 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.852 INFO kablam! ... Oct 27 20:20:29.852 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 27 20:20:29.852 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.852 INFO kablam! Oct 27 20:20:29.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.859 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.859 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.859 INFO kablam! ... Oct 27 20:20:29.859 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 27 20:20:29.859 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! Oct 27 20:20:29.859 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.859 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.859 INFO kablam! | ^^^^^ Oct 27 20:20:29.859 INFO kablam! ... Oct 27 20:20:29.859 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 27 20:20:29.859 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! Oct 27 20:20:29.859 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.859 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.859 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.859 INFO kablam! ... Oct 27 20:20:29.859 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 27 20:20:29.859 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.859 INFO kablam! Oct 27 20:20:29.859 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.859 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.859 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.859 INFO kablam! ... Oct 27 20:20:29.859 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 27 20:20:29.859 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! Oct 27 20:20:29.859 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.859 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.859 INFO kablam! | ^^^^^ Oct 27 20:20:29.859 INFO kablam! ... Oct 27 20:20:29.859 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 27 20:20:29.859 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! Oct 27 20:20:29.859 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.859 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.859 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.859 INFO kablam! ... Oct 27 20:20:29.859 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 27 20:20:29.859 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.859 INFO kablam! Oct 27 20:20:29.859 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.859 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.859 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.859 INFO kablam! ... Oct 27 20:20:29.859 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 27 20:20:29.859 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.859 INFO kablam! | Oct 27 20:20:29.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.860 INFO kablam! | Oct 27 20:20:29.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.860 INFO kablam! | Oct 27 20:20:29.860 INFO kablam! Oct 27 20:20:29.867 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.867 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.867 INFO kablam! | ^^^^^ Oct 27 20:20:29.867 INFO kablam! ... Oct 27 20:20:29.867 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 27 20:20:29.867 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! Oct 27 20:20:29.867 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.867 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.867 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.867 INFO kablam! ... Oct 27 20:20:29.867 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 27 20:20:29.867 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.867 INFO kablam! Oct 27 20:20:29.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.867 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.867 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.867 INFO kablam! ... Oct 27 20:20:29.867 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 27 20:20:29.867 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! Oct 27 20:20:29.867 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.867 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.867 INFO kablam! | ^^^^^ Oct 27 20:20:29.867 INFO kablam! ... Oct 27 20:20:29.867 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 27 20:20:29.867 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! Oct 27 20:20:29.867 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.867 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.867 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.867 INFO kablam! ... Oct 27 20:20:29.867 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 27 20:20:29.867 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.867 INFO kablam! Oct 27 20:20:29.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.867 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.867 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.867 INFO kablam! ... Oct 27 20:20:29.867 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 27 20:20:29.867 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! Oct 27 20:20:29.867 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.867 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.867 INFO kablam! | ^^^^^ Oct 27 20:20:29.867 INFO kablam! ... Oct 27 20:20:29.867 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 27 20:20:29.867 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! Oct 27 20:20:29.867 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.867 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.867 INFO kablam! | Oct 27 20:20:29.867 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.867 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.867 INFO kablam! ... Oct 27 20:20:29.867 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 27 20:20:29.867 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.867 INFO kablam! Oct 27 20:20:29.874 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.875 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.875 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.875 INFO kablam! ... Oct 27 20:20:29.875 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 27 20:20:29.875 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! Oct 27 20:20:29.875 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.875 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.875 INFO kablam! | ^^^^^ Oct 27 20:20:29.875 INFO kablam! ... Oct 27 20:20:29.875 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 27 20:20:29.875 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! Oct 27 20:20:29.875 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.875 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.875 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.875 INFO kablam! ... Oct 27 20:20:29.875 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 27 20:20:29.875 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.875 INFO kablam! Oct 27 20:20:29.875 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.875 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.875 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.875 INFO kablam! ... Oct 27 20:20:29.875 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 27 20:20:29.875 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! Oct 27 20:20:29.875 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.875 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.875 INFO kablam! | ^^^^^ Oct 27 20:20:29.875 INFO kablam! ... Oct 27 20:20:29.875 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 27 20:20:29.875 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! Oct 27 20:20:29.875 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.875 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.875 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.875 INFO kablam! ... Oct 27 20:20:29.875 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 27 20:20:29.875 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.875 INFO kablam! Oct 27 20:20:29.875 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.875 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.875 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.875 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.875 INFO kablam! ... Oct 27 20:20:29.875 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 27 20:20:29.875 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.875 INFO kablam! | Oct 27 20:20:29.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.876 INFO kablam! | Oct 27 20:20:29.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.876 INFO kablam! | Oct 27 20:20:29.876 INFO kablam! Oct 27 20:20:29.882 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.883 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.883 INFO kablam! | ^^^^^ Oct 27 20:20:29.883 INFO kablam! ... Oct 27 20:20:29.883 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 27 20:20:29.883 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! Oct 27 20:20:29.883 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.883 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.883 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.883 INFO kablam! ... Oct 27 20:20:29.883 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 27 20:20:29.883 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.883 INFO kablam! Oct 27 20:20:29.883 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.883 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.883 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.883 INFO kablam! ... Oct 27 20:20:29.883 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 27 20:20:29.883 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! Oct 27 20:20:29.883 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.883 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.883 INFO kablam! | ^^^^^ Oct 27 20:20:29.883 INFO kablam! ... Oct 27 20:20:29.883 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 27 20:20:29.883 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! Oct 27 20:20:29.883 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.883 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.883 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.883 INFO kablam! ... Oct 27 20:20:29.883 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 27 20:20:29.883 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.883 INFO kablam! Oct 27 20:20:29.883 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.883 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.883 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.883 INFO kablam! ... Oct 27 20:20:29.883 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 27 20:20:29.883 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! Oct 27 20:20:29.883 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.883 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.883 INFO kablam! | Oct 27 20:20:29.883 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.883 INFO kablam! | ^^^^^ Oct 27 20:20:29.883 INFO kablam! ... Oct 27 20:20:29.883 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 27 20:20:29.883 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.884 INFO kablam! | Oct 27 20:20:29.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.884 INFO kablam! | Oct 27 20:20:29.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.884 INFO kablam! | Oct 27 20:20:29.884 INFO kablam! Oct 27 20:20:29.890 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.890 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.891 INFO kablam! ... Oct 27 20:20:29.891 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 27 20:20:29.891 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.891 INFO kablam! Oct 27 20:20:29.891 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.891 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.891 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.891 INFO kablam! ... Oct 27 20:20:29.891 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 27 20:20:29.891 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! Oct 27 20:20:29.891 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.891 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.891 INFO kablam! | ^^^^^ Oct 27 20:20:29.891 INFO kablam! ... Oct 27 20:20:29.891 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 27 20:20:29.891 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! Oct 27 20:20:29.891 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.891 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.891 INFO kablam! ... Oct 27 20:20:29.891 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 27 20:20:29.891 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.891 INFO kablam! Oct 27 20:20:29.891 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.891 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.891 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.891 INFO kablam! ... Oct 27 20:20:29.891 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 27 20:20:29.891 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! Oct 27 20:20:29.891 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.891 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.891 INFO kablam! | ^^^^^ Oct 27 20:20:29.891 INFO kablam! ... Oct 27 20:20:29.891 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 27 20:20:29.891 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! Oct 27 20:20:29.891 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.891 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.891 INFO kablam! | Oct 27 20:20:29.891 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.891 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.891 INFO kablam! ... Oct 27 20:20:29.891 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 27 20:20:29.891 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.891 INFO kablam! Oct 27 20:20:29.891 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.892 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.892 INFO kablam! | Oct 27 20:20:29.892 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.892 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.892 INFO kablam! ... Oct 27 20:20:29.892 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 27 20:20:29.892 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.892 INFO kablam! | Oct 27 20:20:29.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.892 INFO kablam! | Oct 27 20:20:29.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.892 INFO kablam! | Oct 27 20:20:29.892 INFO kablam! Oct 27 20:20:29.892 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.892 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.892 INFO kablam! | Oct 27 20:20:29.892 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.892 INFO kablam! | ^^^^^ Oct 27 20:20:29.892 INFO kablam! ... Oct 27 20:20:29.892 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 27 20:20:29.892 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.892 INFO kablam! | Oct 27 20:20:29.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.892 INFO kablam! | Oct 27 20:20:29.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.892 INFO kablam! | Oct 27 20:20:29.892 INFO kablam! Oct 27 20:20:29.892 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.892 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.892 INFO kablam! | Oct 27 20:20:29.892 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.892 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.892 INFO kablam! ... Oct 27 20:20:29.892 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 27 20:20:29.892 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.892 INFO kablam! Oct 27 20:20:29.898 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.899 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.899 INFO kablam! ... Oct 27 20:20:29.899 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 27 20:20:29.899 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! Oct 27 20:20:29.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.899 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.899 INFO kablam! | ^^^^^ Oct 27 20:20:29.899 INFO kablam! ... Oct 27 20:20:29.899 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 27 20:20:29.899 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! Oct 27 20:20:29.899 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.899 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.899 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.899 INFO kablam! ... Oct 27 20:20:29.899 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 27 20:20:29.899 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.899 INFO kablam! Oct 27 20:20:29.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.899 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.899 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.899 INFO kablam! ... Oct 27 20:20:29.899 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 27 20:20:29.899 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! Oct 27 20:20:29.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.899 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.899 INFO kablam! | ^^^^^ Oct 27 20:20:29.899 INFO kablam! ... Oct 27 20:20:29.899 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 27 20:20:29.899 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! Oct 27 20:20:29.899 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.899 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.899 INFO kablam! | Oct 27 20:20:29.899 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.899 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.899 INFO kablam! ... Oct 27 20:20:29.899 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 27 20:20:29.899 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.899 INFO kablam! Oct 27 20:20:29.907 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.907 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.907 INFO kablam! ... Oct 27 20:20:29.907 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 27 20:20:29.907 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! Oct 27 20:20:29.907 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.907 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.907 INFO kablam! | ^^^^^ Oct 27 20:20:29.907 INFO kablam! ... Oct 27 20:20:29.907 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 27 20:20:29.907 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! Oct 27 20:20:29.907 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.907 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.907 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.907 INFO kablam! ... Oct 27 20:20:29.907 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 27 20:20:29.907 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.907 INFO kablam! Oct 27 20:20:29.907 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.907 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.907 INFO kablam! ... Oct 27 20:20:29.907 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 27 20:20:29.907 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! Oct 27 20:20:29.907 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.907 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.907 INFO kablam! | ^^^^^ Oct 27 20:20:29.907 INFO kablam! ... Oct 27 20:20:29.907 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 27 20:20:29.907 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.907 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! Oct 27 20:20:29.907 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.907 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.907 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.907 INFO kablam! ... Oct 27 20:20:29.907 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 27 20:20:29.907 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.907 INFO kablam! Oct 27 20:20:29.907 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.907 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.907 INFO kablam! | Oct 27 20:20:29.907 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.907 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.908 INFO kablam! ... Oct 27 20:20:29.908 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 27 20:20:29.908 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! Oct 27 20:20:29.908 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.908 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.908 INFO kablam! | ^^^^^ Oct 27 20:20:29.908 INFO kablam! ... Oct 27 20:20:29.908 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 27 20:20:29.908 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! Oct 27 20:20:29.908 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.908 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.908 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.908 INFO kablam! ... Oct 27 20:20:29.908 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 27 20:20:29.908 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.908 INFO kablam! Oct 27 20:20:29.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.908 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.908 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.908 INFO kablam! ... Oct 27 20:20:29.908 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 27 20:20:29.908 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.908 INFO kablam! | Oct 27 20:20:29.908 INFO kablam! Oct 27 20:20:29.915 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.915 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.915 INFO kablam! | ^^^^^ Oct 27 20:20:29.915 INFO kablam! ... Oct 27 20:20:29.915 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 27 20:20:29.915 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! Oct 27 20:20:29.915 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.915 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.915 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.915 INFO kablam! ... Oct 27 20:20:29.915 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 27 20:20:29.915 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.915 INFO kablam! Oct 27 20:20:29.915 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.915 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.915 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.915 INFO kablam! ... Oct 27 20:20:29.915 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 27 20:20:29.915 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! Oct 27 20:20:29.915 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.915 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.915 INFO kablam! | ^^^^^ Oct 27 20:20:29.915 INFO kablam! ... Oct 27 20:20:29.915 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 27 20:20:29.915 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! Oct 27 20:20:29.915 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.915 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.915 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.915 INFO kablam! ... Oct 27 20:20:29.915 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 27 20:20:29.915 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.915 INFO kablam! Oct 27 20:20:29.915 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.915 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.915 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.915 INFO kablam! ... Oct 27 20:20:29.915 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 27 20:20:29.915 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.915 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! Oct 27 20:20:29.915 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.915 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.915 INFO kablam! | Oct 27 20:20:29.915 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.915 INFO kablam! | ^^^^^ Oct 27 20:20:29.916 INFO kablam! ... Oct 27 20:20:29.916 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 27 20:20:29.916 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! Oct 27 20:20:29.916 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.916 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.916 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.916 INFO kablam! ... Oct 27 20:20:29.916 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 27 20:20:29.916 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.916 INFO kablam! Oct 27 20:20:29.916 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.916 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.916 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.916 INFO kablam! ... Oct 27 20:20:29.916 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 27 20:20:29.916 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! Oct 27 20:20:29.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.916 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.916 INFO kablam! | ^^^^^ Oct 27 20:20:29.916 INFO kablam! ... Oct 27 20:20:29.916 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 27 20:20:29.916 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.916 INFO kablam! | Oct 27 20:20:29.916 INFO kablam! Oct 27 20:20:29.922 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.923 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.923 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.923 INFO kablam! ... Oct 27 20:20:29.923 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 27 20:20:29.923 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.923 INFO kablam! Oct 27 20:20:29.923 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.923 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.923 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.923 INFO kablam! ... Oct 27 20:20:29.923 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 27 20:20:29.923 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! Oct 27 20:20:29.923 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.923 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.923 INFO kablam! | ^^^^^ Oct 27 20:20:29.923 INFO kablam! ... Oct 27 20:20:29.923 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 27 20:20:29.923 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! Oct 27 20:20:29.923 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.923 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.923 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.923 INFO kablam! ... Oct 27 20:20:29.923 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 27 20:20:29.923 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.923 INFO kablam! Oct 27 20:20:29.923 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.923 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.923 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.923 INFO kablam! ... Oct 27 20:20:29.923 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 27 20:20:29.923 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.923 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.923 INFO kablam! | Oct 27 20:20:29.923 INFO kablam! Oct 27 20:20:29.930 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.931 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.931 INFO kablam! | ^^^^^ Oct 27 20:20:29.931 INFO kablam! ... Oct 27 20:20:29.931 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 27 20:20:29.931 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! Oct 27 20:20:29.931 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.931 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.931 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.931 INFO kablam! ... Oct 27 20:20:29.931 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 27 20:20:29.931 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.931 INFO kablam! Oct 27 20:20:29.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.931 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.931 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.931 INFO kablam! ... Oct 27 20:20:29.931 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 27 20:20:29.931 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! Oct 27 20:20:29.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.931 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.931 INFO kablam! | ^^^^^ Oct 27 20:20:29.931 INFO kablam! ... Oct 27 20:20:29.931 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 27 20:20:29.931 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! Oct 27 20:20:29.931 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.931 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.931 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.931 INFO kablam! ... Oct 27 20:20:29.931 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 27 20:20:29.931 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.931 INFO kablam! Oct 27 20:20:29.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.931 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.931 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.931 INFO kablam! ... Oct 27 20:20:29.931 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 27 20:20:29.931 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! Oct 27 20:20:29.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.931 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.931 INFO kablam! | Oct 27 20:20:29.931 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.931 INFO kablam! | ^^^^^ Oct 27 20:20:29.931 INFO kablam! ... Oct 27 20:20:29.931 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 27 20:20:29.932 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! Oct 27 20:20:29.932 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.932 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.932 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.932 INFO kablam! ... Oct 27 20:20:29.932 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 27 20:20:29.932 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.932 INFO kablam! Oct 27 20:20:29.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.932 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.932 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.932 INFO kablam! ... Oct 27 20:20:29.932 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 27 20:20:29.932 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! Oct 27 20:20:29.932 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.932 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.932 INFO kablam! | ^^^^^ Oct 27 20:20:29.932 INFO kablam! ... Oct 27 20:20:29.932 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 27 20:20:29.932 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.932 INFO kablam! | Oct 27 20:20:29.932 INFO kablam! Oct 27 20:20:29.939 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.939 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.939 INFO kablam! | Oct 27 20:20:29.939 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.939 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.939 INFO kablam! ... Oct 27 20:20:29.939 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 27 20:20:29.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.939 INFO kablam! Oct 27 20:20:29.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.939 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.939 INFO kablam! | Oct 27 20:20:29.939 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.939 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.939 INFO kablam! ... Oct 27 20:20:29.939 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 27 20:20:29.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.939 INFO kablam! | Oct 27 20:20:29.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.939 INFO kablam! | Oct 27 20:20:29.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.939 INFO kablam! | Oct 27 20:20:29.939 INFO kablam! Oct 27 20:20:29.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.939 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.939 INFO kablam! | Oct 27 20:20:29.939 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.939 INFO kablam! | ^^^^^ Oct 27 20:20:29.939 INFO kablam! ... Oct 27 20:20:29.939 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 27 20:20:29.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.939 INFO kablam! | Oct 27 20:20:29.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.939 INFO kablam! | Oct 27 20:20:29.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.939 INFO kablam! | Oct 27 20:20:29.939 INFO kablam! Oct 27 20:20:29.939 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.939 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.939 INFO kablam! | Oct 27 20:20:29.939 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.939 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.939 INFO kablam! ... Oct 27 20:20:29.939 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 27 20:20:29.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.939 INFO kablam! Oct 27 20:20:29.942 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.942 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.943 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.943 INFO kablam! ... Oct 27 20:20:29.943 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 27 20:20:29.943 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! Oct 27 20:20:29.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.943 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.943 INFO kablam! | ^^^^^ Oct 27 20:20:29.943 INFO kablam! ... Oct 27 20:20:29.943 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 27 20:20:29.943 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! Oct 27 20:20:29.943 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.943 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.943 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.943 INFO kablam! ... Oct 27 20:20:29.943 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 27 20:20:29.943 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.943 INFO kablam! Oct 27 20:20:29.943 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.943 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.943 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.943 INFO kablam! ... Oct 27 20:20:29.943 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 27 20:20:29.943 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! Oct 27 20:20:29.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.943 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.943 INFO kablam! | ^^^^^ Oct 27 20:20:29.943 INFO kablam! ... Oct 27 20:20:29.943 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 27 20:20:29.943 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! Oct 27 20:20:29.943 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.943 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.943 INFO kablam! | Oct 27 20:20:29.943 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.943 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.943 INFO kablam! ... Oct 27 20:20:29.943 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 27 20:20:29.943 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.943 INFO kablam! Oct 27 20:20:29.950 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.951 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.951 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.951 INFO kablam! ... Oct 27 20:20:29.951 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 27 20:20:29.951 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! Oct 27 20:20:29.951 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.951 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.951 INFO kablam! | ^^^^^ Oct 27 20:20:29.951 INFO kablam! ... Oct 27 20:20:29.951 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 27 20:20:29.951 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! Oct 27 20:20:29.951 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.951 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.951 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.951 INFO kablam! ... Oct 27 20:20:29.951 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 27 20:20:29.951 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.951 INFO kablam! Oct 27 20:20:29.951 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.951 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.951 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.951 INFO kablam! ... Oct 27 20:20:29.951 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 27 20:20:29.951 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! Oct 27 20:20:29.951 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.951 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.951 INFO kablam! | ^^^^^ Oct 27 20:20:29.951 INFO kablam! ... Oct 27 20:20:29.951 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 27 20:20:29.951 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! Oct 27 20:20:29.951 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.951 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.951 INFO kablam! | Oct 27 20:20:29.951 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.951 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.951 INFO kablam! ... Oct 27 20:20:29.951 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 27 20:20:29.951 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.951 INFO kablam! Oct 27 20:20:29.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.952 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.952 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.952 INFO kablam! ... Oct 27 20:20:29.952 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 27 20:20:29.952 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! Oct 27 20:20:29.952 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.952 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.952 INFO kablam! | ^^^^^ Oct 27 20:20:29.952 INFO kablam! ... Oct 27 20:20:29.952 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 27 20:20:29.952 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! Oct 27 20:20:29.952 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.952 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.952 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.952 INFO kablam! ... Oct 27 20:20:29.952 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 27 20:20:29.952 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.952 INFO kablam! Oct 27 20:20:29.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.952 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.952 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.952 INFO kablam! ... Oct 27 20:20:29.952 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 27 20:20:29.952 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.952 INFO kablam! | Oct 27 20:20:29.952 INFO kablam! Oct 27 20:20:29.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.958 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.958 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.959 INFO kablam! | ^^^^^ Oct 27 20:20:29.959 INFO kablam! ... Oct 27 20:20:29.959 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 27 20:20:29.959 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! Oct 27 20:20:29.959 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.959 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.959 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.959 INFO kablam! ... Oct 27 20:20:29.959 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 27 20:20:29.959 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.959 INFO kablam! Oct 27 20:20:29.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.959 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.959 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.959 INFO kablam! ... Oct 27 20:20:29.959 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 27 20:20:29.959 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! Oct 27 20:20:29.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.959 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.959 INFO kablam! | ^^^^^ Oct 27 20:20:29.959 INFO kablam! ... Oct 27 20:20:29.959 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 27 20:20:29.959 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! Oct 27 20:20:29.959 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.959 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.959 INFO kablam! | Oct 27 20:20:29.959 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.959 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.959 INFO kablam! ... Oct 27 20:20:29.959 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 27 20:20:29.959 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.959 INFO kablam! Oct 27 20:20:29.966 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.966 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.967 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.967 INFO kablam! ... Oct 27 20:20:29.967 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 27 20:20:29.967 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! Oct 27 20:20:29.967 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.967 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.967 INFO kablam! | ^^^^^ Oct 27 20:20:29.967 INFO kablam! ... Oct 27 20:20:29.967 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 27 20:20:29.967 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! Oct 27 20:20:29.967 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.967 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.967 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.967 INFO kablam! ... Oct 27 20:20:29.967 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 27 20:20:29.967 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.967 INFO kablam! Oct 27 20:20:29.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.967 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.967 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.967 INFO kablam! ... Oct 27 20:20:29.967 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 27 20:20:29.967 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! Oct 27 20:20:29.967 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.967 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.967 INFO kablam! | ^^^^^ Oct 27 20:20:29.967 INFO kablam! ... Oct 27 20:20:29.967 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 27 20:20:29.967 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! Oct 27 20:20:29.967 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.967 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.967 INFO kablam! | Oct 27 20:20:29.967 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.967 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.967 INFO kablam! ... Oct 27 20:20:29.967 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 27 20:20:29.967 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.967 INFO kablam! Oct 27 20:20:29.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.968 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.968 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.968 INFO kablam! ... Oct 27 20:20:29.968 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 27 20:20:29.968 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! Oct 27 20:20:29.968 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.968 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.968 INFO kablam! | ^^^^^ Oct 27 20:20:29.968 INFO kablam! ... Oct 27 20:20:29.968 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 27 20:20:29.968 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! Oct 27 20:20:29.968 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.968 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.968 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.968 INFO kablam! ... Oct 27 20:20:29.968 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 27 20:20:29.968 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.968 INFO kablam! Oct 27 20:20:29.968 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.968 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.968 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.968 INFO kablam! ... Oct 27 20:20:29.968 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 27 20:20:29.968 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! Oct 27 20:20:29.968 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.968 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.968 INFO kablam! | ^^^^^ Oct 27 20:20:29.968 INFO kablam! ... Oct 27 20:20:29.968 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 27 20:20:29.968 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! Oct 27 20:20:29.968 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.968 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.968 INFO kablam! | Oct 27 20:20:29.968 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.968 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.968 INFO kablam! ... Oct 27 20:20:29.968 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 27 20:20:29.968 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.968 INFO kablam! Oct 27 20:20:29.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.971 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.971 INFO kablam! ... Oct 27 20:20:29.971 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 27 20:20:29.971 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! Oct 27 20:20:29.971 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.971 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.971 INFO kablam! | ^^^^^ Oct 27 20:20:29.971 INFO kablam! ... Oct 27 20:20:29.971 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 27 20:20:29.971 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! Oct 27 20:20:29.971 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.971 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.971 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.971 INFO kablam! ... Oct 27 20:20:29.971 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 27 20:20:29.971 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.971 INFO kablam! Oct 27 20:20:29.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.971 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.971 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.971 INFO kablam! ... Oct 27 20:20:29.971 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 27 20:20:29.971 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.971 INFO kablam! | Oct 27 20:20:29.971 INFO kablam! Oct 27 20:20:29.975 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.975 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.975 INFO kablam! | ^^^^^ Oct 27 20:20:29.975 INFO kablam! ... Oct 27 20:20:29.975 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 27 20:20:29.975 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! Oct 27 20:20:29.975 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.975 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.975 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.975 INFO kablam! ... Oct 27 20:20:29.975 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 27 20:20:29.975 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.975 INFO kablam! Oct 27 20:20:29.975 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.975 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.975 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.975 INFO kablam! ... Oct 27 20:20:29.975 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 27 20:20:29.975 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! Oct 27 20:20:29.975 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.975 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.975 INFO kablam! | ^^^^^ Oct 27 20:20:29.975 INFO kablam! ... Oct 27 20:20:29.975 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 27 20:20:29.975 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.975 INFO kablam! | Oct 27 20:20:29.975 INFO kablam! Oct 27 20:20:29.978 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.978 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.978 INFO kablam! | Oct 27 20:20:29.978 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.978 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.978 INFO kablam! ... Oct 27 20:20:29.978 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 27 20:20:29.978 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.978 INFO kablam! Oct 27 20:20:29.978 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.978 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.978 INFO kablam! | Oct 27 20:20:29.978 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.978 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.978 INFO kablam! ... Oct 27 20:20:29.978 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 27 20:20:29.978 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.978 INFO kablam! | Oct 27 20:20:29.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.978 INFO kablam! | Oct 27 20:20:29.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.978 INFO kablam! | Oct 27 20:20:29.978 INFO kablam! Oct 27 20:20:29.978 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.978 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.978 INFO kablam! | Oct 27 20:20:29.978 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.978 INFO kablam! | ^^^^^ Oct 27 20:20:29.979 INFO kablam! ... Oct 27 20:20:29.979 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 27 20:20:29.979 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.979 INFO kablam! | Oct 27 20:20:29.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.979 INFO kablam! | Oct 27 20:20:29.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.979 INFO kablam! | Oct 27 20:20:29.979 INFO kablam! Oct 27 20:20:29.979 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.979 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.979 INFO kablam! | Oct 27 20:20:29.979 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.979 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.979 INFO kablam! ... Oct 27 20:20:29.979 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 27 20:20:29.979 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.979 INFO kablam! Oct 27 20:20:29.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.979 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.979 INFO kablam! | Oct 27 20:20:29.979 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.979 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.979 INFO kablam! ... Oct 27 20:20:29.979 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 27 20:20:29.979 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.979 INFO kablam! | Oct 27 20:20:29.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.979 INFO kablam! | Oct 27 20:20:29.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.979 INFO kablam! | Oct 27 20:20:29.979 INFO kablam! Oct 27 20:20:29.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.980 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.980 INFO kablam! | Oct 27 20:20:29.980 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.980 INFO kablam! | ^^^^^ Oct 27 20:20:29.980 INFO kablam! ... Oct 27 20:20:29.980 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 27 20:20:29.980 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.980 INFO kablam! | Oct 27 20:20:29.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.980 INFO kablam! | Oct 27 20:20:29.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.980 INFO kablam! | Oct 27 20:20:29.980 INFO kablam! Oct 27 20:20:29.981 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.981 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.981 INFO kablam! | Oct 27 20:20:29.981 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.981 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.981 INFO kablam! ... Oct 27 20:20:29.981 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 27 20:20:29.981 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.981 INFO kablam! Oct 27 20:20:29.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.981 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.981 INFO kablam! | Oct 27 20:20:29.981 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.981 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.981 INFO kablam! ... Oct 27 20:20:29.981 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 27 20:20:29.981 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.981 INFO kablam! | Oct 27 20:20:29.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.981 INFO kablam! | Oct 27 20:20:29.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.981 INFO kablam! | Oct 27 20:20:29.981 INFO kablam! Oct 27 20:20:29.982 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.982 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.982 INFO kablam! | Oct 27 20:20:29.982 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.982 INFO kablam! | ^^^^^ Oct 27 20:20:29.982 INFO kablam! ... Oct 27 20:20:29.982 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 27 20:20:29.983 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.983 INFO kablam! | Oct 27 20:20:29.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.983 INFO kablam! | Oct 27 20:20:29.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.983 INFO kablam! | Oct 27 20:20:29.983 INFO kablam! Oct 27 20:20:29.983 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.983 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.983 INFO kablam! | Oct 27 20:20:29.983 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.983 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.983 INFO kablam! ... Oct 27 20:20:29.983 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 27 20:20:29.983 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.983 INFO kablam! Oct 27 20:20:29.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.984 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.984 INFO kablam! | Oct 27 20:20:29.984 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.984 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.984 INFO kablam! ... Oct 27 20:20:29.984 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 27 20:20:29.984 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.984 INFO kablam! | Oct 27 20:20:29.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.984 INFO kablam! | Oct 27 20:20:29.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.984 INFO kablam! | Oct 27 20:20:29.984 INFO kablam! Oct 27 20:20:29.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.985 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.985 INFO kablam! | Oct 27 20:20:29.985 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.985 INFO kablam! | ^^^^^ Oct 27 20:20:29.985 INFO kablam! ... Oct 27 20:20:29.985 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 27 20:20:29.985 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.985 INFO kablam! | Oct 27 20:20:29.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.985 INFO kablam! | Oct 27 20:20:29.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.985 INFO kablam! | Oct 27 20:20:29.985 INFO kablam! Oct 27 20:20:29.986 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.986 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.986 INFO kablam! | Oct 27 20:20:29.986 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.986 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.986 INFO kablam! ... Oct 27 20:20:29.986 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 27 20:20:29.986 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.986 INFO kablam! Oct 27 20:20:29.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.987 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.987 INFO kablam! | Oct 27 20:20:29.987 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.987 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.987 INFO kablam! ... Oct 27 20:20:29.987 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 27 20:20:29.987 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.987 INFO kablam! | Oct 27 20:20:29.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.987 INFO kablam! | Oct 27 20:20:29.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.987 INFO kablam! | Oct 27 20:20:29.987 INFO kablam! Oct 27 20:20:29.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.988 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.988 INFO kablam! | Oct 27 20:20:29.988 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.988 INFO kablam! | ^^^^^ Oct 27 20:20:29.988 INFO kablam! ... Oct 27 20:20:29.988 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 27 20:20:29.988 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.988 INFO kablam! | Oct 27 20:20:29.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.988 INFO kablam! | Oct 27 20:20:29.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.988 INFO kablam! | Oct 27 20:20:29.988 INFO kablam! Oct 27 20:20:29.988 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.988 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.988 INFO kablam! | Oct 27 20:20:29.988 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.988 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.988 INFO kablam! ... Oct 27 20:20:29.988 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 27 20:20:29.988 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.988 INFO kablam! Oct 27 20:20:29.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.989 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.989 INFO kablam! | Oct 27 20:20:29.989 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.989 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.989 INFO kablam! ... Oct 27 20:20:29.989 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 27 20:20:29.989 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.989 INFO kablam! | Oct 27 20:20:29.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.989 INFO kablam! | Oct 27 20:20:29.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.989 INFO kablam! | Oct 27 20:20:29.989 INFO kablam! Oct 27 20:20:29.990 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.990 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.990 INFO kablam! | Oct 27 20:20:29.990 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.990 INFO kablam! | ^^^^^ Oct 27 20:20:29.990 INFO kablam! ... Oct 27 20:20:29.990 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 27 20:20:29.990 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.990 INFO kablam! | Oct 27 20:20:29.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.990 INFO kablam! | Oct 27 20:20:29.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.990 INFO kablam! | Oct 27 20:20:29.990 INFO kablam! Oct 27 20:20:29.991 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.991 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.991 INFO kablam! | Oct 27 20:20:29.991 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.991 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.991 INFO kablam! ... Oct 27 20:20:29.991 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 27 20:20:29.991 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.991 INFO kablam! Oct 27 20:20:29.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.992 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.992 INFO kablam! | Oct 27 20:20:29.992 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.992 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.992 INFO kablam! ... Oct 27 20:20:29.992 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 27 20:20:29.992 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.992 INFO kablam! | Oct 27 20:20:29.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.992 INFO kablam! | Oct 27 20:20:29.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.992 INFO kablam! | Oct 27 20:20:29.992 INFO kablam! Oct 27 20:20:29.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.993 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.993 INFO kablam! | Oct 27 20:20:29.993 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.993 INFO kablam! | ^^^^^ Oct 27 20:20:29.993 INFO kablam! ... Oct 27 20:20:29.993 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 27 20:20:29.993 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.993 INFO kablam! | Oct 27 20:20:29.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.993 INFO kablam! | Oct 27 20:20:29.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.993 INFO kablam! | Oct 27 20:20:29.993 INFO kablam! Oct 27 20:20:29.994 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.994 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.994 INFO kablam! | Oct 27 20:20:29.994 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.994 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.994 INFO kablam! ... Oct 27 20:20:29.994 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 27 20:20:29.994 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.994 INFO kablam! Oct 27 20:20:29.994 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.994 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.994 INFO kablam! | Oct 27 20:20:29.994 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.994 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.994 INFO kablam! ... Oct 27 20:20:29.994 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 27 20:20:29.994 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.994 INFO kablam! | Oct 27 20:20:29.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.995 INFO kablam! | Oct 27 20:20:29.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.995 INFO kablam! | Oct 27 20:20:29.995 INFO kablam! Oct 27 20:20:29.998 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.998 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.999 INFO kablam! | ^^^^^ Oct 27 20:20:29.999 INFO kablam! ... Oct 27 20:20:29.999 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 27 20:20:29.999 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! Oct 27 20:20:29.999 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.999 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:29.999 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:29.999 INFO kablam! ... Oct 27 20:20:29.999 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 27 20:20:29.999 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.999 INFO kablam! Oct 27 20:20:29.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.999 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:29.999 INFO kablam! | ^^^^^^^ Oct 27 20:20:29.999 INFO kablam! ... Oct 27 20:20:29.999 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 27 20:20:29.999 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! Oct 27 20:20:29.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:29.999 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:29.999 INFO kablam! | ^^^^^ Oct 27 20:20:29.999 INFO kablam! ... Oct 27 20:20:29.999 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 27 20:20:29.999 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:29.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:29.999 INFO kablam! | Oct 27 20:20:29.999 INFO kablam! Oct 27 20:20:30.006 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.007 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.007 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.007 INFO kablam! ... Oct 27 20:20:30.007 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 27 20:20:30.007 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.007 INFO kablam! Oct 27 20:20:30.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.007 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.007 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.007 INFO kablam! ... Oct 27 20:20:30.007 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 27 20:20:30.007 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! Oct 27 20:20:30.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.007 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.007 INFO kablam! | ^^^^^ Oct 27 20:20:30.007 INFO kablam! ... Oct 27 20:20:30.007 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 27 20:20:30.007 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! Oct 27 20:20:30.007 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.007 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.007 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.007 INFO kablam! ... Oct 27 20:20:30.007 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 27 20:20:30.007 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.007 INFO kablam! Oct 27 20:20:30.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.007 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.007 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.007 INFO kablam! ... Oct 27 20:20:30.007 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 27 20:20:30.007 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! Oct 27 20:20:30.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.007 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.007 INFO kablam! | ^^^^^ Oct 27 20:20:30.007 INFO kablam! ... Oct 27 20:20:30.007 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 27 20:20:30.007 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! Oct 27 20:20:30.007 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.007 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.007 INFO kablam! | Oct 27 20:20:30.007 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.007 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.008 INFO kablam! ... Oct 27 20:20:30.008 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 27 20:20:30.008 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.008 INFO kablam! Oct 27 20:20:30.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.008 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.008 INFO kablam! | Oct 27 20:20:30.008 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.008 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.008 INFO kablam! ... Oct 27 20:20:30.008 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 27 20:20:30.008 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.008 INFO kablam! | Oct 27 20:20:30.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.008 INFO kablam! | Oct 27 20:20:30.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.008 INFO kablam! | Oct 27 20:20:30.014 INFO kablam! Oct 27 20:20:30.015 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.015 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.015 INFO kablam! | ^^^^^ Oct 27 20:20:30.015 INFO kablam! ... Oct 27 20:20:30.015 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 27 20:20:30.015 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! Oct 27 20:20:30.015 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.015 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.015 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.015 INFO kablam! ... Oct 27 20:20:30.015 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 27 20:20:30.015 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.015 INFO kablam! Oct 27 20:20:30.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.015 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.015 INFO kablam! ... Oct 27 20:20:30.015 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 27 20:20:30.015 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! Oct 27 20:20:30.015 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.015 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.015 INFO kablam! | ^^^^^ Oct 27 20:20:30.015 INFO kablam! ... Oct 27 20:20:30.015 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 27 20:20:30.015 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! Oct 27 20:20:30.015 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.015 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.015 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.015 INFO kablam! ... Oct 27 20:20:30.015 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 27 20:20:30.015 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.015 INFO kablam! Oct 27 20:20:30.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.015 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.015 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.015 INFO kablam! ... Oct 27 20:20:30.015 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 27 20:20:30.015 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.015 INFO kablam! | Oct 27 20:20:30.015 INFO kablam! Oct 27 20:20:30.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.023 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.023 INFO kablam! | ^^^^^ Oct 27 20:20:30.023 INFO kablam! ... Oct 27 20:20:30.023 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 27 20:20:30.023 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! Oct 27 20:20:30.023 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.023 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.023 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.023 INFO kablam! ... Oct 27 20:20:30.023 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 27 20:20:30.023 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.023 INFO kablam! Oct 27 20:20:30.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.023 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.023 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.023 INFO kablam! ... Oct 27 20:20:30.023 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 27 20:20:30.023 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! Oct 27 20:20:30.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.023 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.023 INFO kablam! | ^^^^^ Oct 27 20:20:30.023 INFO kablam! ... Oct 27 20:20:30.023 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 27 20:20:30.023 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! Oct 27 20:20:30.023 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.023 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.023 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.023 INFO kablam! ... Oct 27 20:20:30.023 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 27 20:20:30.023 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.023 INFO kablam! Oct 27 20:20:30.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.023 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.023 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.023 INFO kablam! ... Oct 27 20:20:30.023 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 27 20:20:30.023 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! Oct 27 20:20:30.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.023 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.023 INFO kablam! | Oct 27 20:20:30.023 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.023 INFO kablam! | ^^^^^ Oct 27 20:20:30.024 INFO kablam! ... Oct 27 20:20:30.024 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 27 20:20:30.024 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.024 INFO kablam! | Oct 27 20:20:30.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.024 INFO kablam! | Oct 27 20:20:30.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.024 INFO kablam! | Oct 27 20:20:30.024 INFO kablam! Oct 27 20:20:30.031 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.031 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.031 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.031 INFO kablam! ... Oct 27 20:20:30.031 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 27 20:20:30.031 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.031 INFO kablam! Oct 27 20:20:30.031 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.031 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.031 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.031 INFO kablam! ... Oct 27 20:20:30.031 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 27 20:20:30.031 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! Oct 27 20:20:30.031 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.031 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.031 INFO kablam! | ^^^^^ Oct 27 20:20:30.031 INFO kablam! ... Oct 27 20:20:30.031 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 27 20:20:30.031 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! Oct 27 20:20:30.031 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.031 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.031 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.031 INFO kablam! ... Oct 27 20:20:30.031 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 27 20:20:30.031 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.031 INFO kablam! Oct 27 20:20:30.031 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.031 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.031 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.031 INFO kablam! ... Oct 27 20:20:30.031 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 27 20:20:30.031 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! Oct 27 20:20:30.031 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.031 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.031 INFO kablam! | ^^^^^ Oct 27 20:20:30.031 INFO kablam! ... Oct 27 20:20:30.031 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 27 20:20:30.031 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! Oct 27 20:20:30.031 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.031 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.031 INFO kablam! | Oct 27 20:20:30.031 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.032 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.032 INFO kablam! ... Oct 27 20:20:30.032 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 27 20:20:30.032 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.032 INFO kablam! Oct 27 20:20:30.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.032 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.032 INFO kablam! | Oct 27 20:20:30.032 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.032 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.032 INFO kablam! ... Oct 27 20:20:30.032 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 27 20:20:30.032 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.032 INFO kablam! | Oct 27 20:20:30.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.032 INFO kablam! | Oct 27 20:20:30.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.032 INFO kablam! | Oct 27 20:20:30.032 INFO kablam! Oct 27 20:20:30.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.032 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.032 INFO kablam! | Oct 27 20:20:30.032 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.032 INFO kablam! | ^^^^^ Oct 27 20:20:30.032 INFO kablam! ... Oct 27 20:20:30.032 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 27 20:20:30.032 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.032 INFO kablam! | Oct 27 20:20:30.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.032 INFO kablam! | Oct 27 20:20:30.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.032 INFO kablam! | Oct 27 20:20:30.032 INFO kablam! Oct 27 20:20:30.032 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.032 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.032 INFO kablam! | Oct 27 20:20:30.032 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.032 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.032 INFO kablam! ... Oct 27 20:20:30.032 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 27 20:20:30.032 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.032 INFO kablam! Oct 27 20:20:30.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.035 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.035 INFO kablam! ... Oct 27 20:20:30.035 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 27 20:20:30.035 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! Oct 27 20:20:30.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.035 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.035 INFO kablam! | ^^^^^ Oct 27 20:20:30.035 INFO kablam! ... Oct 27 20:20:30.035 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 27 20:20:30.035 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! Oct 27 20:20:30.035 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.035 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.035 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.035 INFO kablam! ... Oct 27 20:20:30.035 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 27 20:20:30.035 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.035 INFO kablam! Oct 27 20:20:30.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.035 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.035 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.035 INFO kablam! ... Oct 27 20:20:30.035 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 27 20:20:30.035 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.035 INFO kablam! | Oct 27 20:20:30.035 INFO kablam! Oct 27 20:20:30.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.036 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.036 INFO kablam! | Oct 27 20:20:30.036 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.036 INFO kablam! | ^^^^^ Oct 27 20:20:30.036 INFO kablam! ... Oct 27 20:20:30.036 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 27 20:20:30.036 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.036 INFO kablam! | Oct 27 20:20:30.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.036 INFO kablam! | Oct 27 20:20:30.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.036 INFO kablam! | Oct 27 20:20:30.036 INFO kablam! Oct 27 20:20:30.036 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.036 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.036 INFO kablam! | Oct 27 20:20:30.036 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.036 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.036 INFO kablam! ... Oct 27 20:20:30.036 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 27 20:20:30.036 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.036 INFO kablam! Oct 27 20:20:30.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.037 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.037 INFO kablam! | Oct 27 20:20:30.037 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.037 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.037 INFO kablam! ... Oct 27 20:20:30.037 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 27 20:20:30.037 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.037 INFO kablam! | Oct 27 20:20:30.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.037 INFO kablam! | Oct 27 20:20:30.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.037 INFO kablam! | Oct 27 20:20:30.037 INFO kablam! Oct 27 20:20:30.038 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.038 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.038 INFO kablam! | Oct 27 20:20:30.038 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.038 INFO kablam! | ^^^^^ Oct 27 20:20:30.038 INFO kablam! ... Oct 27 20:20:30.038 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 27 20:20:30.038 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.038 INFO kablam! | Oct 27 20:20:30.038 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.038 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.038 INFO kablam! | Oct 27 20:20:30.038 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.038 INFO kablam! | Oct 27 20:20:30.038 INFO kablam! Oct 27 20:20:30.039 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.039 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.039 INFO kablam! | Oct 27 20:20:30.039 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.039 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.039 INFO kablam! ... Oct 27 20:20:30.039 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 27 20:20:30.039 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.039 INFO kablam! Oct 27 20:20:30.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.040 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.040 INFO kablam! | Oct 27 20:20:30.040 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.040 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.040 INFO kablam! ... Oct 27 20:20:30.040 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 27 20:20:30.040 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.040 INFO kablam! | Oct 27 20:20:30.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.040 INFO kablam! | Oct 27 20:20:30.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.040 INFO kablam! | Oct 27 20:20:30.040 INFO kablam! Oct 27 20:20:30.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.041 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.041 INFO kablam! | Oct 27 20:20:30.041 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.041 INFO kablam! | ^^^^^ Oct 27 20:20:30.041 INFO kablam! ... Oct 27 20:20:30.041 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 27 20:20:30.041 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.041 INFO kablam! | Oct 27 20:20:30.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.041 INFO kablam! | Oct 27 20:20:30.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.041 INFO kablam! | Oct 27 20:20:30.041 INFO kablam! Oct 27 20:20:30.042 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.042 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.042 INFO kablam! | Oct 27 20:20:30.042 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.042 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.042 INFO kablam! ... Oct 27 20:20:30.042 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 27 20:20:30.042 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.042 INFO kablam! Oct 27 20:20:30.042 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.042 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.042 INFO kablam! | Oct 27 20:20:30.042 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.042 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.042 INFO kablam! ... Oct 27 20:20:30.042 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 27 20:20:30.042 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.043 INFO kablam! | Oct 27 20:20:30.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.043 INFO kablam! | Oct 27 20:20:30.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.043 INFO kablam! | Oct 27 20:20:30.043 INFO kablam! Oct 27 20:20:30.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.044 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.044 INFO kablam! | Oct 27 20:20:30.044 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.044 INFO kablam! | ^^^^^ Oct 27 20:20:30.044 INFO kablam! ... Oct 27 20:20:30.044 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 27 20:20:30.044 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.044 INFO kablam! | Oct 27 20:20:30.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.044 INFO kablam! | Oct 27 20:20:30.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.044 INFO kablam! | Oct 27 20:20:30.044 INFO kablam! Oct 27 20:20:30.044 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.044 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.044 INFO kablam! | Oct 27 20:20:30.045 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.045 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.045 INFO kablam! ... Oct 27 20:20:30.045 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 27 20:20:30.045 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.045 INFO kablam! Oct 27 20:20:30.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.045 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.045 INFO kablam! | Oct 27 20:20:30.045 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.045 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.045 INFO kablam! ... Oct 27 20:20:30.045 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 27 20:20:30.045 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.045 INFO kablam! | Oct 27 20:20:30.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.045 INFO kablam! | Oct 27 20:20:30.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.045 INFO kablam! | Oct 27 20:20:30.045 INFO kablam! Oct 27 20:20:30.046 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.046 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.046 INFO kablam! | Oct 27 20:20:30.046 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.046 INFO kablam! | ^^^^^ Oct 27 20:20:30.046 INFO kablam! ... Oct 27 20:20:30.046 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 27 20:20:30.046 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.046 INFO kablam! | Oct 27 20:20:30.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.047 INFO kablam! | Oct 27 20:20:30.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.047 INFO kablam! | Oct 27 20:20:30.047 INFO kablam! Oct 27 20:20:30.047 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.047 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.047 INFO kablam! | Oct 27 20:20:30.047 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.047 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.047 INFO kablam! ... Oct 27 20:20:30.047 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 27 20:20:30.047 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.047 INFO kablam! Oct 27 20:20:30.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.048 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.048 INFO kablam! | Oct 27 20:20:30.048 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.048 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.048 INFO kablam! ... Oct 27 20:20:30.048 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 27 20:20:30.048 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.048 INFO kablam! | Oct 27 20:20:30.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.048 INFO kablam! | Oct 27 20:20:30.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.048 INFO kablam! | Oct 27 20:20:30.048 INFO kablam! Oct 27 20:20:30.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.049 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.049 INFO kablam! | Oct 27 20:20:30.049 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.049 INFO kablam! | ^^^^^ Oct 27 20:20:30.049 INFO kablam! ... Oct 27 20:20:30.049 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 27 20:20:30.049 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.049 INFO kablam! | Oct 27 20:20:30.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.049 INFO kablam! | Oct 27 20:20:30.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.049 INFO kablam! | Oct 27 20:20:30.049 INFO kablam! Oct 27 20:20:30.050 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.050 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.050 INFO kablam! | Oct 27 20:20:30.050 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.050 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.050 INFO kablam! ... Oct 27 20:20:30.050 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 27 20:20:30.050 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.050 INFO kablam! Oct 27 20:20:30.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.051 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.051 INFO kablam! | Oct 27 20:20:30.051 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.051 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.051 INFO kablam! ... Oct 27 20:20:30.051 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 27 20:20:30.051 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.051 INFO kablam! | Oct 27 20:20:30.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.051 INFO kablam! | Oct 27 20:20:30.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.051 INFO kablam! | Oct 27 20:20:30.051 INFO kablam! Oct 27 20:20:30.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.052 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.052 INFO kablam! | Oct 27 20:20:30.052 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.052 INFO kablam! | ^^^^^ Oct 27 20:20:30.052 INFO kablam! ... Oct 27 20:20:30.052 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 27 20:20:30.052 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.052 INFO kablam! | Oct 27 20:20:30.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.052 INFO kablam! | Oct 27 20:20:30.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.052 INFO kablam! | Oct 27 20:20:30.052 INFO kablam! Oct 27 20:20:30.053 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.053 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.053 INFO kablam! | Oct 27 20:20:30.053 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.053 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.053 INFO kablam! ... Oct 27 20:20:30.053 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 27 20:20:30.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.053 INFO kablam! Oct 27 20:20:30.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.053 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.053 INFO kablam! | Oct 27 20:20:30.053 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.053 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.053 INFO kablam! ... Oct 27 20:20:30.053 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 27 20:20:30.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.053 INFO kablam! | Oct 27 20:20:30.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.053 INFO kablam! | Oct 27 20:20:30.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.053 INFO kablam! | Oct 27 20:20:30.054 INFO kablam! Oct 27 20:20:30.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.055 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.055 INFO kablam! | Oct 27 20:20:30.055 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.055 INFO kablam! | ^^^^^ Oct 27 20:20:30.055 INFO kablam! ... Oct 27 20:20:30.055 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 27 20:20:30.055 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.055 INFO kablam! | Oct 27 20:20:30.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.055 INFO kablam! | Oct 27 20:20:30.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.055 INFO kablam! | Oct 27 20:20:30.055 INFO kablam! Oct 27 20:20:30.057 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.057 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.057 INFO kablam! | Oct 27 20:20:30.057 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.057 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.057 INFO kablam! ... Oct 27 20:20:30.057 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 27 20:20:30.057 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.057 INFO kablam! Oct 27 20:20:30.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.057 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.057 INFO kablam! | Oct 27 20:20:30.057 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.057 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.057 INFO kablam! ... Oct 27 20:20:30.057 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 27 20:20:30.057 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.057 INFO kablam! | Oct 27 20:20:30.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.057 INFO kablam! | Oct 27 20:20:30.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.057 INFO kablam! | Oct 27 20:20:30.057 INFO kablam! Oct 27 20:20:30.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.057 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.057 INFO kablam! | Oct 27 20:20:30.057 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.057 INFO kablam! | ^^^^^ Oct 27 20:20:30.058 INFO kablam! ... Oct 27 20:20:30.058 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 27 20:20:30.058 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.058 INFO kablam! | Oct 27 20:20:30.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.058 INFO kablam! | Oct 27 20:20:30.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.058 INFO kablam! | Oct 27 20:20:30.058 INFO kablam! Oct 27 20:20:30.059 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.059 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.059 INFO kablam! | Oct 27 20:20:30.059 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.059 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.059 INFO kablam! ... Oct 27 20:20:30.059 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 27 20:20:30.059 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.059 INFO kablam! Oct 27 20:20:30.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.059 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.059 INFO kablam! | Oct 27 20:20:30.059 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.059 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.059 INFO kablam! ... Oct 27 20:20:30.059 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 27 20:20:30.059 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.059 INFO kablam! | Oct 27 20:20:30.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.059 INFO kablam! | Oct 27 20:20:30.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.059 INFO kablam! | Oct 27 20:20:30.059 INFO kablam! Oct 27 20:20:30.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.060 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.060 INFO kablam! | Oct 27 20:20:30.060 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.060 INFO kablam! | ^^^^^ Oct 27 20:20:30.060 INFO kablam! ... Oct 27 20:20:30.060 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 27 20:20:30.060 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.060 INFO kablam! | Oct 27 20:20:30.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.060 INFO kablam! | Oct 27 20:20:30.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.060 INFO kablam! | Oct 27 20:20:30.060 INFO kablam! Oct 27 20:20:30.060 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.061 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.061 INFO kablam! | Oct 27 20:20:30.061 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.061 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.061 INFO kablam! ... Oct 27 20:20:30.061 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 27 20:20:30.061 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.061 INFO kablam! Oct 27 20:20:30.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.061 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.061 INFO kablam! | Oct 27 20:20:30.061 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.061 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.061 INFO kablam! ... Oct 27 20:20:30.061 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 27 20:20:30.061 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.061 INFO kablam! | Oct 27 20:20:30.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.061 INFO kablam! | Oct 27 20:20:30.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.061 INFO kablam! | Oct 27 20:20:30.061 INFO kablam! Oct 27 20:20:30.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.062 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.062 INFO kablam! | Oct 27 20:20:30.062 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.062 INFO kablam! | ^^^^^ Oct 27 20:20:30.062 INFO kablam! ... Oct 27 20:20:30.062 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 27 20:20:30.062 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.062 INFO kablam! | Oct 27 20:20:30.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.062 INFO kablam! | Oct 27 20:20:30.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.062 INFO kablam! | Oct 27 20:20:30.062 INFO kablam! Oct 27 20:20:30.063 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.063 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.063 INFO kablam! | Oct 27 20:20:30.063 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.063 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.063 INFO kablam! ... Oct 27 20:20:30.063 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 27 20:20:30.063 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.063 INFO kablam! Oct 27 20:20:30.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.064 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.064 INFO kablam! | Oct 27 20:20:30.064 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.064 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.064 INFO kablam! ... Oct 27 20:20:30.064 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 27 20:20:30.064 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.064 INFO kablam! | Oct 27 20:20:30.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.064 INFO kablam! | Oct 27 20:20:30.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.064 INFO kablam! | Oct 27 20:20:30.064 INFO kablam! Oct 27 20:20:30.067 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.067 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.067 INFO kablam! | Oct 27 20:20:30.067 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.067 INFO kablam! | ^^^^^ Oct 27 20:20:30.067 INFO kablam! ... Oct 27 20:20:30.067 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 27 20:20:30.067 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.067 INFO kablam! | Oct 27 20:20:30.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.067 INFO kablam! | Oct 27 20:20:30.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.067 INFO kablam! | Oct 27 20:20:30.067 INFO kablam! Oct 27 20:20:30.067 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.067 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.067 INFO kablam! | Oct 27 20:20:30.067 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.067 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.067 INFO kablam! ... Oct 27 20:20:30.067 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 27 20:20:30.067 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.067 INFO kablam! Oct 27 20:20:30.067 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.067 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.067 INFO kablam! | Oct 27 20:20:30.067 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.067 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.067 INFO kablam! ... Oct 27 20:20:30.067 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 27 20:20:30.067 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.067 INFO kablam! | Oct 27 20:20:30.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.067 INFO kablam! | Oct 27 20:20:30.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.067 INFO kablam! | Oct 27 20:20:30.067 INFO kablam! Oct 27 20:20:30.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.069 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.069 INFO kablam! | Oct 27 20:20:30.069 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.069 INFO kablam! | ^^^^^ Oct 27 20:20:30.069 INFO kablam! ... Oct 27 20:20:30.069 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 27 20:20:30.069 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.069 INFO kablam! | Oct 27 20:20:30.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.069 INFO kablam! | Oct 27 20:20:30.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.069 INFO kablam! | Oct 27 20:20:30.069 INFO kablam! Oct 27 20:20:30.069 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.069 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.069 INFO kablam! | Oct 27 20:20:30.069 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.069 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.069 INFO kablam! ... Oct 27 20:20:30.069 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 27 20:20:30.069 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.069 INFO kablam! Oct 27 20:20:30.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.069 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.069 INFO kablam! | Oct 27 20:20:30.069 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.069 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.069 INFO kablam! ... Oct 27 20:20:30.069 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 27 20:20:30.069 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.069 INFO kablam! | Oct 27 20:20:30.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.069 INFO kablam! | Oct 27 20:20:30.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.069 INFO kablam! | Oct 27 20:20:30.069 INFO kablam! Oct 27 20:20:30.070 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.070 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.070 INFO kablam! | Oct 27 20:20:30.070 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.070 INFO kablam! | ^^^^^ Oct 27 20:20:30.070 INFO kablam! ... Oct 27 20:20:30.070 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 27 20:20:30.070 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.070 INFO kablam! | Oct 27 20:20:30.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.070 INFO kablam! | Oct 27 20:20:30.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.070 INFO kablam! | Oct 27 20:20:30.070 INFO kablam! Oct 27 20:20:30.071 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.071 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.071 INFO kablam! | Oct 27 20:20:30.071 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.071 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.071 INFO kablam! ... Oct 27 20:20:30.071 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 27 20:20:30.071 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.071 INFO kablam! Oct 27 20:20:30.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.072 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.072 INFO kablam! | Oct 27 20:20:30.072 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.072 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.072 INFO kablam! ... Oct 27 20:20:30.072 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 27 20:20:30.072 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.072 INFO kablam! | Oct 27 20:20:30.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.072 INFO kablam! | Oct 27 20:20:30.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.072 INFO kablam! | Oct 27 20:20:30.072 INFO kablam! Oct 27 20:20:30.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.073 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.073 INFO kablam! | Oct 27 20:20:30.073 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.073 INFO kablam! | ^^^^^ Oct 27 20:20:30.073 INFO kablam! ... Oct 27 20:20:30.073 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 27 20:20:30.073 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.073 INFO kablam! | Oct 27 20:20:30.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.073 INFO kablam! | Oct 27 20:20:30.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.073 INFO kablam! | Oct 27 20:20:30.073 INFO kablam! Oct 27 20:20:30.073 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.073 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.073 INFO kablam! | Oct 27 20:20:30.073 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.073 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.073 INFO kablam! ... Oct 27 20:20:30.073 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 27 20:20:30.073 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.073 INFO kablam! Oct 27 20:20:30.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.074 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.074 INFO kablam! | Oct 27 20:20:30.074 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.074 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.074 INFO kablam! ... Oct 27 20:20:30.074 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 27 20:20:30.074 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.074 INFO kablam! | Oct 27 20:20:30.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.074 INFO kablam! | Oct 27 20:20:30.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.074 INFO kablam! | Oct 27 20:20:30.074 INFO kablam! Oct 27 20:20:30.075 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.075 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.075 INFO kablam! | Oct 27 20:20:30.075 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.075 INFO kablam! | ^^^^^ Oct 27 20:20:30.075 INFO kablam! ... Oct 27 20:20:30.075 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 27 20:20:30.075 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.075 INFO kablam! | Oct 27 20:20:30.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.075 INFO kablam! | Oct 27 20:20:30.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.075 INFO kablam! | Oct 27 20:20:30.075 INFO kablam! Oct 27 20:20:30.076 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.076 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.076 INFO kablam! | Oct 27 20:20:30.076 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.076 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.076 INFO kablam! ... Oct 27 20:20:30.076 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 27 20:20:30.076 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.076 INFO kablam! Oct 27 20:20:30.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.077 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.077 INFO kablam! | Oct 27 20:20:30.077 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.077 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.077 INFO kablam! ... Oct 27 20:20:30.077 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 27 20:20:30.077 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.077 INFO kablam! | Oct 27 20:20:30.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.077 INFO kablam! | Oct 27 20:20:30.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.077 INFO kablam! | Oct 27 20:20:30.077 INFO kablam! Oct 27 20:20:30.078 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.078 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.078 INFO kablam! | Oct 27 20:20:30.078 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.078 INFO kablam! | ^^^^^ Oct 27 20:20:30.078 INFO kablam! ... Oct 27 20:20:30.078 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 27 20:20:30.078 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.078 INFO kablam! | Oct 27 20:20:30.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.078 INFO kablam! | Oct 27 20:20:30.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.078 INFO kablam! | Oct 27 20:20:30.078 INFO kablam! Oct 27 20:20:30.078 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.079 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.079 INFO kablam! | Oct 27 20:20:30.079 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.079 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.079 INFO kablam! ... Oct 27 20:20:30.079 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 27 20:20:30.079 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.079 INFO kablam! Oct 27 20:20:30.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.079 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.079 INFO kablam! | Oct 27 20:20:30.079 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.079 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.079 INFO kablam! ... Oct 27 20:20:30.079 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 27 20:20:30.079 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.079 INFO kablam! | Oct 27 20:20:30.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.079 INFO kablam! | Oct 27 20:20:30.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.079 INFO kablam! | Oct 27 20:20:30.079 INFO kablam! Oct 27 20:20:30.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.080 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.080 INFO kablam! | Oct 27 20:20:30.080 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.080 INFO kablam! | ^^^^^ Oct 27 20:20:30.080 INFO kablam! ... Oct 27 20:20:30.080 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 27 20:20:30.080 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.080 INFO kablam! | Oct 27 20:20:30.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.081 INFO kablam! | Oct 27 20:20:30.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.081 INFO kablam! | Oct 27 20:20:30.081 INFO kablam! Oct 27 20:20:30.081 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.081 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.081 INFO kablam! | Oct 27 20:20:30.081 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.081 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.081 INFO kablam! ... Oct 27 20:20:30.081 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 27 20:20:30.081 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.081 INFO kablam! Oct 27 20:20:30.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.082 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.082 INFO kablam! | Oct 27 20:20:30.082 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.082 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.082 INFO kablam! ... Oct 27 20:20:30.082 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 27 20:20:30.082 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.082 INFO kablam! | Oct 27 20:20:30.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.082 INFO kablam! | Oct 27 20:20:30.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.082 INFO kablam! | Oct 27 20:20:30.082 INFO kablam! Oct 27 20:20:30.083 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.083 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.083 INFO kablam! | Oct 27 20:20:30.083 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.083 INFO kablam! | ^^^^^ Oct 27 20:20:30.083 INFO kablam! ... Oct 27 20:20:30.083 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 27 20:20:30.083 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.083 INFO kablam! | Oct 27 20:20:30.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.083 INFO kablam! | Oct 27 20:20:30.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.083 INFO kablam! | Oct 27 20:20:30.083 INFO kablam! Oct 27 20:20:30.084 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.084 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.084 INFO kablam! | Oct 27 20:20:30.084 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.084 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.084 INFO kablam! ... Oct 27 20:20:30.084 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 27 20:20:30.084 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.084 INFO kablam! Oct 27 20:20:30.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.084 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.084 INFO kablam! | Oct 27 20:20:30.084 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.084 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.084 INFO kablam! ... Oct 27 20:20:30.084 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 27 20:20:30.084 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.084 INFO kablam! | Oct 27 20:20:30.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.084 INFO kablam! | Oct 27 20:20:30.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.085 INFO kablam! | Oct 27 20:20:30.085 INFO kablam! Oct 27 20:20:30.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.086 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.086 INFO kablam! | Oct 27 20:20:30.086 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.086 INFO kablam! | ^^^^^ Oct 27 20:20:30.086 INFO kablam! ... Oct 27 20:20:30.086 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 27 20:20:30.086 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.086 INFO kablam! | Oct 27 20:20:30.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.086 INFO kablam! | Oct 27 20:20:30.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.086 INFO kablam! | Oct 27 20:20:30.086 INFO kablam! Oct 27 20:20:30.086 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.086 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.086 INFO kablam! | Oct 27 20:20:30.086 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.086 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.086 INFO kablam! ... Oct 27 20:20:30.086 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 27 20:20:30.087 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.087 INFO kablam! Oct 27 20:20:30.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.087 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.087 INFO kablam! | Oct 27 20:20:30.087 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.087 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.087 INFO kablam! ... Oct 27 20:20:30.087 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 27 20:20:30.087 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.087 INFO kablam! | Oct 27 20:20:30.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.087 INFO kablam! | Oct 27 20:20:30.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.087 INFO kablam! | Oct 27 20:20:30.087 INFO kablam! Oct 27 20:20:30.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.089 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.089 INFO kablam! | Oct 27 20:20:30.089 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.089 INFO kablam! | ^^^^^ Oct 27 20:20:30.089 INFO kablam! ... Oct 27 20:20:30.089 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 27 20:20:30.089 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.089 INFO kablam! | Oct 27 20:20:30.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.089 INFO kablam! | Oct 27 20:20:30.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.089 INFO kablam! | Oct 27 20:20:30.089 INFO kablam! Oct 27 20:20:30.089 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.089 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.089 INFO kablam! | Oct 27 20:20:30.089 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.089 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.089 INFO kablam! ... Oct 27 20:20:30.089 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 27 20:20:30.089 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.089 INFO kablam! Oct 27 20:20:30.090 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.090 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.090 INFO kablam! | Oct 27 20:20:30.090 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.090 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.090 INFO kablam! ... Oct 27 20:20:30.090 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 27 20:20:30.090 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.090 INFO kablam! | Oct 27 20:20:30.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.090 INFO kablam! | Oct 27 20:20:30.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.090 INFO kablam! | Oct 27 20:20:30.090 INFO kablam! Oct 27 20:20:30.095 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.095 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.095 INFO kablam! | ^^^^^ Oct 27 20:20:30.095 INFO kablam! ... Oct 27 20:20:30.095 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 27 20:20:30.095 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! Oct 27 20:20:30.095 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.095 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.095 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.095 INFO kablam! ... Oct 27 20:20:30.095 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 27 20:20:30.095 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.095 INFO kablam! Oct 27 20:20:30.095 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.095 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.095 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.095 INFO kablam! ... Oct 27 20:20:30.095 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 27 20:20:30.095 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! Oct 27 20:20:30.095 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.095 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.095 INFO kablam! | ^^^^^ Oct 27 20:20:30.095 INFO kablam! ... Oct 27 20:20:30.095 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 27 20:20:30.095 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.095 INFO kablam! Oct 27 20:20:30.095 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.095 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.095 INFO kablam! | Oct 27 20:20:30.096 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.096 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.096 INFO kablam! ... Oct 27 20:20:30.096 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 27 20:20:30.096 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.096 INFO kablam! Oct 27 20:20:30.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.096 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.096 INFO kablam! | Oct 27 20:20:30.096 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.096 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.096 INFO kablam! ... Oct 27 20:20:30.096 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 27 20:20:30.096 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.096 INFO kablam! | Oct 27 20:20:30.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.096 INFO kablam! | Oct 27 20:20:30.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.096 INFO kablam! | Oct 27 20:20:30.096 INFO kablam! Oct 27 20:20:30.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.097 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.097 INFO kablam! | Oct 27 20:20:30.097 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.097 INFO kablam! | ^^^^^ Oct 27 20:20:30.097 INFO kablam! ... Oct 27 20:20:30.097 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 27 20:20:30.097 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.097 INFO kablam! | Oct 27 20:20:30.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.097 INFO kablam! | Oct 27 20:20:30.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.097 INFO kablam! | Oct 27 20:20:30.097 INFO kablam! Oct 27 20:20:30.103 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.103 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.103 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.103 INFO kablam! ... Oct 27 20:20:30.103 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 27 20:20:30.103 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.103 INFO kablam! Oct 27 20:20:30.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.103 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.103 INFO kablam! ... Oct 27 20:20:30.103 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 27 20:20:30.103 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! Oct 27 20:20:30.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.103 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.103 INFO kablam! | ^^^^^ Oct 27 20:20:30.103 INFO kablam! ... Oct 27 20:20:30.103 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 27 20:20:30.103 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! Oct 27 20:20:30.103 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.103 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.103 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.103 INFO kablam! ... Oct 27 20:20:30.103 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 27 20:20:30.103 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.103 INFO kablam! Oct 27 20:20:30.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.103 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.103 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.103 INFO kablam! ... Oct 27 20:20:30.103 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 27 20:20:30.103 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! Oct 27 20:20:30.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.103 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.103 INFO kablam! | ^^^^^ Oct 27 20:20:30.103 INFO kablam! ... Oct 27 20:20:30.103 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 27 20:20:30.103 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.103 INFO kablam! | Oct 27 20:20:30.103 INFO kablam! Oct 27 20:20:30.105 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.105 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.105 INFO kablam! | Oct 27 20:20:30.105 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.105 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.105 INFO kablam! ... Oct 27 20:20:30.105 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 27 20:20:30.105 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.105 INFO kablam! Oct 27 20:20:30.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.105 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.105 INFO kablam! | Oct 27 20:20:30.105 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.105 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.105 INFO kablam! ... Oct 27 20:20:30.105 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 27 20:20:30.105 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.105 INFO kablam! | Oct 27 20:20:30.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.105 INFO kablam! | Oct 27 20:20:30.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.105 INFO kablam! | Oct 27 20:20:30.105 INFO kablam! Oct 27 20:20:30.107 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.107 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.107 INFO kablam! | Oct 27 20:20:30.107 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.107 INFO kablam! | ^^^^^ Oct 27 20:20:30.107 INFO kablam! ... Oct 27 20:20:30.107 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 27 20:20:30.107 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.107 INFO kablam! | Oct 27 20:20:30.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.107 INFO kablam! | Oct 27 20:20:30.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.107 INFO kablam! | Oct 27 20:20:30.107 INFO kablam! Oct 27 20:20:30.108 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.108 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.108 INFO kablam! | Oct 27 20:20:30.108 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.108 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.108 INFO kablam! ... Oct 27 20:20:30.108 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 27 20:20:30.108 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.108 INFO kablam! Oct 27 20:20:30.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.108 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.108 INFO kablam! | Oct 27 20:20:30.108 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.108 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.108 INFO kablam! ... Oct 27 20:20:30.108 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 27 20:20:30.108 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.108 INFO kablam! | Oct 27 20:20:30.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.108 INFO kablam! | Oct 27 20:20:30.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.108 INFO kablam! | Oct 27 20:20:30.108 INFO kablam! Oct 27 20:20:30.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.108 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 27 20:20:30.108 INFO kablam! | Oct 27 20:20:30.108 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 27 20:20:30.108 INFO kablam! | ^^^^^ Oct 27 20:20:30.109 INFO kablam! ... Oct 27 20:20:30.109 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 27 20:20:30.109 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.109 INFO kablam! | Oct 27 20:20:30.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.109 INFO kablam! | Oct 27 20:20:30.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.109 INFO kablam! | Oct 27 20:20:30.109 INFO kablam! Oct 27 20:20:30.109 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.109 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 27 20:20:30.109 INFO kablam! | Oct 27 20:20:30.109 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 27 20:20:30.109 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 20:20:30.109 INFO kablam! ... Oct 27 20:20:30.109 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 27 20:20:30.109 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.109 INFO kablam! Oct 27 20:20:30.110 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 27 20:20:30.110 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 27 20:20:30.110 INFO kablam! | Oct 27 20:20:30.110 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 27 20:20:30.110 INFO kablam! | ^^^^^^^ Oct 27 20:20:30.110 INFO kablam! ... Oct 27 20:20:30.110 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 27 20:20:30.110 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 27 20:20:30.110 INFO kablam! | Oct 27 20:20:30.110 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 27 20:20:30.110 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 27 20:20:30.110 INFO kablam! | Oct 27 20:20:30.110 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 27 20:20:30.110 INFO kablam! | Oct 27 20:20:30.110 INFO kablam! Oct 27 20:20:30.203 INFO kablam! error: aborting due to 6301 previous errors Oct 27 20:20:30.203 INFO kablam! Oct 27 20:20:30.203 INFO kablam! Some errors occurred: E0432, E0599. Oct 27 20:20:30.203 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 27 20:20:30.217 INFO kablam! error: Could not compile `jemallocator`. Oct 27 20:20:30.217 INFO kablam! Oct 27 20:20:30.217 INFO kablam! To learn more, run the command again with --verbose. Oct 27 20:20:30.218 INFO kablam! su: No module specific data is present Oct 27 20:20:30.587 INFO running `"docker" "rm" "-f" "eae0353941ce6def906ef4a57a780b3115b0ecdb6894c715e211790c019952dd"` Oct 27 20:20:30.819 INFO blam! eae0353941ce6def906ef4a57a780b3115b0ecdb6894c715e211790c019952dd